diff --git a/src/assets/audio/zhaoma_bgm.mp3 b/src/assets/audio/zhaoma_bgm.mp3 index a3546e1..a47bacb 100644 Binary files a/src/assets/audio/zhaoma_bgm.mp3 and b/src/assets/audio/zhaoma_bgm.mp3 differ diff --git a/src/assets/images/new/btn-added.webp b/src/assets/images/new/btn-added.webp new file mode 100644 index 0000000..796ddf1 Binary files /dev/null and b/src/assets/images/new/btn-added.webp differ diff --git a/src/components/HomePage.vue b/src/components/HomePage.vue index a95cc93..c170612 100644 --- a/src/components/HomePage.vue +++ b/src/components/HomePage.vue @@ -313,6 +313,7 @@ const initUserGameInfos = async (refresh_official, refresh_cap_scan) => { globalStore.CONSUME_POINT_1_PER_DRAW = result.json.constants.CONSUME_POINT_1_PER_DRAW globalStore.MAX_CAP_SCAN = result.json.constants.MAX_CAP_SCAN globalStore.MAX_INVITE_DAILY = result.json.constants.MAX_INVITE_DAILY + globalStore.MAX_INVITE_DAILY = result.json.invitees globalToastEvent.emit(ToastType.MOUNTED) } diff --git a/src/components/TodoList.vue b/src/components/TodoList.vue index 32a5cd4..3d4d8af 100644 --- a/src/components/TodoList.vue +++ b/src/components/TodoList.vue @@ -2,7 +2,7 @@
-
+
@@ -228,7 +228,7 @@ const openQiwei = (e) => { } .btn-qiwei.has { - background-image: url("../assets/images/btn-added.webp"); + background-image: url("../assets/images/new/btn-added.webp"); } .btn-scan {