mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(作业帮家长版): 赏好评弹窗 (#1245)
This commit is contained in:
16
src/apps/com.zuoyebang.knowledge.ts
Normal file
16
src/apps/com.zuoyebang.knowledge.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.zuoyebang.knowledge',
|
||||
name: '作业帮家长版',
|
||||
groups: [
|
||||
{
|
||||
key: 3,
|
||||
name: '赏好评弹窗',
|
||||
quickFind: true,
|
||||
activityIds: 'com.baidu.homework.activity.init.InitActivity',
|
||||
rules: 'TextView[id="com.zuoyebang.knowledge:id/btn_cancle"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/13043228',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user