🐛 修复点击更新日志通知打开页面问题 by CodFrm · Pull Request #1266 · scriptscat/scriptcat
src/pkg/utils/utils.ts
Removed the original
InfoNotification function
src/app/service/service_worker/utils.ts
Added enhanced InfoNotification function with URL option support and caching
src/app/service/service_worker/synchronize.ts
Updated import to use new InfoNotification location
src/app/service/service_worker/subscribe.ts
Updated import to use new InfoNotification location
src/app/service/service_worker/index.ts
Updated import and added URL parameter when creating update notification
src/app/service/service_worker/gm_api/gm_api.ts
Added notification click handler to open URLs and clean up cache
src/manifest.json
Bumped version from 1.3.0.1400 to 1.3.0.1500
package.json
Bumped version from 1.3.0-beta.3 to 1.3.0-beta.4