diff --git a/public/app.js b/public/app.js index a15c7c1..4f5ed20 100644 --- a/public/app.js +++ b/public/app.js @@ -2,7 +2,7 @@ (function () { 'use strict'; - const ASSET_VERSION = '20260622-streaming-restore'; + const ASSET_VERSION = '20260624-icon-refresh'; const WS_URL = `${location.protocol === 'https:' ? 'wss' : 'ws'}://${location.host}/ws`; const RENDER_DEBOUNCE = 100; const COMPOSER_SUGGESTION_DEBOUNCE = 120; @@ -7569,6 +7569,7 @@ navigator.serviceWorker.ready.then((reg) => { reg.showNotification('CC-Web', { body: `「${title}」任务完成`, + icon: '/icon-192.png', tag: 'cc-web-task', renotify: true, }); @@ -8533,7 +8534,7 @@ panel.className = 'force-change-panel'; panel.innerHTML = ` -
首次登录需要设置新密码