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 = ` - +

修改初始密码

首次登录需要设置新密码

diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000..b2f1b4d Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png new file mode 100644 index 0000000..b2ba1a1 Binary files /dev/null and b/public/favicon-32x32.png differ diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..61fb66c Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/icon-192.png b/public/icon-192.png new file mode 100644 index 0000000..f27c415 Binary files /dev/null and b/public/icon-192.png differ diff --git a/public/icon-512.png b/public/icon-512.png new file mode 100644 index 0000000..b83195b Binary files /dev/null and b/public/icon-512.png differ diff --git a/public/index.html b/public/index.html index ba4200c..f68fe4e 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,13 @@ + + CC-Web + + + + - +