mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:13:34 +08:00
feat(百词斩): 活动弹窗 (#2323)
This commit is contained in:
parent
a5f487d261
commit
6b0562c60d
16
src/apps/com.jiongji.andriod.card.ts
Normal file
16
src/apps/com.jiongji.andriod.card.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user