docs(guide): 更新前端配置脚本链接
- 将 cwd-comments.js 脚本链接从本地路径更新为 CDN 地址 docs: 删除冗余的 tsconfig.json 配置文件 - 移除 docs 目录下不必要的 TypeScript 配置文件
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
在初始化 `CWDComments` 实例时,可以传入以下配置参数:
|
||||
|
||||
```html
|
||||
<script src="cwd-comments.js"></script>
|
||||
<script src="https://cwd-comments.zishu.me/cwd-comments.js"></script>
|
||||
```
|
||||
|
||||
```html
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"strict": true,
|
||||
"noEmit": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"include": [".vitepress/**/*.ts", ".vitepress/**/*.vue"]
|
||||
}
|
||||
Reference in New Issue
Block a user