mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
feat(体适能):开屏广告 (#974)
* feat(手机知网): 开屏广告,更新弹窗 手机知网,开屏广告,更新弹窗 * chore(actions): check_format_lint * feat(体适能): 开屏广告 体适能开屏广告 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
15
src/apps/com.bxkj.student.ts
Normal file
15
src/apps/com.bxkj.student.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.bxkj.student',
|
||||||
|
name: '体适能',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.bxkj.student.splash.SplashActivity',
|
||||||
|
rules: '[id="com.bxkj.student:id/tv_time"][text^="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12882766',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user