feat 更新弹窗 (#1578)

This commit is contained in:
Kun Jinkao 2023-10-30 01:08:12 +08:00 committed by GitHub
parent 1511bbd40f
commit 1d685fd5aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
src/apps/com.cf.dubaji.ts Normal file
View 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',
},
],
},
],
});