修改了初始界面 #84

Open
nudt_zk wants to merge 108 commits from zzx-coder/test-repo:local-changes-merge into feature
First-time contributor

修改了初始界面

修改了初始界面
nudt_zk added 96 commits 2026-05-12 23:52:22 +08:00
2bfbd34bfc optimize: improve Dockerfile with aliyun mirror and best practices
- Use aliyun mirror for node:18-alpine base image
- Add system dependencies for npm package compilation
- Optimize build caching with layered COPY
- Fix build command to remove incorrect locale parameter
- Add EXPOSE 3000 for container networking
- Add environment variables NODE_ENV and PORT
- Add healthcheck for container monitoring
- Improve workdir naming and structure
nudt_zk added 1 commit 2026-05-13 16:56:20 +08:00
nudt_zk added 1 commit 2026-05-13 16:58:27 +08:00
b572d5cc02 feat: 添加文档阅读进度追踪功能
- 添加滚动进度自动检测,滚动到90%自动标记为已读
- 侧边栏显示已读文档绿色对勾标记
- 支持 localStorage 本地存储,刷新页面标记保留
- 自动处理 URL 编码路径问题
- 支持所有文档分类(快速开始、代码库、合并请求等)

🤖 Generated with [Claude Code](https://claude.com/claude-code)
nudt_zk added 9 commits 2026-05-13 23:07:52 +08:00
6a196f1925 feat: 添加文档阅读进度追踪功能
- 新增阅读进度条,显示页面滚动进度
- 实现侧边栏绿色小勾标记,标识已阅读文档
- 阅读记录保存在浏览器本地存储
- 支持中文路径的 URL 编码/解码
- 添加调试功能方便问题排查

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
907b40b3d7 Merge remote-tracking branch 'origin/local-changes-merge'
保留本地更完善的阅读进度追踪实现:
- 支持调试接口
- 更完善的选择器和错误处理
- 阅读进度条功能
- URL 编码/解码支持

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
nudt_zk added 1 commit 2026-05-13 23:35:58 +08:00
c36ae092a0 fix: 修复Docusaurus构建失败问题
- 移除未定义的ProgressPanel组件引用
- 移除错误的TypeScript导入语句
- 修复搜索插件配置问题

修复了npm run build构建失败的问题,现在可以成功生成静态文件。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b zzx-coder-local-changes-merge feature
git pull local-changes-merge

Step 2:

Merge the changes and update on Gitea.
git checkout feature
git merge --no-ff zzx-coder-local-changes-merge
git push origin feature
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Gitlink/gitlink_help_center#84
No description provided.