chore: format+lint

This commit is contained in:
lisonge
2023-09-14 14:12:48 +08:00
parent 1799a2b1de
commit d81bbf083a
3 changed files with 28 additions and 28 deletions

View File

@@ -3,5 +3,6 @@ pnpm-workspace.yaml
LICENCE LICENCE
dist dist
# README.md by pnpm build
README.md README.md
CHANGELOG.md

View File

@@ -20,5 +20,4 @@ export default defineAppConfig({
], ],
}, },
], ],
} });
);

View File

@@ -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',
}, },
], ],
}, },