mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
* feat(CAD看图王): 开屏广告 * chore(actions): check_format_lint * feat(CAD看图王): 开屏广告-规则优化 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: 二刺螈 <i@songe.li>
20 lines
454 B
TypeScript
20 lines
454 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.gstarmc.android',
|
|
name: 'CAD看图王',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.stone.app.ui.activity.AppSplashActivity',
|
|
rules: [
|
|
{
|
|
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12855855',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|