mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(蜜源): 版本升级弹窗 (#734)
* feat(蜜源) - 版本升级弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
20
src/apps/com.jf.my.ts
Normal file
20
src/apps/com.jf.my.ts
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.jf.my',
|
||||||
|
name: '蜜源',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '版本升级弹窗',
|
||||||
|
activityIds: ['com.lbe.security.ui.CountdownDialogActivity'],
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches:
|
||||||
|
'[id="com.jf.my:id/btn_ok"][text="更新"] - [id="com.jf.my:id/btn_cancel"][text="关闭"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12838034',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user