mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(网速管家): 更新弹窗 (#405)
This commit is contained in:
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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user