mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
Merge branch 'main' of https://github.com/AIsouler/GKD_subscription
This commit is contained in:
17
src/apps/com.One.WoodenLetter.ts
Normal file
17
src/apps/com.One.WoodenLetter.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.One.WoodenLetter',
|
||||
name: '一个木函',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新提示',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
rules: '[text^="新版本"] <2 * +2 * > [text="忽略"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14332536',
|
||||
},
|
||||
],
|
||||
});
|
||||
17
src/apps/com.miui.huanji.ts
Normal file
17
src/apps/com.miui.huanji.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.miui.huanji',
|
||||
name: '小米换机',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新提示',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
rules: '@[text="下次再说"] + [text="立即升级"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14332463',
|
||||
},
|
||||
],
|
||||
});
|
||||
17
src/apps/com.nasoft.socmark.ts
Normal file
17
src/apps/com.nasoft.socmark.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.nasoft.socmark',
|
||||
name: '手机性能排行',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新提示',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
rules: '@[text="取消"] + [text="更新"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14332576',
|
||||
},
|
||||
],
|
||||
});
|
||||
17
src/apps/com.tencent.wemeet.app.ts
Normal file
17
src/apps/com.tencent.wemeet.app.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.tencent.wemeet.app',
|
||||
name: '腾讯会议',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新提示',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
rules: '[text^="腾讯会议新版本"] +3 * > [text="下次安装"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14332625',
|
||||
},
|
||||
],
|
||||
});
|
||||
17
src/apps/com.xiaomi.scanner.ts
Normal file
17
src/apps/com.xiaomi.scanner.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.xiaomi.scanner',
|
||||
name: '小爱视觉',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新提示',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
rules: '@[text="以后再说"] + [text="立即更新"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14332513',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user