Compare commits
11 Commits
newbranch-
...
delete-api
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
add749e73d | ||
|
|
e054f26f60 | ||
|
|
bea33b67e0 | ||
|
|
1d23290da4 | ||
|
|
347b5495f3 | ||
|
|
581557b4ff | ||
|
|
3a2c272e44 | ||
|
|
b5bd091d43 | ||
|
|
bfff4c52ea | ||
|
|
c3ce0b2cbd | ||
|
|
e1ca74f932 |
@@ -6,11 +6,11 @@ applications目录存放app相关内容,每新增一个application,在applic
|
||||
├─tiktok
|
||||
│ app.json // 记录application属性及特征
|
||||
│ README.md // 帮助文档
|
||||
│ logo.png
|
||||
│ icon.png // 尺寸: 512*512 px, 大小不超过2MB
|
||||
├─wechat
|
||||
│ app.json
|
||||
│ README.md
|
||||
│ logo.png
|
||||
│ icon.png
|
||||
```
|
||||
app.json 内容模版如下
|
||||
```
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
file add from gitlab api
|
||||
@@ -1 +0,0 @@
|
||||
{'key':'value'}
|
||||
@@ -1 +0,0 @@
|
||||
{'key':'val'}
|
||||
@@ -0,0 +1,2 @@
|
||||
abc
|
||||
abcd
|
||||
1
applications/wechat/basic.json
Normal file
1
applications/wechat/basic.json
Normal file
@@ -0,0 +1 @@
|
||||
afa
|
||||
@@ -2,6 +2,7 @@
|
||||
"name":"wechat",
|
||||
"longName":"wechat",
|
||||
"properties":{
|
||||
|
||||
"category":"bussines"
|
||||
},
|
||||
"surrogates": [
|
||||
|
||||
17
applications/陕西社会保险/basic.json
Normal file
17
applications/陕西社会保险/basic.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name":"陕西社会保险",
|
||||
"longName":"陕西社会保险",
|
||||
"developer":"陕西省社会保障局",
|
||||
"website":"http://www.pansky.com.cn/",
|
||||
"packageName":{
|
||||
"android":"cn.com.pansky.sxzgyl",
|
||||
"ios":"cn.com.pansky.sxzgyl"
|
||||
},
|
||||
"properties":{
|
||||
"category":"business-systems",
|
||||
"subcategory":"general-business",
|
||||
"content":"unknown",
|
||||
"parentApp":"",
|
||||
"risk":1
|
||||
}
|
||||
}
|
||||
BIN
applications/陕西社会保险/main.zip
Normal file
BIN
applications/陕西社会保险/main.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user