mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 02:22:20 +08:00
chore: format+lint
This commit is contained in:
parent
1799a2b1de
commit
d81bbf083a
|
@ -3,5 +3,6 @@ pnpm-workspace.yaml
|
|||
LICENCE
|
||||
|
||||
dist
|
||||
# README.md by pnpm build
|
||||
|
||||
README.md
|
||||
CHANGELOG.md
|
||||
|
|
|
@ -1,24 +1,23 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.jxedt',
|
||||
name: '驾校一点通',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '首页广告',
|
||||
activityIds: ['com.jxedt.ui.activitys.GuideActivity'],
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.jxedt:id/tv_guide_tiaoguo" || text*="跳过"]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12605051',
|
||||
'https://gkd-kit.gitee.io/import/12605053',
|
||||
'https://gkd-kit.gitee.io/import/12605057',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
);
|
||||
id: 'com.jxedt',
|
||||
name: '驾校一点通',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '首页广告',
|
||||
activityIds: ['com.jxedt.ui.activitys.GuideActivity'],
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.jxedt:id/tv_guide_tiaoguo" || text*="跳过"]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12605051',
|
||||
'https://gkd-kit.gitee.io/import/12605053',
|
||||
'https://gkd-kit.gitee.io/import/12605057',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
import { defineAppConfig } from "../types";
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: "com.njh.biubiu",
|
||||
name: `biubiu加速器`,
|
||||
id: 'com.njh.biubiu',
|
||||
name: 'biubiu加速器',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: "开屏广告",
|
||||
activityIds: "com.njh.ping.business.base.activity.BusinessActivity",
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.njh.ping.business.base.activity.BusinessActivity',
|
||||
rules: [
|
||||
{
|
||||
matches: '[text="跳过"]',
|
||||
snapshotUrls: "https://gkd-kit.gitee.io/import/12512845",
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12512845',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user