feat(Zepp Life): 开屏广告 (#1542)

* feat(Zepp Life): 开屏广告

* feat(Zepp Life): 开屏广告

---------

Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
aoguai
2023-10-29 23:50:55 +08:00
committed by GitHub
parent 439360b558
commit 902a694073

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.xiaomi.hm.health',
name: 'Zepp Life',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.xiaomi.hm.health:id/skip_text"]',
snapshotUrls: ['https://i.gkd.li/import/13197367'],
},
],
});