28 Commits

Author SHA1 Message Date
史振东
648580a4cf d4 2024-11-01 07:32:03 +00:00
史振东
07f3ddfae7 logo 2024-11-01 07:07:51 +00:00
史振东
eb09c9b374 1 2024-11-01 06:37:45 +00:00
shizhendong
4511a8660e uuid 2024-11-01 13:51:15 +08:00
shizhendong
351744e5de uuid 2024-11-01 13:50:20 +08:00
shizhendong
319453a9ab open 2024-11-01 13:42:48 +08:00
shizhendong
c84499fc56 open 2024-11-01 13:42:27 +08:00
史振东
b004143bdb Merge branch 'sss-test3' into 'sss-test1'
test3 合并到 test1

See merge request appsketch-works/app-test!16
2024-11-01 03:44:19 +00:00
史振东
7ea0adac9f Merge branch 'sss-test1' into 'sss-test3' 页面解决冲突
# Conflicts:
#   applications/wechat/README.md
#   applications/wechat/signature.json
2024-11-01 03:42:22 +00:00
shizhendong
46bbd4cfe7 22 2024-11-01 11:41:01 +08:00
史振东
0d9f7d3849 test3 update 2024-11-01 03:39:49 +00:00
shizhendong
78a3ed877e 22 2024-11-01 11:38:26 +08:00
shizhendong
abf1893f16 11 2024-11-01 11:37:56 +08:00
史振东
a28de0089e Merge branch 'sss-test2' into 'sss-test1'
test2 合并到 test1

See merge request appsketch-works/app-test!15
2024-11-01 03:33:08 +00:00
史振东
c2c1494151 Merge branch 'sss-test1' into 'sss-test2' 页面冲突合并操作
# Conflicts:
#   applications/wechat/README.md
#   applications/wechat/signature.json
2024-11-01 03:30:30 +00:00
shizhendong
7596eea20d 23 2024-11-01 11:14:55 +08:00
shizhendong
cec6b3332e 22 2024-11-01 11:14:29 +08:00
shizhendong
3119099423 Merge remote-tracking branch 'origin/sss-test2' into sss-test2 2024-11-01 11:13:54 +08:00
shizhendong
f3d414d758 2 2024-11-01 11:13:28 +08:00
shizhendong
67d741bb7e 10 2024-11-01 11:12:48 +08:00
shizhendong
9474c10e57 1 2024-11-01 11:12:23 +08:00
史振东
c32d52f5d6 Merge branch 'sss-test2' into 'sss-test1'
更新微信 sss-test2

See merge request appsketch-works/app-test!14
2024-11-01 03:09:34 +00:00
史振东
14d6aee5c7 Merge branch 'sss-test1' into 'sss-test2'
# Conflicts:
#   applications/wechat/README.md
#   applications/wechat/signature.json
2024-11-01 03:08:17 +00:00
shizhendong
949a0597d8 更新微信 sss-test2 2024-11-01 11:05:19 +08:00
shizhendong
942a44a4c1 更新微信 sss-test1 2024-11-01 11:03:53 +08:00
方顺健
8687e0ccd9 test2 2024-10-29 06:19:31 +00:00
方顺健
0ca6c3d051 Update README.md 2024-10-29 02:00:43 +00:00
方顺健
0c48bd2a05 Update README.md 2024-10-29 01:47:09 +00:00
14 changed files with 79 additions and 303 deletions

View File

@@ -1,16 +0,0 @@
# 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

View File

@@ -1,72 +1,10 @@
# 使用说明
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": "北京中网易企秀科技有限公司"
}
]
}
]
}
]
}
]
}
```
# app-test
asdfasdpublic static void main
asdfas===abc
adf
test
exit

View File

@@ -1,2 +1 @@
file add from gitlab api
this is readme.md
file add from gitlab api

View File

@@ -1,9 +0,0 @@
{
"$schema": "https://typedoc.org/schema.json",
"name":"abc",
"validation":true,
"emit": "both",
"basePath": "/test",
"exclude": ["abc"]
}

View File

@@ -1,3 +1,3 @@
{
"name":"tiktok"
"name":"adfafdtiktok"
}

View File

@@ -1,3 +1,40 @@
abc
abcd
abcde
# 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

View File

@@ -1,17 +0,0 @@
{
"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
}
}

View File

@@ -1,44 +1,14 @@
{
"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": ""
}
]
}
]
}
]
}
]
}
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

View File

@@ -1,71 +1,14 @@
{
"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": "浙江义乌购电子商务有限公司"
}
]
}
]
}
]
}
]
}
"id": "f595b509-67cd-4b35-8576-5d0db89468c4",
"name": "77",
"longName": "77",
"developer": "",
"website": "",
"properties": {
"category": "",
"subcategory": "",
"content": "unknown",
"parentApp": "",
"risk": 1
}
}

View File

@@ -33,10 +33,6 @@
"item": "$zcxc.shaanxi.gov.cn",
"description": "陕西省社会保障局"
},
{
"item": "$dddzcxc.shaanxi.gov.cn",
"description": "陕西省社会保障局"
},
{
"item": "$ylbx.shaanxi.gov.cn",
"description": "陕西省社会保障局"

View File

@@ -1,17 +0,0 @@
{
"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
}
}

View File

@@ -1,23 +0,0 @@
<!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>

View File

@@ -1,25 +0,0 @@
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;
}