mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
15 lines
346 B
TypeScript
15 lines
346 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.tencent.djcity',
|
|
name: '掌上道聚城',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.tencent.djcity.activities.homepage.PortalActivity',
|
|
rules: '[id=`com.tencent.djcity:id/ad_view_ll_skip`]',
|
|
},
|
|
],
|
|
});
|