Skip to content

Commit db0cd0b

Browse files
fix: README refined
1 parent 1066b4c commit db0cd0b

3 files changed

Lines changed: 5 additions & 16 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy VitePress
22

33
# 推送到 main 即自动构建并部署到 GitHub Pages。
44
# 首次使用前:仓库 Settings → Pages → Source 选「GitHub Actions」。
5-
# 站点地址:https://charliechen114514.github.io/Tutorial_AwesomeHardware/
5+
# 站点地址:https://awesome-embedded-learning-studio.github.io/Tutorial_AwesomeHardware/
66
# (对应 config.ts 的 base: '/Tutorial_AwesomeHardware/')
77

88
on:

README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
> 面向嵌入式学习者的硬件学习笔记站——把抽象概念砸进脑子,而不是把公式塞满屏幕。
44
5-
🌐 **在线站点**https://charliechen114514.github.io/Tutorial_AwesomeHardware/
6-
![Deploy](https://github.com/Charliechen114514/Tutorial_AwesomeHardware/actions/workflows/deploy.yml/badge.svg)
5+
🌐 **在线站点**https://awesome-embedded-learning-studio.github.io/Tutorial_AwesomeHardware/
6+
![Deploy](https://github.com/Awesome-Embedded-Learning-Studio/Tutorial_AwesomeHardware/actions/workflows/deploy.yml/badge.svg)
77

88
## 这是什么
99

@@ -22,17 +22,6 @@
2222
| 🔁 接口协议 | 🚧 | 规划中 |
2323
| 🛠️ 板级调试 | 🚧 | 规划中 |
2424

25-
## 版权立场(重要)
26-
27-
本站所有内容为**结合个人理解整理的学习笔记**
28-
29-
- 部分章节的**理解线索**来自其他同学阅读教材(如《Fundamentals of Power Electronics》)的读书笔记,但本站**绝不复制、翻译或逐句改写**任何参考资料。
30-
- 所有举例、比喻、数值案例均为**自创**
31-
- **不复刻、不描述**参考资料中的插图原图;可视化用极简自绘示意或纯文字。
32-
- 每篇笔记文末附「参考说明」,仅作灵感出处,不暗示授权复制。
33-
34-
笔记内容版权归作者所有,仅供学习交流;站点构建脚本与配置(`site/``scripts/`)随仓库开源。
35-
3625
## 技术栈
3726

3827
- [VitePress](https://vitepress.dev) 1.6 · [Vue 3](https://vuejs.org)
@@ -92,4 +81,4 @@ bash scripts/gen-sidebar.sh
9281

9382
## 致谢
9483

95-
感谢提供读书笔记线索的同学。本项目仅在理解线索基础上重新整理,不涉及对原书的复制或翻译。
84+
感谢提供读书笔记线索的同学。

site/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { sidebar } from './config/sidebar'
77

88
export default defineConfig({
99
lang: 'zh-CN',
10-
// 部署到 GitHub Pages 项目页 Charliechen114514.github.io/Tutorial_AwesomeHardware/
10+
// 部署到 GitHub Pages 项目页 awesome-embedded-learning-studio.github.io/Tutorial_AwesomeHardware/
1111
base: '/Tutorial_AwesomeHardware/',
1212
// 源文件在根 tutorials/(参考 Tutorial_AwesomeQt 的 srcDir:'../tutorial' 模式:
1313
// 内容目录在根,site/ 只放 .vitepress 配置,根无散落 md)

0 commit comments

Comments
 (0)