Compare commits
15 Commits
newbranch-
...
delete-api
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
add749e73d | ||
|
|
e054f26f60 | ||
|
|
bea33b67e0 | ||
|
|
1d23290da4 | ||
|
|
347b5495f3 | ||
|
|
581557b4ff | ||
|
|
3a2c272e44 | ||
|
|
b5bd091d43 | ||
|
|
bfff4c52ea | ||
|
|
c3ce0b2cbd | ||
|
|
e1ca74f932 | ||
|
|
db09d256d1 | ||
|
|
9b04bd1dcb | ||
|
|
3d3c05628c | ||
|
|
1b9869ff0e |
82
README.md
82
README.md
@@ -1,10 +1,72 @@
|
|||||||
# app-test
|
# 使用说明
|
||||||
|
applications目录存放app相关内容,每新增一个application,在applications目录下创建application同名目录。
|
||||||
asdfasdpublic static void main
|
目录结构如下:
|
||||||
|
```
|
||||||
asdfas===abc
|
└─applications
|
||||||
adf
|
├─tiktok
|
||||||
test
|
│ app.json // 记录application属性及特征
|
||||||
|
│ README.md // 帮助文档
|
||||||
|
│ icon.png // 尺寸: 512*512 px, 大小不超过2MB
|
||||||
exit
|
├─wechat
|
||||||
|
│ app.json
|
||||||
|
│ README.md
|
||||||
|
│ icon.png
|
||||||
|
```
|
||||||
|
app.json 内容模版如下
|
||||||
|
```
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
},
|
||||||
|
"surrogates": [
|
||||||
|
{
|
||||||
|
"name": "surrogate-1",
|
||||||
|
"description": "",
|
||||||
|
"signatures": [
|
||||||
|
{
|
||||||
|
"name": "signature-陕西社会保险-1",
|
||||||
|
"description": "",
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"attributeName": "common.server_fqdn",
|
||||||
|
"attributeType": "string",
|
||||||
|
"negate_option": false,
|
||||||
|
"description": "",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"item": "$zcxc.shaanxi.gov.cn",
|
||||||
|
"description": "陕西省社会保障局"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "$ylbx.shaanxi.gov.cn",
|
||||||
|
"description": "陕西省社会保障局"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "$s.eqxiu.cn",
|
||||||
|
"description": "北京中网易企秀科技有限公司"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "$v.eqxiu.com",
|
||||||
|
"description": "北京中网易企秀科技有限公司"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
```
|
||||||
@@ -1 +0,0 @@
|
|||||||
file add from gitlab api
|
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"name":"adfafdtiktok"
|
"name":"tiktok"
|
||||||
}
|
}
|
||||||
@@ -1 +1,2 @@
|
|||||||
advasdaf
|
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",
|
"name":"wechat",
|
||||||
"longName":"wechat",
|
"longName":"wechat",
|
||||||
"properties":{
|
"properties":{
|
||||||
|
|
||||||
"category":"bussines"
|
"category":"bussines"
|
||||||
},
|
},
|
||||||
"surrogates": [
|
"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