mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:43:46 +08:00
feat(网速管家): 更新弹窗 (#405)
This commit is contained in:
parent
2552f1dd1a
commit
d08e5a0c22
16
src/apps/cn.lezhi.speedtest.ts
Normal file
16
src/apps/cn.lezhi.speedtest.ts
Normal file
|
@ -0,0 +1,16 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'cn.lezhi.speedtest',
|
||||
name: '网速管家',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '更新弹窗',
|
||||
activityIds: 'cn.lezhi.speedtest.main5.MainV5Activity',
|
||||
rules:
|
||||
'[id="cn.lezhi.speedtest:id/rl_update_dialog_layout"] >n [id="cn.lezhi.speedtest:id/iv_close"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12727619',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user