From 0e821bcc22fb0f2336402bfee7277dc02fd62b69 Mon Sep 17 00:00:00 2001 From: asforest Date: Sun, 23 Jun 2024 14:44:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=EF=BC=9A=E5=B8=B8=E8=A7=81?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/v2/faq.md | 9 +++++++++ sidebars.js | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 docs/v2/faq.md diff --git a/docs/v2/faq.md b/docs/v2/faq.md new file mode 100644 index 0000000..6124a4d --- /dev/null +++ b/docs/v2/faq.md @@ -0,0 +1,9 @@ +--- +title: 常见问题 +--- + +## 由于找不到 VCRUNTIME140.dll,无法继续执行代码 + +问题原因:没有安装 vc++ 2015 运行库(从Windows 10开始都是自带的) + +解决方法:前往[微软官网](https://www.microsoft.com/zh-cn/download/details.aspx?id=48145&751be11f-ede8-5a0c-058c-2ee190a24fa6=True&44F86079-8679-400C-BFF2-9CA5F2BCBDFC=1)下载(vc_redist.x64.exe和vc_redist.x86.exe两个文件都要安装) \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index ee4fbe6..feb31ae 100644 --- a/sidebars.js +++ b/sidebars.js @@ -184,6 +184,11 @@ const sidebars = { 'v2/maintain/client-self-upgrade', ], }, + { + type: 'doc', + id: 'v2/faq', + label: '常见问题', + }, ], };