- 将所有图片路径从绝对路径改为使用 process.env.PUBLIC_URL - 修复 HomePage.tsx 中所有图片引用 - 修复 CoursePage.tsx 中所有图片引用 - 确保图片在 GitHub Pages 上正确加载 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
527 B
TypeScript
11 lines
527 B
TypeScript
import '../_version.js';
|
|
export declare const QUEUE_NAME = "workbox-google-analytics";
|
|
export declare const MAX_RETENTION_TIME: number;
|
|
export declare const GOOGLE_ANALYTICS_HOST = "www.google-analytics.com";
|
|
export declare const GTM_HOST = "www.googletagmanager.com";
|
|
export declare const ANALYTICS_JS_PATH = "/analytics.js";
|
|
export declare const GTAG_JS_PATH = "/gtag/js";
|
|
export declare const GTM_JS_PATH = "/gtm.js";
|
|
export declare const COLLECT_DEFAULT_PATH = "/collect";
|
|
export declare const COLLECT_PATHS_REGEX: RegExp;
|