mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
chore: pnpm lint
This commit is contained in:
@@ -2,7 +2,7 @@ import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.cmcc.cmvideo',
|
||||
name: `咪咕视频`,
|
||||
name: '咪咕视频',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
@@ -12,17 +12,17 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: `青少年模式弹窗`,
|
||||
activityIds: `com.cmcc.cmvideo.main.application.CompatibleMainActivity`,
|
||||
rules: `[id="com.cmcc.cmvideo:id/btn_cancle"]`,
|
||||
snapshotUrls: `https://gkd-kit.gitee.io/import/12498307`,
|
||||
name: '青少年模式弹窗',
|
||||
activityIds: 'com.cmcc.cmvideo.main.application.CompatibleMainActivity',
|
||||
rules: '[id="com.cmcc.cmvideo:id/btn_cancle"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12498307',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: `右下角小广告`,
|
||||
activityIds: `com.cmcc.cmvideo.main.application.CompatibleMainActivity`,
|
||||
rules: `[id="com.cmcc.cmvideo:id/iv_right_bottom_close"]`,
|
||||
snapshotUrls: `https://gkd-kit.gitee.io/import/12498315`,
|
||||
name: '右下角小广告',
|
||||
activityIds: 'com.cmcc.cmvideo.main.application.CompatibleMainActivity',
|
||||
rules: '[id="com.cmcc.cmvideo:id/iv_right_bottom_close"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12498315',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user