Skip to content

Commit 82ab0a5

Browse files
committed
styles:update notification upload tip
1 parent bfe58ef commit 82ab0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/views/upload_page/upload_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ class _UploadPageState extends State<UploadPage>
329329
@override
330330
uploadSuccess(String imageUrl) async {
331331
if (needNotify) {
332-
await _showNotification(1, '上传成功:图片链接已复制到剪切板,原链接:$imageUrl');
332+
await _showNotification(1, '上传成功, 图片链接:$imageUrl');
333333
}
334334
this._clipUrl = imageUrl;
335335
setClipData(false);

0 commit comments

Comments
 (0)