Draft
Conversation
Co-authored-by: LeeGoDamn <243561453+LeeGoDamn@users.noreply.github.com>
Co-authored-by: LeeGoDamn <243561453+LeeGoDamn@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create a Chinese AI introduction tutorial website
创建中文版人工智能入门学习门户教程网站
Nov 28, 2025
Owner
|
@copilot 重构一下这个网站, 内容文案应该跟网页代码独立, 这样能方便我更新内容。 比如课程内容可以分门别类以 markdown 形式或者其他更合适的方式存放, 然后网站有一个发布流程,对内容进行处理。发布之后变成静态页面。 |
Co-authored-by: LeeGoDamn <243561453+LeeGoDamn@users.noreply.github.com>
Author
已完成重构,使用 VitePress 作为静态站点生成器实现内容与代码分离。 主要变更:
使用方式: npm install # 安装依赖
npm run docs:dev # 本地开发
npm run docs:build # 构建生产版本提交:cb3987a Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

面向具有编程基础的软件工程毕业生的AI入门教程网站,从数学前置知识讲起,逐步深入到深度学习实战,配套代码示例和可视化演示。
教程结构
技术架构
使用 VitePress 作为静态站点生成器,实现内容与代码分离:
docs/chapters/目录npm run docs:build生成静态页面npm run docs:dev本地实时预览项目结构
使用方式
参考资源
汇总吴恩达课程、李沐《动手学深度学习》、Fast.ai、Kaggle等业界顶尖教程。
截图
首页
教程页面(数学公式渲染)
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.