Commit Graph

18 Commits

Author SHA1 Message Date
wonder 7add2d1a5b style: 导航页改用浅色渐变卡片风格
Deploy / deploy (push) Successful in 10s
2026-08-23 14:57:45 +00:00
wonder 24d2292539 refactor: 将单文件 HTML 转为目录结构,支持导航页自动发现
Deploy / deploy (push) Successful in 4s
2026-08-23 14:50:31 +00:00
wonder 9345a7c908 fix: 修复 generate-nav.sh 引号嵌套导致 CI 构建失败
Deploy / deploy (push) Successful in 5s
2026-08-23 14:48:01 +00:00
枫 716dca7663 fix: clean clone dir before checkout
Deploy / deploy (push) Failing after 2s
2026-08-23 14:43:17 +00:00
枫 3bcacecce2 fix: clean up Dockerfile and add generate-nav.sh to cleanup list
Deploy / deploy (push) Failing after 2s
2026-08-23 14:42:30 +00:00
枫 55a9f889da feat: add auto-generated navigation page
Deploy / deploy (push) Failing after 2s
- Add generate-nav.sh to scan directories and build index.html
- Add nav generation step in workflow before docker build
- Replace nginx autoindex with custom nav page
- Auto-extract page title from <title> tag
2026-08-23 14:42:11 +00:00
枫 446a677a43 fix: use aliyun mirror for apk
Deploy / deploy (push) Successful in 9s
2026-08-23 14:40:45 +00:00
枫 fd4bf50c81 fix: install docker-cli in workflow
Deploy / deploy (push) Has been cancelled
2026-08-23 14:37:05 +00:00
枫 324083a24e chore: trigger rebuild after runner fix
Deploy / deploy (push) Failing after 1s
2026-08-23 14:35:46 +00:00
枫 bb133ac195 fix: remove token auth, repo is public
Deploy / deploy (push) Failing after 1s
2026-08-23 14:30:49 +00:00
枫 94bd34b838 fix: use git clone instead of checkout action (no node required)
Deploy / deploy (push) Failing after 1s
2026-08-23 14:30:03 +00:00
枫 d30ebd0e4a fix: use local checkout mirror instead of GitHub
Deploy / deploy (push) Failing after 4s
2026-08-23 14:29:10 +00:00
枫 c96c23a7c5 feat: add CI/CD pipeline with Docker + Nginx
Deploy / deploy (push) Failing after 1m30s
- Add Gitea Actions workflow for auto-deploy on push to main
- Add Dockerfile (nginx:alpine based, with layer caching)
- Add nginx.conf (gzip, autoindex, static caching)
- Add .dockerignore
- Migrate cache.html → cache/index.html for directory-based routing
2026-08-23 14:24:47 +00:00
wonder d66ee84f79 feat: 添加缓存三大问题交互式图解
- 包含缓存击穿、雪崩、穿透的机制与原理详解
- 实现交互式动画演示缓存问题的发生过程
- 提供解决方案与对比分析
2026-08-21 15:04:59 +08:00
wonder 078cd5d6d6 feat: 添加 DCL 双重检查锁交互式图解
- 实现 DCL(Double-Checked Locking)模式的可视化详解页面
- 包含单例模式演进、线程安全问题的交互式动画演示
- 支持多线程视角切换和逐步执行流程展示
2026-08-21 14:31:05 +08:00
wonder 49024c3e64 feat: 添加 LeetCode 2035 将数组分成两个数组并最小化数组和的差图解
- 实现 Meet in the Middle 算法的交互式可视化
- 包含前后半部分子集和生成、排序与二分查找过程的分步演示
- 支持自定义输入数组和调节动画速度
2026-08-17 10:00:02 +08:00
wonder af78e5d0e6 feat: 添加欧几里得算法交互式图解
- 实现基于 Canvas 的矩形切割可视化,直观展示 GCD 求解过程
- 支持手动逐步演示和自动播放两种模式
- 添加随机示例功能,内置多组经典用例
- 当方块数量过多时自动简化绘制,避免性能问题
2026-08-15 20:08:17 +08:00
wonder 3f71fa7f5a Initial commit 2026-08-15 20:01:36 +08:00