File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,7 +152,6 @@ graph TB
152152#### 核心功能:
153153
1541541 . ** HTML 压缩** :` minify_html() `
155-
156155 - 使用 ` minify-html ` 库进行压缩
157156 - 保留关键标签结构
158157 - 压缩 CSS 和 JavaScript
Original file line number Diff line number Diff line change @@ -21,13 +21,11 @@ graph TD
2121#### 功能设计
2222
23231 . ** 路径解析** :
24-
2524 - 自动检测脚本所在目录 (` $SCRIPT_DIR ` )
2625 - 计算仓库根目录 (` $REPO_DIR ` )
2726 - 支持自定义文件路径参数 (` $1 ` )
2827
29282 . ** 多语言支持** :
30-
3129 - 通过` LANG ` 环境变量自动检测中英文
3230 - ` recho() ` 函数实现双语错误消息
3331
@@ -56,7 +54,6 @@ VERSION=$(grep -oP '<markdown-html\s+version="\K[^"]+' "$FILE_PATH" | head -1)
5654#### 核心逻辑
5755
58561 . ** 版本获取** :
59-
6057 - 调用` get-version.bash ` 获取当前版本
6158 - 获取最新 Git 标签 (` git tag -l 'v*' ` )
6259
Original file line number Diff line number Diff line change 22
33< html >
44 < markdown-html
5- version ="1.20.9 "
5+ version ="1.20.10 "
66 author ="PJ568 "
77 repo ="https://github.com/PJ-568/markdown.html "
88 license ="CC BY-SA 4.0 International "
You can’t perform that action at this time.
0 commit comments