Skip to content

Commit 6788f31

Browse files
committed
chore: 网络错误增加 emoji
1 parent 7e83244 commit 6788f31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store-front-end",
3-
"version": "2.14.339",
3+
"version": "2.14.340",
44
"private": true,
55
"scripts": {
66
"dev": "vite --host",

src/components/SubListItem.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ const flow = computed(() => {
532532
};
533533
} else {
534534
return {
535-
firstLine: `${target.error?.type}`,
535+
firstLine: `⚠️ ${target.error?.type}`,
536536
secondLine: `${target.error?.message}`,
537537
};
538538
}

0 commit comments

Comments
 (0)