This commit is contained in:
aisouler
2024-02-20 22:04:14 +08:00
5 changed files with 85 additions and 0 deletions

View 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',
},
],
});

View 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',
},
],
});

View 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',
},
],
});

View 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',
},
],
});

View 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',
},
],
});