File tree Expand file tree Collapse file tree 3 files changed +17
-12
lines changed
.vitepress/theme/components Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ export default {
1919 if (typeof window !== ' undefined' && typeof document !== ' undefined' ) {
2020 const texts = [
2121 " 黎泽懿 Aionflux(设计&创意&策划&维护&文档&测试)" ,
22+ " chenjintang(维护)" ,
2223 " 弃稞之草(创意&维护)" ,
2324 " system-linux-cmb(应用测试)" ,
2425 " 本新同学(响应式前端页面设计及维护&文档)" ,
2526 " 叶背影(创意&文档)" ,
26- " Jursin(前端页面设计&文档)" ,
27- " chenjintang(维护)"
27+ " Jursin(前端页面设计&文档)"
2828 ];
2929 this .setupTypingEffect (' typing-text' , ' cursor' , texts)
3030 }
Original file line number Diff line number Diff line change @@ -19,6 +19,14 @@ const members = [
1919 { icon: ' gmail' , link: ' mailto:lzy.12@foxmail.com' }
2020 ]
2121 },
22+ {
23+ avatar: ' chenjintang.jpg' ,
24+ name: ' chenjintang' ,
25+ title: ' 维护' ,
26+ links: [
27+ { icon: ' github' , link: ' https://github.com/chenjintang-shrimp' }
28+ ]
29+ },
2230 {
2331 avatar: ' qgzc.png' ,
2432 name: ' 弃稞之草' ,
@@ -64,14 +72,6 @@ const members = [
6472 links: [
6573 { icon: ' github' , link: ' https://github.com/jursin' }
6674 ]
67- },
68- {
69- avatar: ' chenjintang.jpg' ,
70- name: ' chenjintang' ,
71- title: ' 维护' ,
72- links: [
73- { icon: ' github' , link: ' https://github.com/chenjintang-shrimp' }
74- ]
7575 }
7676]
7777</script >
Original file line number Diff line number Diff line change 1010
1111### ❓ 程序无法启动
1212
13- ** 症状 ** :修改设置后程序无法启动
13+ ** 症状1 ** :修改设置后程序无法启动
1414
1515** 解决方案** :
16161 . 关闭程序(检查系统托盘确保完全退出)
17172 . 删除配置文件:` 程序目录/app/Settings ` 文件夹
18183 . 重新启动程序
19194 . 在托盘图标→设置中重新配置
2020
21- > ⚠️ ** 注意** :此操作会重置所有设置,请提前备份重要配置
21+ ** 症状2** :程序卡在“注册 URL 协议”后闪退(尤其在1.3大版本中)
22+
23+ ** 解决方案** :
24+ 1 . [ 点击此处] ( https://aka.ms/vc14/vc_redist.x64.exe ) 下载并安装VC运行库
25+ 2 . 重启电脑
26+ 3 . 重新启动程序
2227
2328### 🔍 其他问题参考
2429
You can’t perform that action at this time.
0 commit comments