♻️ chore: remove unused Vue.js files and update documentation formatting
- Deleted cached Vue.js and source map files from the documentation. - Updated template variable formatting in mobile logs, subscription management, and authentication control
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<div v-pre>
|
||||
|
||||
# 文档管理
|
||||
|
||||
创建和管理帮助文档,支持Markdown格式和标签分类。
|
||||
创建和管理帮助文档,支持 Markdown 格式与标签分类。
|
||||
|
||||
## 表格列说明
|
||||
|
||||
@@ -45,9 +43,9 @@
|
||||
- 标题: # ## ### ####
|
||||
- 粗体: **文字**
|
||||
- 斜体: *文字*
|
||||
- 代码块: ```语言
|
||||
- 图片: 
|
||||
- 链接: [文字](url)
|
||||
- 代码块: \`\`\`语言
|
||||
- 图片: ``
|
||||
- 链接: `[文字](url)`
|
||||
- 列表: - 或 1.
|
||||
- 引用: >
|
||||
- 表格: | 列1 | 列2 |
|
||||
@@ -140,5 +138,3 @@
|
||||
6. **批量操作**: 可批量删除过时文档
|
||||
7. **搜索优化**: 标题和标签会被搜索索引
|
||||
8. **更新提示**: 修改后更新时间会变化
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user