mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 23:53:40 +08:00
feat 更新弹窗 (#1578)
This commit is contained in:
parent
1511bbd40f
commit
1d685fd5aa
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user