chore: 清理未提交的文件
- 删除 page-ai-summary-query.php 模板文件 - 删除 js-fallback.js - 其他文件的修改
This commit is contained in:
1
404.php
1
404.php
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user