♻️ 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:
web@ppanel
2025-12-11 08:32:41 +00:00
parent 8752f7553f
commit 484975c657
24 changed files with 48 additions and 54578 deletions
+4 -8
View File
@@ -1,8 +1,6 @@
<div v-pre>
# 文档管理
创建和管理帮助文档,支持Markdown格式标签分类。
创建和管理帮助文档,支持 Markdown 格式标签分类。
## 表格列说明
@@ -45,9 +43,9 @@
- 标题: # ## ### ####
- 粗体: **文字**
- 斜体: *文字*
- 代码块: ```语言
- 图片: ![alt](url)
- 链接: [文字](url)
- 代码块: \`\`\`语言
- 图片: `![alt](url)`
- 链接: `[文字](url)`
- 列表: - 或 1.
- 引用: >
- 表格: | 列1 | 列2 |
@@ -140,5 +138,3 @@
6. **批量操作**: 可批量删除过时文档
7. **搜索优化**: 标题和标签会被搜索索引
8. **更新提示**: 修改后更新时间会变化
</div>