try use cmdrun

This commit is contained in:
shenjack 2023-03-20 20:39:46 +08:00
parent 3d0eb847e8
commit 43532f8bec
3 changed files with 5 additions and 16 deletions

View File

@ -1,5 +1,5 @@
mdbook build .
Copy-Item book/README-en.html book/html/README-en.html
rm md5.txt
rm index.html
Get-ChildItem -Recurse -Path book\* | ?{$_.PsIsContainer -eq $false} | Get-FileHash -Algorithm MD5 >> .\md5.txt
Remove-Item md5.txt
Remove-Item index.html
Get-ChildItem -Recurse -Path book\* | Where-Object{$_.PsIsContainer -eq $false} | Get-FileHash -Algorithm MD5 >> .\md5.txt

View File

@ -22,6 +22,8 @@
- [![Readme-gitee](https://img.shields.io/badge/Readme-中文(点我!)-blue.svg?style=flat-square)](../../README.md)
- Using [SemVer 2.0.0](https://semver.org/) to manage version
<!-- cmdrun echo "aaaaa" -->
## 20230302 DR `0.7.1.5` + Build `1.2.1.0` + DR_rs `0.2.5.6`
### 文档
@ -45,7 +47,6 @@
- Used to deploy documents to the server
- At the same time, ensure that there will be no connection left
### DR_rs V 0.2.5.6
- 重新把 `CenterCamera_rs` 放回去了

View File

@ -18,18 +18,6 @@
}
}
@media only screen and (max-width:1439px) {
:root{
--content-max-width: 98%;
}
}
@media only screen and (max-width:1439px) {
:root{
--content-max-width: 98%;
}
}
/* Themes */
.ayu {