Skip to content

Commit

Permalink
增加:常见问题页面
Browse files Browse the repository at this point in the history
  • Loading branch information
asforest committed Jun 23, 2024
1 parent db07ff6 commit 0e821bc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/v2/faq.md
Original file line number Diff line number Diff line change
@@ -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两个文件都要安装)
5 changes: 5 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@ const sidebars = {
'v2/maintain/client-self-upgrade',
],
},
{
type: 'doc',
id: 'v2/faq',
label: '常见问题',
},
],
};

Expand Down

0 comments on commit 0e821bc

Please sign in to comment.