mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(小米运动健康): 好评弹窗 (#1846)
* feat 好评弹窗 * feat(小米运动健康): 好评弹窗 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
18
src/apps/com.mi.health.ts
Normal file
18
src/apps/com.mi.health.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.mi.health',
|
||||
name: '小米运动健康',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '好评弹窗',
|
||||
activityIds: 'com.xiaomi.fitness.baseui.common.CommonBaseActivity',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
rules: '[id="com.mi.health:id/nextView"][text="下次再说"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13258813',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user