mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
16
src/apps/im.xingzhe.ts
Normal file
16
src/apps/im.xingzhe.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'im.xingzhe',
|
||||
name: '行者骑行',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'im.xingzhe.activity.LaunchActivity',
|
||||
matchLauncher: true,
|
||||
rules: '[id="im.xingzhe:id/count_text"][text^="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/13031282',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user