Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
appframe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 0edf1f09
authored
2025-12-26 09:16:43 +0800
by
tanghuan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
从相册选择图片时,图片展示的清晰度调整
1 parent
c42c25ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
lib/bloc/web_cubit.dart
lib/bloc/web_cubit.dart
View file @
0edf1f0
...
...
@@ -731,8 +731,8 @@ class WebCubit extends Cubit<WebState> with WidgetsBindingObserver {
pickerConfig:
AssetPickerConfig
(
maxAssets:
count
,
requestType:
RequestType
.
image
,
gridThumbnailSize:
const
ThumbnailSize
.
square
(
120
),
previewThumbnailSize:
const
ThumbnailSize
.
square
(
150
),
//
gridThumbnailSize: const ThumbnailSize.square(120),
//
previewThumbnailSize: const ThumbnailSize.square(150),
dragToSelect:
false
,
),
);
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment