Commit Graph

6 Commits

Author SHA1 Message Date
ViperEkura b50e4cd5d8 feat: bundle CDN assets locally to eliminate network timeout
- Download KaTeX/highlight.js/mermaid assets to scripts/assets/
- Replace CDN links with inline <style>/<script> in render.js and run.js
- Remove Google Fonts @import, rely on system CJK font stack
- Change networkidle0 to networkidle2 with 30s timeout
- Add !*.css to .gitignore whitelist
2026-05-30 15:02:24 +08:00
ViperEkura 97355cefad feat: 添加 \\(...\\) 内联数学公式支持 2026-05-07 22:33:14 +08:00
ViperEkura f7b48027ce fix: 替换 CDN 为国内可访问的 staticfile.org 和 fonts.googleapis.cn 2026-05-05 14:52:10 +08:00
ViperEkura a4c65ee814 feat: 修改技能实现 2026-04-26 15:50:33 +08:00
ViperEkura faba53edfd feat: 增加emoji 部分 2026-04-20 16:38:52 +08:00
ViperEkura d9687d9f60 feat: 使用js 实现渲染 2026-04-20 16:31:50 +08:00