docs(guide): 更新前端配置脚本链接

- 将 cwd-comments.js 脚本链接从本地路径更新为 CDN 地址

docs: 删除冗余的 tsconfig.json 配置文件
- 移除 docs 目录下不必要的 TypeScript 配置文件
This commit is contained in:
anghunk
2026-01-14 10:18:19 +08:00
parent 001410f20c
commit 81e77724ca
2 changed files with 1 additions and 13 deletions

View File

@@ -9,7 +9,7 @@
在初始化 `CWDComments` 实例时,可以传入以下配置参数:
```html
<script src="cwd-comments.js"></script>
<script src="https://cwd-comments.zishu.me/cwd-comments.js"></script>
```
```html

View File

@@ -1,12 +0,0 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"noEmit": true,
"skipLibCheck": true,
"esModuleInterop": true
},
"include": [".vitepress/**/*.ts", ".vitepress/**/*.vue"]
}