We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前 User home 是优先通过 %HOMEDRIVE% 和 %HOMEPATH% 获取的,如果这两个环境变量之一为空再使用 %USERPROFILE% 来获取。获取到 User home 后拼接 Documents/SiYuan 作为默认的工作空间路径。
%HOMEDRIVE%
%HOMEPATH%
%USERPROFILE%
Documents/SiYuan
改为优先使用 %USERPROFILE% 拼接 Documents/SiYuan 作为默认的工作空间路径,如果 %USERPROFILE% 不存在再使用 User home 拼接。
The text was updated successfully, but these errors were encountered:
🎨 改进 Windows 端默认工作空间路径 Fix #5622
0a99877
931b49c
88250
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
目前 User home 是优先通过
%HOMEDRIVE%
和%HOMEPATH%
获取的,如果这两个环境变量之一为空再使用%USERPROFILE%
来获取。获取到 User home 后拼接Documents/SiYuan
作为默认的工作空间路径。改为优先使用
%USERPROFILE%
拼接Documents/SiYuan
作为默认的工作空间路径,如果%USERPROFILE%
不存在再使用 User home 拼接。The text was updated successfully, but these errors were encountered: