日常更新
This commit is contained in:
parent
9b56e84a6f
commit
6704f3dfc2
26
readme.md
Normal file
26
readme.md
Normal 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
26
readme_en.md
Normal 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
|
Loading…
x
Reference in New Issue
Block a user