From 48bf4457c48dc79b35d2a16686bab9d4b3e4ebe1 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Tue, 13 Jul 2021 20:09:07 +0800 Subject: [PATCH] update docs --- en_us/docs/Users/Frequently Asked Questions.md | 3 +++ en_us/docs/Users/vx.json | 2 +- zh_cn/docs/用户/vx.json | 2 +- zh_cn/docs/用户/常见问题.md | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/en_us/docs/Users/Frequently Asked Questions.md b/en_us/docs/Users/Frequently Asked Questions.md index 36ba7c1d..6c4e0644 100644 --- a/en_us/docs/Users/Frequently Asked Questions.md +++ b/en_us/docs/Users/Frequently Asked Questions.md @@ -14,6 +14,9 @@ You could download the MathJax ([howto](https://docs.mathjax.org/en/latest/web/h this.mathJaxScript = 'file://c:/Users/foo/mathjax/tex-svg.js'; ``` +## Crash After Version Update +Open user configuration folder and delete all the contents in this folder (please backup your custom files if there is any). Then open VNote which should work fine now. Please import your notebooks into VNote again. + ## Interface Is Freezed ## Cursor Is Not Visible in Edit Mode ## Crash When Opening A Note diff --git a/en_us/docs/Users/vx.json b/en_us/docs/Users/vx.json index 511022b0..ff6e34ff 100644 --- a/en_us/docs/Users/vx.json +++ b/en_us/docs/Users/vx.json @@ -77,7 +77,7 @@ "attachment_folder": "", "created_time": "2018-11-24T12:22:16Z", "id": "0", - "modified_time": "2021-07-13T11:27:24Z", + "modified_time": "2021-07-13T12:08:47Z", "name": "Frequently Asked Questions.md", "tags": [ ] diff --git a/zh_cn/docs/用户/vx.json b/zh_cn/docs/用户/vx.json index 20c44f84..eeb2116e 100644 --- a/zh_cn/docs/用户/vx.json +++ b/zh_cn/docs/用户/vx.json @@ -77,7 +77,7 @@ "attachment_folder": "", "created_time": "2018-11-24T12:31:22Z", "id": "0", - "modified_time": "2021-07-13T11:28:22Z", + "modified_time": "2021-07-13T12:07:30Z", "name": "常见问题.md", "tags": [ ] diff --git a/zh_cn/docs/用户/常见问题.md b/zh_cn/docs/用户/常见问题.md index 0b353039..5da2d653 100644 --- a/zh_cn/docs/用户/常见问题.md +++ b/zh_cn/docs/用户/常见问题.md @@ -15,6 +15,7 @@ this.mathJaxScript = 'file://c:/Users/foo/mathjax/tex-svg.js'; ``` ## 更新后启动失败 +打开用户配置文件夹,并删除其中的内容(如果有自定义的文件,请先备份)。此时,打开新版本的 VNote,一般能正常工作。注意,这时候需要重新导入原来的笔记本。 ## 界面无响应 ## 编辑模式中光标不可见