Patch add 0.1.8 changelog (#334)

* 删除无用代码,并把about app的版本号更新为0.1.8

* v0.1.8 changelog

* 修正未安装rust-src的问题

* 完善文档
This commit is contained in:
LoGin
2023-08-17 00:10:18 +08:00
committed by GitHub
parent 67b4818887
commit 5db5a5652c
14 changed files with 568 additions and 67 deletions

View File

@ -19,7 +19,9 @@ cd DragonOS
```
:::{warning}
DragonOS的源代码托管在Github上但是由于Github在国内的访问速度较慢因此我们建议您在github上绑定您的电脑的**ssh公钥**
DragonOS的源代码托管在Github上但是由于Github在国内的访问速度较慢。可能出现克隆失败的情况,这时只要重试即可。
当然我们建议您在github上绑定您的电脑的**ssh公钥**
然后通过以下命令来克隆代码防止频繁出现git clone、pull、push失败的情况。
```shell

View File

@ -90,6 +90,7 @@
- [x] 屏幕管理器
- [x] textui框架
- [x] CRC函数库
- [x] 通知链
### 系统调用
@ -144,3 +145,4 @@
- [x] mpfr 4.1.1 [https://github.com/DragonOS-Community/mpfr](https://github.com/DragonOS-Community/mpfr)
- [x] mpc 1.2.1 [https://github.com/DragonOS-Community/mpc](https://github.com/DragonOS-Community/mpc)
- [x] relibc [https://github.com/DragonOS-Community/relibc](https://github.com/DragonOS-Community/relibc)
- [x] sqlite3

View File

@ -2,5 +2,6 @@
您可以从以下镜像站下载到DragonOS的源代码和其他文件
- [DragonOS镜像站](https://mirrors.dragonos.org/)
- [DragonOS镜像站 https://mirrors.dragonos.org/](https://mirrors.dragonos.org/)
- [DragonOS国内镜像站 (RinGoTek)](https://mirrors.RinGoTek.cn)
- [git镜像站](https://git.mirrors.dragonos.org/)