liming há 4 dias atrás
pai
commit
9ee995c17d
2 ficheiros alterados com 4 adições e 4 exclusões
  1. 3 3
      src/updater/update.json
  2. 1 1
      src/utils/notifications.js

+ 3 - 3
src/updater/update.json

@@ -1,7 +1,7 @@
 {
-  "version": "1.0.47",
-  "releaseDate": "2025-08-11 09:09:18",
-  "checksum": "3475763e34117358d4f07a618ef7f36f9f70932584fb1332b834cb0b476beac5",
+  "version": "1.0.48",
+  "releaseDate": "2025-08-11 09:23:14",
+  "checksum": "cf07c56cb65650d3f21f6a240ed30c7db9c4b254d24095b7a7a08fe613837730",
   "minBinaryVersion": "1.0.0",
   "mandatory": true,
   "upDataDescription": "✨修正一些錯誤。。。。!!!"

+ 1 - 1
src/utils/notifications.js

@@ -33,7 +33,7 @@ let id = 1
 export async function setupNotifications() {
   // 检查权限
   const granted = await LocalNotifications.requestPermissions();
-  console.log('权限:', granted,msgType );
+  
   if (!granted) return;
   id += 1
   console.log('id:', id);