diff options
Diffstat (limited to 'packages/docs')
| -rw-r--r-- | packages/docs/content/docs/zh/troubleshooting.mdx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/docs/content/docs/zh/troubleshooting.mdx b/packages/docs/content/docs/zh/troubleshooting.mdx index 3785adc..ade6977 100644 --- a/packages/docs/content/docs/zh/troubleshooting.mdx +++ b/packages/docs/content/docs/zh/troubleshooting.mdx @@ -429,10 +429,10 @@ taskkill /F /IM dropout.exe **1. 检查权限:** ```bash # Linux -chmod -R 755 ~/.local/share/com.dropout.launcher +chmod -R 700 ~/.local/share/com.dropout.launcher # macOS -chmod -R 755 ~/Library/Application\ Support/com.dropout.launcher +chmod -R 700 ~/Library/Application\ Support/com.dropout.launcher ``` **2. 检查磁盘空间:** |