♻️ 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 -4
View File
@@ -151,10 +151,10 @@ A sidebar form that opens when clicking "Add" or "Edit", divided into three tabs
- Function: Write subscription content using Go template syntax
- Supports: Syntax highlighting, code completion
- Variables:
- `{{.SiteName}}`: Site name
- `{{.SubscribeName}}`: Subscription name
- `{{.Proxies}}`: Node array
- `{{.UserInfo}}`: User information
- <code v-pre>{{.SiteName}}</code>: Site name
- <code v-pre>{{.SubscribeName}}</code>: Subscription name
- <code v-pre>{{.Proxies}}</code>: Node array
- <code v-pre>{{.UserInfo}}</code>: User information
**Template Variable Reference**