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