feat(百词斩): 活动弹窗 (#2323)

This commit is contained in:
Kun Jinkao 2023-11-20 21:47:43 +08:00 committed by GitHub
parent a5f487d261
commit 6b0562c60d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,16 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.jiongji.andriod.card',
name: '百词斩',
groups: [
{
key: 1,
name: '活动弹窗',
activityIds: 'com.baicizhan.main.activity.MainTabActivity',
rules:
'[text="反馈"] + ImageView + ImageView[childCount=0][clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/13415075',
},
],
});