From 8a71e8fa3946a48479f895496788f15ec3343c6d Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:46:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E9=B8=A1=E6=A8=A1=E6=8B=9F?= =?UTF-8?q?=E5=99=A8):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3205)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xiaoji.emulator.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.xiaoji.emulator.ts diff --git a/src/apps/com.xiaoji.emulator.ts b/src/apps/com.xiaoji.emulator.ts new file mode 100644 index 00000000..64c9f16b --- /dev/null +++ b/src/apps/com.xiaoji.emulator.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.xiaoji.emulator', + name: '小鸡模拟器', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13684838', + }, + ], +});