godoos/docs/Faq.md
2024-07-25 15:20:50 +08:00

15 lines
468 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 是否支持浏览器访问?
- 支持。
```
cd frontend
pnpm build
```
然后复制打包后的dist目录到运行程序的根目录然后重启程序。访问地址为http://localhost:56780/
## 为什么找不到本地文件?
程序默认为浏览器存储。进入系统设置,修改存储方式为本地存储。
## 是否支持切换存储目录?
-支持。
进入系统设置页面,修改存储目录即可。修改后程序会重启一次。