mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
26 lines
610 B
TypeScript
26 lines
610 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.mm.android.lchg',
|
|
name: '乐橙含光',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
enable: false,
|
|
name: '更新提示',
|
|
desc: '点击稍后再说',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
quickFind: true,
|
|
activityIds: 'com.lc.mine.view.activity.AboutActivity',
|
|
rules: [
|
|
{
|
|
matches: '[id="com.mm.android.lchg:id/btn_cancel"][text*="稍后再说"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13540871',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|