公告板
版本库
filestore
活动
搜索
登录
main
/
JC24_WCS
24仓库控制系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
缺失文件提交
bklLiudl
2024-07-23
7850733bb718cb91be15449261d0134f59903c4c
[JC24_WCS.git]
/
wms
/
Theme
/
Boostrap
/
jquery-file-upload
/
server
/
gae-go
/
app.yaml
1
2
3
4
5
6
7
8
9
10
11
12
application: jquery-file-upload
version: 2
runtime: go
api_version: go1
handlers:
- url: /(favicon\.ico|robots\.txt)
static_files: static/\1
upload: static/(.*)
expiration: '1d'
- url: /.*
script: _go_app