chore: 清理未提交的文件

- 删除 page-ai-summary-query.php 模板文件

- 删除 js-fallback.js

- 其他文件的修改
This commit is contained in:
2026-01-20 22:50:10 +08:00
parent 10e0f5e8c1
commit 39d5f88b1e
7 changed files with 6 additions and 678 deletions

View File

@@ -10,7 +10,6 @@
link.href = 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700';
link.rel = 'stylesheet';
link.onerror = function() {
console.warn('Google Fonts 加载失败,使用系统字体');
document.body.style.fontFamily = '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif';
};
document.head.appendChild(link);