mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
20 lines
457 B
TypeScript
20 lines
457 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.chinavisionary.microtang',
|
|
name: '微棠',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.chinavisionary.microtang.MainActivity',
|
|
rules: [
|
|
{
|
|
matches: '[id="com.chinavisionary.microtang:id/tv_timer"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12841143',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|