update zh -product

update zh -product
This commit is contained in:
PhatenIoT-yan
2026-01-04 16:21:03 +08:00
parent 78b9a5eae4
commit 0dea23b3ff
84 changed files with 61 additions and 522 deletions

View File

@@ -5,13 +5,13 @@ alwaysApply: true
---
1.新建文件、名称可以使用单词加下划线的方式命名;
2.编写文章、md文件需要考虑内容的SEO设计
3.编辑的文档代码中,如果有下载文件的相关代码地址需要添加一下方式:{
3.编辑的文档代码中,如果有下载文件的相关代码地址需要添加一下下载文件方式:{
1、在顶部加入
---
login: true
---
2、在页面前加入这行代码--8<-- "common/checklogin_form.md"
3、按照<a href="javascript:void(0);" onclick="checkLogin('/assets/download/tools_software/audacity-win-3.4.2-64bit.exe')">:material-download:</a> 这个方式,根据实际内容修改下载文件地址的代码
3、按照格式<a href="javascript:void(0);" onclick="checkLogin('/assets/download/tools_software/audacity-win-3.4.2-64bit.exe')">:material-download:</a> 这个方式,根据实际内容修改下载文件地址的代码
}
4、添加的新文件或者相关的标题首字母都需要大写