feat(小米运动健康): 好评弹窗 (#1846)

* feat 好评弹窗

* feat(小米运动健康): 好评弹窗

---------

Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
Kun Jinkao
2023-11-05 21:52:10 +08:00
committed by GitHub
parent 335877ebf1
commit 38ae335c90

18
src/apps/com.mi.health.ts Normal file
View 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',
},
],
});