diff --git a/.ai_cache/e6502b1e54edcc91caf57b6386aa914e.json b/.ai_cache/e6502b1e54edcc91caf57b6386aa914e.json new file mode 100644 index 0000000..246a096 --- /dev/null +++ b/.ai_cache/e6502b1e54edcc91caf57b6386aa914e.json @@ -0,0 +1,7 @@ +{ + "summary": "网站持续优化,包括流畅度提升、教程更新、修复显示问题,引入新材料设计规范和插件,提升用户体验。", + "service": "glm", + "page_title": "2025网站更新记录", + "timestamp": "2025-07-09T23:18:47.552565", + "language": "zh" +} \ No newline at end of file diff --git a/.ai_cache/service_config.json b/.ai_cache/service_config.json index ea0335b..550ecf0 100644 --- a/.ai_cache/service_config.json +++ b/.ai_cache/service_config.json @@ -6,5 +6,5 @@ "gemini" ], "summary_language": "zh", - "check_time": "2025-07-09T19:59:34.629517" + "check_time": "2025-07-09T23:21:35.488521" } \ No newline at end of file diff --git a/docs/about/resume.md b/docs/about/resume.md index 755e1da..9db1113 100644 --- a/docs/about/resume.md +++ b/docs/about/resume.md @@ -28,6 +28,6 @@ comments: false --- - + diff --git a/docs/about/个人简历.pdf b/docs/assets/个人简历.pdf similarity index 100% rename from docs/about/个人简历.pdf rename to docs/assets/个人简历.pdf diff --git a/docs/overrides/hooks/__pycache__/ai_summary.cpython-311.pyc b/docs/overrides/hooks/__pycache__/ai_summary.cpython-311.pyc index a0e00bb..ebbcd95 100644 Binary files a/docs/overrides/hooks/__pycache__/ai_summary.cpython-311.pyc and b/docs/overrides/hooks/__pycache__/ai_summary.cpython-311.pyc differ diff --git a/docs/overrides/hooks/__pycache__/reading_time.cpython-311.pyc b/docs/overrides/hooks/__pycache__/reading_time.cpython-311.pyc index 93fb7f2..e4504b1 100644 Binary files a/docs/overrides/hooks/__pycache__/reading_time.cpython-311.pyc and b/docs/overrides/hooks/__pycache__/reading_time.cpython-311.pyc differ diff --git a/docs/overrides/hooks/ai_summary.py b/docs/overrides/hooks/ai_summary.py index 8f29452..db0ba2a 100644 --- a/docs/overrides/hooks/ai_summary.py +++ b/docs/overrides/hooks/ai_summary.py @@ -24,7 +24,7 @@ class AISummaryGenerator: 'enabled_in_ci': os.getenv('AI_SUMMARY_CI_ENABLED', 'true').lower() == 'true', # 本地部署环境开关 (true=本地开发时启用AI摘要) - 'enabled_in_local': os.getenv('AI_SUMMARY_LOCAL_ENABLED', 'true').lower() == 'true', + 'enabled_in_local': os.getenv('AI_SUMMARY_LOCAL_ENABLED', 'false').lower() == 'true', # CI部署仅缓存模式(不用管,只在ci.yml中设置有效) 'ci_only_cache': os.getenv('AI_SUMMARY_CI_ONLY_CACHE', 'false').lower() == 'true',