27 Commits

Author SHA1 Message Date
史振东
50eb2bf4f7 add tim 2024-11-08 06:36:42 +00:00
史振东
a760a3df01 删除 qq 2024-11-08 06:36:20 +00:00
史振东
7af9ed7030 新增qq 2024-11-08 06:35:44 +00:00
方顺健
6b27a651d6 Merge branch 'sss-test1' into 'sss-test3'
# Conflicts:
#   applications/wechat/README.md
#   applications/义乌购/app.json
2024-11-08 02:45:30 +00:00
史振东
1ecea2ebbc update meta.json 2024-11-05 06:35:19 +00:00
史振东
1abf7cf8a4 update README.md 2024-11-05 06:34:11 +00:00
史振东
ad91d17a56 update README.md 2024-11-05 06:32:24 +00:00
史振东
5e6efafc97 feat: add OPPO application 2024-11-05 06:31:04 +00:00
史振东
f101f30fff uuu 2024-11-04 09:56:53 +00:00
史振东
d86c753f9f add readme 2024-11-04 09:56:25 +00:00
史振东
c785cd4dab del 2024-11-04 09:48:08 +00:00
史振东
ac34bf4256 update 2024-11-04 09:46:17 +00:00
史振东
c6b6608b2a 修改 2024-11-04 09:44:33 +00:00
史振东
2e292843ae feat: add 小米 application 2024-11-04 09:42:47 +00:00
史振东
9ddd424c14 uuupdate 2024-11-04 09:31:25 +00:00
史振东
31aa08da31 update and del 2024-11-04 09:30:23 +00:00
史振东
7e89b2405b add aaa.log 2024-11-04 09:25:01 +00:00
史振东
7fb6423517 del 2024-11-04 09:23:36 +00:00
史振东
b7aa0847fe 1 2024-11-04 09:23:23 +00:00
史振东
d3e82b6ad5 update test.log 2024-11-04 09:22:07 +00:00
史振东
c071d140b7 add test 2024-11-04 09:19:08 +00:00
史振东
37fc65efeb ddd 2024-11-01 07:31:49 +00:00
史振东
fcbe8e8e59 logoooo 2024-11-01 07:08:13 +00:00
史振东
bdc2161a1e 3 2024-11-01 06:37:59 +00:00
史振东
40b45bb386 Merge branch 'sss-test1' into 'sss-test3' 页面处理合并冲突
# Conflicts:
#   applications/wechat/README.md
2024-11-01 05:46:29 +00:00
shizhendong
f5a677e251 jjj 2024-11-01 13:45:09 +08:00
shizhendong
45b50e44f7 jjj 2024-11-01 13:44:55 +08:00
17 changed files with 175 additions and 9 deletions

View File

@@ -0,0 +1,23 @@
git branch [--color[=<when>] | --no-color] [--show-current]
[-v [--abbrev=<n> | --no-abbrev]]
[--column[=<options>] | --no-column] [--sort=<key>]
[--merged [<commit>]] [--no-merged [<commit>]]
[--contains [<commit>]] [--no-contains [<commit>]]
[--points-at <object>] [--format=<format>]
[(-r | --remotes) | (-a | --all)]
[--list] [<pattern>…​]
$ git clone git://git.kernel.org/pub/scm/.../linux-2.6 my2.6
$ cd my2.6
$ git branch my2.6.14 v2.6.14 <1>.
$ git switch my2.6.14
git branch [--track[=(direct|inherit)] | --no-track] [-f]
[--recurse-submodules] <分支名> [<起始点>]
git branch (--set-upstream-to=<上游> | -u <上游>) [<分支名>]
git branch --unset-upstream [<分支名>]
git branch (-m | -M) [<旧分支>] <新分支>
git branch (-c | -C) [<旧分支>] <新分支>
git branch (-d | -D) [-r] <分支名>…​
git branch --edit-description [<分支名>]
git-check-ref-format[1], git-fetch[1], git-remote[1], `了解历史:什么是分支?’ 在 Git Users Manual。

View File

View File

@@ -0,0 +1,18 @@
{
"id": "9cbf3883-f85b-46b9-891b-4b57fd05f96b",
"name": "OPPO",
"longName": "OPPO",
"developer": "",
"website": "",
"packageName": {
"android": "o.o.o.o",
"ios": ""
},
"properties": {
"category": "",
"subcategory": "",
"content": "unknown",
"parentApp": "",
"risk": 1
}
}

View File

@@ -0,0 +1,3 @@
{
"surrogates": []
}

View File

View File

View File

@@ -0,0 +1,18 @@
{
"id": "60e7b8ad-5b70-ff3f-6e06-2d63436a979c",
"name": "1_悦动圈_20240809",
"longName": "1_悦动圈_20240809",
"developer": "深圳市悦动天下科技有限公司",
"website": "http://www.yodorun.com/ http://yodorun.com/",
"packageName": {
"android": "com.yuedong.sport",
"ios": "com.sport.yuedong"
},
"properties": {
"category": "general-internet",
"subcategory": "internet-utility",
"content": "unknown",
"risk": 1,
"characteristics": ""
}
}

View File

@@ -0,0 +1,28 @@
{
"surrogates": [
{
"name": "surrogate_1",
"description": "",
"signatures": [
{
"name": "1_悦动圈_fqdn_20240809",
"description": "",
"conditions": [
{
"attributeType": "string",
"description": "",
"attributeName": "common.server_fqdn",
"negate_option": false,
"items": [
{
"item": "*.51yund.com",
"description": ""
}
]
}
]
}
]
}
]
}

View File

@@ -1,3 +1,23 @@
<<<<<<< applications/wechat/README.md
{
"name" : "hostname",
"cluster_name" : "opensearch",
"cluster_uuid" : "6XNc9m2gTUSIoKDqJit0PA",
"version" : {
"distribution" : "opensearch",
"number" : <version>,
"build_type" : <build-type>,
"build_hash" : <build-hash>,
"build_date" : <build-date>,
"build_snapshot" : false,
"lucene_version" : <lucene-version>,
"minimum_wire_compatibility_version" : "7.10.0",
"minimum_index_compatibility_version" : "7.0.0"
},
"tagline" : "The OpenSearch Project: https://opensearch.org/"
}
test3
=======
# 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:
@@ -38,3 +58,4 @@ sudo rpm -ivh opensearch-2.17.1-linux-arm64.rpm
## E46B50683A96499886A7BE07C339EF84
## E46B50683A96499886A7BE07C339EF84
## E46B50683A96499886A7BE07C339EF84
>>>>>> applications/wechat/README.md

View File

View File

@@ -0,0 +1,5 @@
5
5
5
5
5

View File

@@ -3,12 +3,4 @@ connect_device("Android:///") # local adb device using default 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
connect_device("Android://127.0.0.1:5037/10.234.60.1:5555?name=serialnumber") # add serialno to params

View File

@@ -4,6 +4,13 @@
"longName": "77",
"developer": "",
"website": "",
<<<<<<< applications//app.json
"packageName": {
"android": "1",
"ios": ""
},
======
>>>>>>> applications//app.json
"properties": {
"category": "",
"subcategory": "",

View File

@@ -0,0 +1,30 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Generated schema for Root",
"type": "object",
"properties": {
"userId": {
"type": "number"
},
"id": {
"type": "number"
},
"title": {
"type": "string"
},
"completed": {
"type": "boolean"
}
},
"required": [
"userId",
"id",
"title",
"completed"
]
}
1
2
3
4
5

View File

@@ -0,0 +1,18 @@
{
"id": "df76d5ce-0b94-4ed6-89f5-c663f49e9fac",
"name": "小米",
"longName": "小米",
"developer": "",
"website": "",
"packageName": {
"android": "",
"ios": ""
},
"properties": {
"category": "",
"subcategory": "",
"content": "unknown",
"parentApp": "",
"risk": 1
}
}

View File

View File

@@ -0,0 +1,3 @@
{
"surrogates": []
}