mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
16
src/apps/com.unicde.smartcity_lyg.ts
Normal file
16
src/apps/com.unicde.smartcity_lyg.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.unicde.smartcity_lyg',
|
||||
name: '我的连云港',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.unicde.smartcity.features.welcome.WelcomeActivity',
|
||||
matchLauncher: true,
|
||||
rules: '[id="com.unicde.smartcity_lyg:id/tv_down"][text$="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13059584',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user