From 6704f3dfc24fdfdbc964e3a32e2464dd739afe92 Mon Sep 17 00:00:00 2001 From: da_nuo Date: Sat, 17 May 2025 21:07:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=B8=B8=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 26 ++++++++++++++++++++++++++ readme_en.md | 26 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 readme.md create mode 100644 readme_en.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..0324522 --- /dev/null +++ b/readme.md @@ -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方便 + +--- + +最后,如果您有任何建议或问题,请与我联系。

谢谢 diff --git a/readme_en.md b/readme_en.md new file mode 100644 index 0000000..6a2b854 --- /dev/null +++ b/readme_en.md @@ -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.

Thank you \ No newline at end of file