add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

16
pages.zh/common/flask.md Normal file
View File

@@ -0,0 +1,16 @@
# flask
> 一个用于Flask应用程序的通用工具脚本。加载在`FLASK_APP`环境变量中定义的应用程序。
> 更多信息:<https://flask.palletsprojects.com/en/1.1.x/cli/>.
- 运行开发服务器:
`flask run`
- 显示应用程序的路由:
`flask routes`
- 在应用程序的上下文中运行Python交互式Shell
`flask shell`