日常更新

This commit is contained in:
da_nuo 2025-05-17 21:07:01 +08:00
parent 9b56e84a6f
commit 6704f3dfc2
2 changed files with 52 additions and 0 deletions

26
readme.md Normal file
View File

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

26
readme_en.md Normal file
View File

@ -0,0 +1,26 @@
# web file view
---
A very simple project, developed with python flask, that can be used for temporary web file browsing needs
---
## 1. how to using
* first, This project requires py, the recommended version is 3.12.
* You'll also need to install some python modules, which you can do with the following command
```
pip install -r requirements.txt
```
* Then run main.py , Under normal circumstances, the project should start successfully
---
## 2. Some other things
* 1 . In addition, you need to do more detailed configuration in config.ini
* 2 . As for the api system, I'm not going to make a companion app for it yet, because it's probably not as convenient as viewing it directly on the web
---
Finally, if you have any suggestions or questions, please contact me. <p>Thank you