mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(游侠客旅行): 开屏广告 (#1003)
* Create com.youxiake.ts * chore(actions): check_format_lint * feat(游侠客旅行): 规则优化 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: lisonge <i@songe.li> close #1001
This commit is contained in:
21
src/apps/com.youxiake.ts
Normal file
21
src/apps/com.youxiake.ts
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.youxiake',
|
||||||
|
name: '游侠客旅行',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.youxiake.ui.main.MainActivity',
|
||||||
|
matchLauncher: true,
|
||||||
|
quickFind: true,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id="com.youxiake:id/start_skip_txt"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12891979',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user