mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat 更新弹窗 (#1578)
This commit is contained in:
23
src/apps/com.cf.dubaji.ts
Normal file
23
src/apps/com.cf.dubaji.ts
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.cf.dubaji',
|
||||||
|
name: '毒霸姬',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '更新弹窗',
|
||||||
|
activityIds: 'com.cf.dubaji.module.main.MainActivity',
|
||||||
|
quickFind: true,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
matches:
|
||||||
|
'[id="com.cf.dubaji:id/dlg_action_positive"][text="立即更新"]',
|
||||||
|
action: 'back',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13198107',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user