@@ -53,10 +53,7 @@ export const sidebar = {
53
53
{ text : "管理文库" , link : "/user-guide/organize-library" } ,
54
54
{ text : "阅读与笔记" , link : "/user-guide/take-notes" } ,
55
55
{ text : "订阅流" , link : "/user-guide/feed" } ,
56
- {
57
- text : "从其他软件导入" ,
58
- link : "/user-guide/import-from-other-software" ,
59
- } ,
56
+ { text : "从其他软件导入" , link : "/user-guide/import-from-other-software" } ,
60
57
] ,
61
58
} ,
62
59
{
@@ -66,14 +63,8 @@ export const sidebar = {
66
63
{ text : "引文风格" , link : "/user-guide/citation-styles" } ,
67
64
{ text : "在 Word 中使用" , link : "/user-guide/ms-word-plugin" } ,
68
65
{ text : "在 WPS 中使用" , link : "/user-guide/wps-plugin" } ,
69
- {
70
- text : "直接创建参考文献表" ,
71
- link : "/user-guide/create-bibliographies-within-zotero" ,
72
- } ,
73
- {
74
- text : "通过 ZBib 创建" ,
75
- link : "/user-guide/create-bibliographies-via-zbib" ,
76
- } ,
66
+ { text : "直接创建参考文献表" , link : "/user-guide/create-bibliographies-within-zotero" } ,
67
+ { text : "通过 ZBib 创建" , link : "/user-guide/create-bibliographies-via-zbib" } ,
77
68
] ,
78
69
} ,
79
70
{
@@ -91,10 +82,7 @@ export const sidebar = {
91
82
items : [
92
83
{ text : "关于插件" , link : "/user-guide/plugins/about-plugin" } ,
93
84
{ text : "Better Notes" , link : "/user-guide/plugins/better-notes" } ,
94
- {
95
- text : "Easier Citation" ,
96
- link : "/user-guide/plugins/easier-citation" ,
97
- } ,
85
+ { text : "Easier Citation" , link : "/user-guide/plugins/easier-citation" } ,
98
86
{ text : "茉莉花" , link : "/user-guide/plugins/jasminum" } ,
99
87
{ text : "Linter" , link : "/user-guide/plugins/linter" } ,
100
88
{ text : "Magic" , link : "/user-guide/plugins/magic" } ,
@@ -113,39 +101,20 @@ export const sidebar = {
113
101
{
114
102
text : "与安装有关的" ,
115
103
collapsed : true ,
116
- items : [
117
- {
118
- text : "Zotero 7 历史版本下载" ,
119
- link : "/user-guide/faqs/zotero-7-beta-versions" ,
120
- } ,
121
- ] ,
104
+ items : [ { text : "Zotero 7 历史版本下载" , link : "/user-guide/faqs/zotero-7-beta-versions" } ] ,
122
105
} ,
123
106
{ text : "与插件相关的" , link : "/user-guide/faqs/plugins" } ,
124
- {
125
- text : "与抓取文献条目相关的" ,
126
- link : "/user-guide/faqs/update-translators" ,
127
- } ,
107
+ { text : "与抓取文献条目相关的" , link : "/user-guide/faqs/update-translators" } ,
128
108
{ text : "与 Word 引用相关的" , link : "/user-guide/faqs/word-addon" } ,
129
109
{
130
110
text : "与阅读器相关" ,
131
- items : [
132
- {
133
- text : "PDF 上存在黑色遮罩" ,
134
- link : "/user-guide/faqs/pdf-black-mask" ,
135
- } ,
136
- ] ,
111
+ items : [ { text : "PDF 上存在黑色遮罩" , link : "/user-guide/faqs/pdf-black-mask" } ] ,
137
112
} ,
138
113
{
139
114
text : "其他问题" ,
140
115
items : [
141
- {
142
- text : "无法打开“获取更多样式”" ,
143
- link : "/user-guide/faqs/get-more-style-cannot-open" ,
144
- } ,
145
- {
146
- text : "Emoji 变成了黑白的" ,
147
- link : "/user-guide/faqs/monochrome-emoji" ,
148
- } ,
116
+ { text : "无法打开“获取更多样式”" , link : "/user-guide/faqs/get-more-style-cannot-open" } ,
117
+ { text : "Emoji 变成了黑白的" , link : "/user-guide/faqs/monochrome-emoji" } ,
149
118
{ text : "将 CAJ 转为 PDF" , link : "/user-guide/faqs/caj2pdf" } ,
150
119
] ,
151
120
} ,
@@ -156,14 +125,8 @@ export const sidebar = {
156
125
collapsed : true ,
157
126
items : [
158
127
{ text : "高级选项" , link : "/user-guide/misc/preference" } ,
159
- {
160
- text : "通过 VBA 在 WPS 中插入引文" ,
161
- link : "/user-guide/misc/wps-plugin-vba" ,
162
- } ,
163
- {
164
- text : "将引注链接到参考文献表" ,
165
- link : "/user-guide/misc/link-citation-to-bibliography" ,
166
- } ,
128
+ { text : "通过 VBA 在 WPS 中插入引文" , link : "/user-guide/misc/wps-plugin-vba" } ,
129
+ { text : "将引注链接到参考文献表" , link : "/user-guide/misc/link-citation-to-bibliography" } ,
167
130
] ,
168
131
} ,
169
132
] ,
@@ -218,10 +181,7 @@ export const sidebar = {
218
181
{ text : "参与指南" , link : "/contributing/" } ,
219
182
{ text : "文档贡献指南" , link : "/contributing/wiki" } ,
220
183
{ text : "文档语法风格" , link : "/contributing/markdown" } ,
221
- {
222
- text : "通过 GitHub 代码空间在线修改文档" ,
223
- link : "/contributing/github-codespace" ,
224
- } ,
184
+ { text : "通过 GitHub 代码空间在线修改文档" , link : "/contributing/github-codespace" } ,
225
185
{ text : "通过 VS Code 在线修改文档" , link : "/contributing/vscode-dev" } ,
226
186
{ text : "完整构建指南" , link : "/contributing/build" } ,
227
187
] ,
0 commit comments