mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(百词斩): 活动弹窗 (#2323)
This commit is contained in:
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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user