Compare commits
24 Commits
sss-test1
...
rel-24.01.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1197740be4 | ||
|
|
cdbde2c6c8 | ||
|
|
6ae4d2ba7c | ||
|
|
ca817de4ac | ||
|
|
9358b857b5 | ||
|
|
1436f31c71 | ||
|
|
80bf36e445 | ||
|
|
218c3fab8e | ||
|
|
047216a138 | ||
|
|
6a3c80eebd | ||
|
|
e054f26f60 | ||
|
|
bea33b67e0 | ||
|
|
1d23290da4 | ||
|
|
347b5495f3 | ||
|
|
581557b4ff | ||
|
|
3a2c272e44 | ||
|
|
b5bd091d43 | ||
|
|
bfff4c52ea | ||
|
|
c3ce0b2cbd | ||
|
|
e1ca74f932 | ||
|
|
db09d256d1 | ||
|
|
9b04bd1dcb | ||
|
|
3d3c05628c | ||
|
|
1b9869ff0e |
16
.gitlab-ci.yml
Normal file
16
.gitlab-ci.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
# This file is a template, and might need editing before it works on your project.
|
||||
# Full project: https://gitlab.com/pages/plain-html
|
||||
|
||||
image: git.mesalab.cn:7443/nezha/nz-build-env:1.6
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- echo "The site will be deployed to $CI_PAGES_URL"
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
tags:
|
||||
- asw
|
||||
82
README.md
82
README.md
@@ -1,10 +1,72 @@
|
||||
# app-test
|
||||
|
||||
asdfasdpublic static void main
|
||||
|
||||
asdfas===abc
|
||||
adf
|
||||
test
|
||||
|
||||
|
||||
exit
|
||||
# 使用说明
|
||||
applications目录存放app相关内容,每新增一个application,在applications目录下创建application同名目录。
|
||||
目录结构如下:
|
||||
```
|
||||
└─applications
|
||||
├─tiktok
|
||||
│ app.json // 记录application属性及特征
|
||||
│ README.md // 帮助文档
|
||||
│ icon.png // 尺寸: 512*512 px, 大小不超过2MB
|
||||
├─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 +1,2 @@
|
||||
file add from gitlab api
|
||||
file add from gitlab api
|
||||
this is readme.md
|
||||
9
applications/api/app.json
Normal file
9
applications/api/app.json
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
{
|
||||
"$schema": "https://typedoc.org/schema.json",
|
||||
"name":"abc",
|
||||
"validation":true,
|
||||
"emit": "both",
|
||||
"basePath": "/test",
|
||||
"exclude": ["abc"]
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"name":"adfafdtiktok"
|
||||
"name":"tiktok"
|
||||
}
|
||||
@@ -1,40 +1,3 @@
|
||||
# For new installations of OpenSearch 2.12 and later, you must define a custom admin password in order to set up a demo security configuration.
|
||||
# Use one of the following commands to define a custom admin password:
|
||||
|
||||
## Install the x64 package using yum.
|
||||
sudo env OPENSEARCH_INITIAL_ADMIN_PASSWORD=<custom-admin-password> yum install opensearch-2.17.1-linux-x64.rpm
|
||||
|
||||
## Install the x64 package using rpm.
|
||||
sudo env OPENSEARCH_INITIAL_ADMIN_PASSWORD=<custom-admin-password> rpm -ivh opensearch-2.17.1-linux-x64.rpm
|
||||
|
||||
## Install the arm64 package using yum.
|
||||
sudo env OPENSEARCH_INITIAL_ADMIN_PASSWORD=<custom-admin-password> yum install opensearch-2.17.1-linux-arm64.rpm
|
||||
|
||||
## E46B50683A96499886A7BE07C339EF84
|
||||
## E46B50683A96499886A7BE07C339EF84
|
||||
## E46B50683A96499886A7BE07C339EF84
|
||||
## E46B50683A96499886A7BE07C339EF84
|
||||
## E46B50683A96499886A7BE07C339EF84
|
||||
SSWORD=<custom-admin-password> rpm -ivh opensearch-2.17.1-linux-arm64.rpm
|
||||
|
||||
# Use the following command for OpenSearch versions 2.11 and earlier:
|
||||
|
||||
## Install the x64 package using yum.
|
||||
sudo yum install opensearch-2.17.1-linux-x64.rpm
|
||||
|
||||
## Install the x64 package using rpm.
|
||||
sudo rpm -ivh opensearch-2.17.1-linux-x64.rpm
|
||||
|
||||
## Install the arm64 package using yum.
|
||||
sudo yum install opensearch-2.17.1-linux-arm64.rpm
|
||||
|
||||
## Install the arm64 package using rpm.
|
||||
sudo rpm -ivh opensearch-2.17.1-linux-arm64.rpm
|
||||
|
||||
## test1
|
||||
|
||||
## E46B50683A96499886A7BE07C339EF84
|
||||
## E46B50683A96499886A7BE07C339EF84
|
||||
## E46B50683A96499886A7BE07C339EF84
|
||||
## E46B50683A96499886A7BE07C339EF84
|
||||
## E46B50683A96499886A7BE07C339EF84
|
||||
abc
|
||||
abcd
|
||||
abcde
|
||||
17
applications/wechat/basic.json
Normal file
17
applications/wechat/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
|
||||
}
|
||||
}
|
||||
@@ -1,14 +1,44 @@
|
||||
connect_device("Android:///") # local adb device using default params
|
||||
# local device with serial number SJE5T17B17 and custom params
|
||||
connect_device("Android:///SJE5T17B17?cap_method=javacap&touch_method=adb")
|
||||
# remote device using custom params Android://adbhost:adbport/serialno
|
||||
connect_device("Android://127.0.0.1:5037/10.254.60.1:5555")
|
||||
connect_device("Android://127.0.0.1:5037/10.234.60.1:5555?name=serialnumber") # add serialno to params
|
||||
connect_device("Windows:///") # connect to the desktop
|
||||
connect_device("Windows:///123456") # Connect to the window with handle 123456
|
||||
connect_device("windows:///?title_re='.*explorer.*'") # Connect to the window that name include "explorer"
|
||||
connect_device("Windows:///123456?foreground=False") # Connect to the window without setting it foreground
|
||||
connect_device("iOS:///127.0.0.1:8100") # iOS device
|
||||
connect_device("iOS:///http://localhost:8100/?mjpeg_port=9100") # iOS with mjpeg port
|
||||
connect_device("iOS:///http://localhost:8100/?mjpeg_port=9100&&udid=00008020-001270842E88002E") # iOS with mjpeg port and udid
|
||||
connect_device("iOS:///http://localhost:8100/?mjpeg_port=9100&&uuid=00008020-001270842E88002E") # udid/uuid/serialno are all ok
|
||||
{
|
||||
"surrogates": [
|
||||
{
|
||||
"name": "405_招商银行_fqdn_20240809",
|
||||
"description": "",
|
||||
"signatures": [
|
||||
{
|
||||
"name": "405_招商银行_fqdn_20240809",
|
||||
"description": "",
|
||||
"conditions": [
|
||||
{
|
||||
"attributeName": "common.server_fqdn",
|
||||
"attributeType": "string",
|
||||
"negate_option": false,
|
||||
"description": "",
|
||||
"items": [
|
||||
{
|
||||
"item": "$cmbchina.com",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"item": "$aaacmbchina.com",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"item": "*.cmbchina.com",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"item": "$cmbimg.com",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"item": "*.cmbimg.com",
|
||||
"description": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,14 +1,71 @@
|
||||
{
|
||||
"id": "f595b509-67cd-4b35-8576-5d0db89468c4",
|
||||
"name": "77",
|
||||
"longName": "77",
|
||||
"developer": "",
|
||||
"website": "",
|
||||
"properties": {
|
||||
"category": "",
|
||||
"subcategory": "",
|
||||
"content": "unknown",
|
||||
"parentApp": "",
|
||||
"risk": 1
|
||||
}
|
||||
}
|
||||
"name":"义乌购",
|
||||
"longName":"义乌购",
|
||||
"developer":"浙江义乌购电子商务有限公司",
|
||||
"website":"https://m.yiwugou.com",
|
||||
"packageName":{
|
||||
"android":"com.yiwugou.yiwukan",
|
||||
"ios":"com.yiwugou.yiwugoucompany"
|
||||
},
|
||||
"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": "$gl.yiwugo.com",
|
||||
"description": "浙江义乌购电子商务有限公司"
|
||||
},
|
||||
{
|
||||
"item": "$enapp.yiwugo.com",
|
||||
"description": "浙江义乌购电子商务有限公司"
|
||||
},
|
||||
{
|
||||
"item": "$h.yiwugo.com",
|
||||
"description": "浙江义乌购电子商务有限公司"
|
||||
},
|
||||
{
|
||||
"item": "$app.yiwugo.com",
|
||||
"description": "浙江义乌购电子商务有限公司"
|
||||
},
|
||||
{
|
||||
"item": "$user.yiwugo.com",
|
||||
"description": "浙江义乌购电子商务有限公司"
|
||||
},
|
||||
{
|
||||
"item": "$wap.yiwugo.com",
|
||||
"description": "浙江义乌购电子商务有限公司"
|
||||
},
|
||||
{
|
||||
"item": "$img1.yiwugou.com",
|
||||
"description": "浙江义乌购电子商务有限公司"
|
||||
},
|
||||
{
|
||||
"item": "$ywgimg.yiwugo.com",
|
||||
"description": "浙江义乌购电子商务有限公司"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -33,6 +33,10 @@
|
||||
"item": "$zcxc.shaanxi.gov.cn",
|
||||
"description": "陕西省社会保障局"
|
||||
},
|
||||
{
|
||||
"item": "$dddzcxc.shaanxi.gov.cn",
|
||||
"description": "陕西省社会保障局"
|
||||
},
|
||||
{
|
||||
"item": "$ylbx.shaanxi.gov.cn",
|
||||
"description": "陕西省社会保障局"
|
||||
|
||||
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.
23
public/index.html
Normal file
23
public/index.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="generator" content="GitLab Pages">
|
||||
<title>Plain HTML site using GitLab Pages</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar">
|
||||
<a href="https://pages.gitlab.io/plain-html/">Plain HTML Example</a>
|
||||
<a href="https://gitlab.com/pages/plain-html/">Repository</a>
|
||||
<a href="https://gitlab.com/pages/">Other Examples</a>
|
||||
</div>
|
||||
|
||||
<h1>Hello World!</h1>
|
||||
|
||||
<p>
|
||||
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
25
public/style.css
Normal file
25
public/style.css
Normal file
@@ -0,0 +1,25 @@
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
margin: auto;
|
||||
max-width: 1280px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: #313236;
|
||||
border-radius: 2px;
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
.navbar a {
|
||||
color: #aaa;
|
||||
display: inline-block;
|
||||
font-size: 15px;
|
||||
padding: 10px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.navbar a:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user