We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe58ef commit 82ab0a5Copy full SHA for 82ab0a5
lib/views/upload_page/upload_page.dart
@@ -329,7 +329,7 @@ class _UploadPageState extends State<UploadPage>
329
@override
330
uploadSuccess(String imageUrl) async {
331
if (needNotify) {
332
- await _showNotification(1, '上传成功:图片链接已复制到剪切板,原链接:$imageUrl');
+ await _showNotification(1, '上传成功, 图片链接:$imageUrl');
333
}
334
this._clipUrl = imageUrl;
335
setClipData(false);
0 commit comments