feat: add fill-assist, assetlinks check, and web-bootstrap to worker-handled paths

This commit is contained in:
shuaiplus
2026-07-10 14:23:45 +08:00
parent 8c65cb2e80
commit db31792cef
+3
View File
@@ -24,8 +24,11 @@ function isWorkerHandledPath(path: string): boolean {
path.startsWith('/api/') ||
path.startsWith('/identity/') ||
path.startsWith('/icons/') ||
path.startsWith('/fill-assist/') ||
path.startsWith('/notifications/') ||
path.startsWith('/.well-known/') ||
path === '/v1/assetlinks:check' ||
path === '/web-bootstrap' ||
path === '/config' ||
path === '/api/config' ||
path === '/api/version'