mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
* 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
22 lines
482 B
TypeScript
22 lines
482 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|