This commit is contained in:
PhatenIoT-yan
2025-08-08 17:38:12 +08:00
parent efbf21566c
commit 73c26fbadf
4 changed files with 28 additions and 3 deletions

View File

@@ -8,4 +8,16 @@
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> 这个方式,根据实际内容修改下载文件地址的代码
}
4、添加的新文件或者相关的标题首字母都需要大写
4、添加的新文件或者相关的标题首字母都需要大写
5、所修改和新增的文档代码最后需要加上这个代码让文档最后显示一个咨询反馈的收集内容
```
## 咨询反馈
<details>
<summary>点击展开咨询反馈表单</summary>
--8<-- "common/customer_form.md"
</details>
```