Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Jun 30, 2024
1 parent 796cb50 commit 3be85ee
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default defineConfig({
link: '/starts/sdklist/',
translations:{
"zh-CN":"支持哪些SDK?",
"en":"What's Supported",
"en":"What's Supported?",
},
},
],
Expand Down
8 changes: 8 additions & 0 deletions src/content/docs/starts/sdklist.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
<LinkCard title="sdkmanager" href="https://developer.android.com/studio" />
</CardGrid>

## Supported Databases
<CardGrid>
<LinkCard title="mysql" href="https://www.mysql.com/" />
<LinkCard title="postgresql" href="https://www.postgresql.org/" />
<LinkCard title="mongodb" href="https://www.mongodb.com/" />
<LinkCard title="redka" href="https://github.com/nalgeon/redka" />
</CardGrid>

## Supported Tools

<CardGrid>
Expand Down
10 changes: 9 additions & 1 deletion src/content/docs/zh-cn/guides/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,19 @@ $HOME\Documents\WindowsPowerShell\profile.ps1

## VMR安全可靠吗?

必须的. 所有的SDK都来自**官网s**, 或者 **github的releases**, 或者 **Anaconda Forge**.
必须的. 所有的SDK都来自**官网**, 或者 **github的releases**, 或者 **Anaconda Forge**.
另外,VMR不提供源码编译功能,因为这样做不利于稳定性和跨平台.
如果你有任何疑问,可以去VMR的[版本仓库](https://github.com/gvcgo/vsources)查看具体下载链接.

## 看不到列表信息?

![show.png](../../../../assets/vmr_terminal_size.png)
把终端窗口调大一些!

## 关于数据库安装

VMR只负责安装,不进行配置。你可以到SDK安装目录(默认是$HOME/.vmr/versions/)下面查看,然后自行配置用户名、密码、数据库文件位置、开机启动等等。

## 关于华为鸿蒙不能识别通过VMR安装的Python3.8.10的问题

去看这个[issue](https://github.com/gvcgo/version-manager/issues/75),这与大厂程序的傻瓜检测方式有关,只能曲线补救。
8 changes: 8 additions & 0 deletions src/content/docs/zh-cn/starts/sdklist.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
<LinkCard title="sdkmanager" href="https://developer.android.com/studio" />
</CardGrid>

## 支持的数据库
<CardGrid>
<LinkCard title="mysql" href="https://www.mysql.com/" />
<LinkCard title="postgresql" href="https://www.postgresql.org/" />
<LinkCard title="mongodb" href="https://www.mongodb.com/" />
<LinkCard title="redka" href="https://github.com/nalgeon/redka" />
</CardGrid>

## 支持的工具

<CardGrid>
Expand Down

0 comments on commit 3be85ee

Please sign in to comment.