There was an error while loading. Please reload this page.
1 parent f91d373 commit ea96021Copy full SHA for ea96021
2 files changed
.vscode/settings.json
@@ -11,5 +11,21 @@
11
"source.fixAll.markdownlint": true
12
},
13
"explorer.sortOrder": "mixed",
14
- "explorer.excludeGitIgnore": false
+ "explorer.excludeGitIgnore": false,
15
+ "files.exclude": {
16
+ "**/.git": true,
17
+ "**/.svn": true,
18
+ "**/.hg": true,
19
+ "**/CVS": true,
20
+ "**/.DS_Store": true,
21
+ "**/Thumbs.db": true,
22
+ // custom begin
23
+ "node_modules": true,
24
+ // "**/.*": true,
25
+ ".github": true,
26
+ "**/.vuepress": true,
27
+ ".vscode": true,
28
+ ".markdownlint.json": true,
29
+ "package-lock.json": true
30
+ }
31
}
src/user-guide/README.md
@@ -47,5 +47,3 @@ title: Zotero 百科全书
47
以往 Zotero 使用中遇到问题,往往在群里提问,或者在相关教程/视频下留言,消息容易被刷掉或遗漏,效率低下。
48
49
为了解决上述问题,我们创建了这个 Zotero 百科全书文档,权威、准确、一站式解决Zotero使用问题。
50
-
51
-<AutoCatalog />
0 commit comments