aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/pages.yml6
-rw-r--r--CHANGELOG.md38
-rw-r--r--mkdocs.yml2
3 files changed, 23 insertions, 23 deletions
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
index 281b8465..94ba003c 100644
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -38,3 +38,9 @@ jobs:
git fetch origin gh-pages:gh-pages
pdm run mike deploy --update-aliases dev
git push origin gh-pages
+
+ - name: Save build cache
+ uses: actions/cache/save@v3
+ with:
+ key: mkdocs-material-${{ hashfiles('.cache/**') }}
+ path: .cache
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 511e62e4..65493321 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,11 @@
title: 变更日志
---
-### [1.0.5](https://github.com/HydroRoll-Team/infini/compare/v1.0.4...v1.0.5) <small>December 18,2023</small> { id="1.0.5" }
+# Changelog
+
+## Infini
+
+### [1.0.5](https://github.com/HydroRoll-Team/infini/compare/v1.0.4...v1.0.5) `<small>`December 18,2023`</small>`
**BREAKING CHANGES**
@@ -21,64 +25,54 @@ title: 变更日志
* Exceptions: 重定义三个异常基类 ([`68ab4a`](https://github.com/HydroRoll-Team/HydroRollCore/commit/68ab4a7d835e7ede363d3bc9fa2731a4a335f4a0))。
-
-### [1.0.4](https://github.com/HydroRoll-Team/infini/compare/v1.0.3...v1.0.4) <small>October 7,2023</small> { id="1.0.4" }
+### [1.0.4](https://github.com/HydroRoll-Team/infini/compare/v1.0.3...v1.0.4) `<small>`October 7,2023`</small>`
**FEATURES**
* Docs: 美化 `style`。
* Deps: 添加 `reportlab` 依赖,用于以后的 `pdf` 生成。
-
-### [1.0.3](https://github.com/HydroRoll-Team/infini/compare/v1.0.2...v1.0.3) <small>October 7,2023</small> { id="1.0.3" }
+### [1.0.3](https://github.com/HydroRoll-Team/infini/compare/v1.0.2...v1.0.3) `<small>`October 7,2023`</small>`
**NO CHARGES**
-
-### [1.0.2](https://github.com/HydroRoll-Team/infini/compare/v1.0.1...v1.0.2) <small>October 7,2023</small> { id="1.0.2" }
-
+### [1.0.2](https://github.com/HydroRoll-Team/infini/compare/v1.0.1...v1.0.2) `<small>`October 7,2023`</small>`
**FEATURES**
* Docs: 优化 `css` 细节。
-
-### [1.0.1](https://github.com/HydroRoll-Team/infini/compare/v0.1.2...v1.0.1) <small>October 7,2023</small> { id="1.0.1" }
+### [1.0.1](https://github.com/HydroRoll-Team/infini/compare/v0.1.2...v1.0.1) `<small>`October 7,2023`</small>`
**BUG FIX**
* Docs: 修复 `Dev` 与 `latest` 分支的错别字。
-
-### [0.1.2](https://github.com/HydroRoll-Team/infini/compare/v0.1.1...v0.1.2) <small>October 7,2023</small> { id="0.1.2" }
+### [0.1.2](https://github.com/HydroRoll-Team/infini/compare/v0.1.1...v0.1.2) `<small>`October 7,2023`</small>`
> 同步版本所做的测试。
-
-### [0.1.1](https://github.com/HydroRoll-Team/infini/compare/v0.1.0...v0.1.1) <small>October 7,2023</small> { id="0.1.1" }
+### [0.1.1](https://github.com/HydroRoll-Team/infini/compare/v0.1.0...v0.1.1) `<small>`October 7,2023`</small>`
**BUG FIX**
* CLI: 添加命令行参数解析。
-
-### [0.1.0-rc1](https://github.com/HydroRoll-Team/infini/compare/v0.1.0...v0.1.0-rc1) <small>October 7,2023</small> { id="0.1.0-rc1" }
+### [0.1.0-rc1](https://github.com/HydroRoll-Team/infini/compare/v0.1.0...v0.1.0-rc1) `<small>`October 7,2023`</small>`
**CHORE**
* README: 更新主页介绍的安装指南。
+### [0.1.0](https://github.com/HydroRoll-Team/infini/commits/v0.0.1..v0.1.0) `<small>`October 7,2023 `</small>`
-### [0.1.0](https://github.com/HydroRoll-Team/infini/commits/v0.0.1..v0.1.0)<small>October 7,2023</small> { id="0.1.0" }
-
-**Features**
+**FEATURES**
* CLI: 添加两个命令行名称 `infini` 与 `HRC`。
+### [0.0.1](https://github.com/HydroRoll-Team/infini/commits/v0.0.1) `<small>`July 4,2023`</small>`
-### [0.0.1](https://github.com/HydroRoll-Team/infini/commits/v0.0.1) <small>July 4,2023</small> { id="0.0.1" }
-
-**Features**
+**FEATURES**
* __init__: 添加命令行参数解析。
* Rule: 添加 Rule 基类,实现读取指定文件夹下的 python 脚本或 python 包
diff --git a/mkdocs.yml b/mkdocs.yml
index 5c80514e..e7b7ba6f 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -29,6 +29,7 @@ theme:
icon: material/brightness-4
name: Switch to light mode
features:
+ - announce.dismiss
- content.action.edit
- content.action.view
- content.tooltips
@@ -50,7 +51,6 @@ theme:
- search.share
- header.autohide
- navigation.footer
- - announce.dismiss
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress