mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(智安星): 开屏广告 (#838)
* feat(智安星) - 开屏广告 * Update com.tutu.zhianxing.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
15
src/apps/com.tutu.zhianxing.ts
Normal file
15
src/apps/com.tutu.zhianxing.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.tutu.zhianxing',
|
||||||
|
name: '智安星',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: ['com.xlxapp.MainActivity'],
|
||||||
|
rules: '[id="com.tutu.zhianxing:id/skip_title"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12847474',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user