file_api/readme.md
2025-05-17 21:24:13 +08:00

27 lines
757 B
Markdown
Raw 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.

# web文件视图
---
[English](https://github.com/Jonck-lens/web_file_view/blob/master/readme_en.md)<p>
一个非常简单的项目使用python 以及 flask开发可用于临时的web文件浏览需求
---
## 1. 如何使用
* 首先这个项目需要py推荐的版本是3.12。
* 你还需要安装一些python模块你可以用下面的命令来完成
```
python -m pip install -r requirements.txt
```
* 然后运行main.py一般情况下程序应该开始正常运行
---
## 2. 其他
* 1 . 您需要在config.ini中进行更详细的配置
* 2 . 至于api系统我还不打算为它制作一个配套应用因为我认为它不如web方便
---
最后,如果您有任何建议或问题,请与我联系。<p>谢谢