We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9e96f commit 504578eCopy full SHA for 504578e
docs/install/pro-windows.mdx
@@ -15,7 +15,7 @@
15
16
解压后双击 `双击我启动.bat` 即可,启动后访问 [http://localhost:8080](http://localhost:8080) 可看到效果。
17
18
-> 注意:如果你的 Windows 用户名为中文,可能会启动失败,可以用记事本打开 `双击我启动.bat`,在第二行最后加个 "-Dorg.sqlite.tmpdir=写一个非中文路径",例如 `-Dorg.sqlite.tmpdir=C:\tmp`,保存后再双击启动。
+> 注意:如果你的 Windows 用户名为中文,可能会启动失败,可以用记事本打开 `双击我启动.bat`,在第二行最后加个 "-Dorg.sqlite.tmpdir=写一个非中文路径",例如 `-Dorg.sqlite.tmpdir=C:\tmp` (注意需确保这个目录存在),保存后再双击启动。
19
20
<img className={'sm:w-7/12'} src="/img/2024/11/13/pro-windows-1.png"></img>
21
0 commit comments