-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathapp.json
More file actions
27 lines (27 loc) · 842 Bytes
/
app.json
File metadata and controls
27 lines (27 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "HoYoRandom-php",
"description": "包括原神&崩坏3精选图片、音乐、视频以及名台词.",
"keywords": ["Genshin", "PHP"],
"website": "https://www.dreamofice.cn/project/HoYoRandom-php",
"repository": "https://github.com/DreamOfIce/HoYoRandom-php",
"logo": "https://cdn.jsdelivr.net/gh/DreamOfIce/HoYoRandom-php@main/logo.png",
"stack": "container",
"env": {
"RES_REPO_NAME": {
"description": "存放资源的Gitub仓库名",
"required": true,
"value": "DreamOfIce/HoYoRandomResources"
},
"RES_URL": {
"description": "资源文件的URL",
"required": true
},
"GITHUB_AUTH": {
"description": "用于获取资源目录的Github Token"
},
"WEBHOOK_SECRECT": {
"description": " 验证webhook请求",
"generator": "secret"
}
}
}