feat(docs): 菜单布局与文档内容优化[WIP-Part1]

- 将JS移动至assets
- 更改教程页面
- 新建赞助页面
**BREAKING CHANGE**: 本次提交修改了部分slug,请注意404风险
This commit is contained in:
fenychn0206
2026-01-23 19:16:11 +08:00
parent e48f1e1ee4
commit e3ff3cdbef
7 changed files with 63 additions and 244 deletions

7
docs/assets/umami.js Normal file
View File

@@ -0,0 +1,7 @@
(function () {
var s = document.createElement("script");
s.defer = true;
s.src = "https://umami.lnlfly.com/random-string.js";
s.setAttribute("data-website-id", "75b3f459-13d9-41d2-8a3b-a77b785e93e1");
document.head.appendChild(s);
})();