mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
chore: pnpm lint
This commit is contained in:
@@ -2,14 +2,15 @@ import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'cn.damai',
|
||||
name: `大麦`,
|
||||
name: '大麦',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: `开屏广告`,
|
||||
activityIds: `cn.damai.launcher.splash.SplashMainActivity`,
|
||||
rules: `[id="cn.damai:id/homepage_advert_pb"]`,
|
||||
snapshotUrls: `https://gkd-kit.gitee.io/import/38517192/38859663-6f0c-48b1-9392-20ae937a8c9e`,
|
||||
name: '开屏广告',
|
||||
activityIds: 'cn.damai.launcher.splash.SplashMainActivity',
|
||||
rules: '[id="cn.damai:id/homepage_advert_pb"]',
|
||||
snapshotUrls:
|
||||
'https://gkd-kit.gitee.io/import/38517192/38859663-6f0c-48b1-9392-20ae937a8c9e',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user