Squashed commit of the following:

commit b0c3275943f5ae4acef1e1a568f430895940c57f
Author: aisouler <zy43220@gmail.com>
Date:   Tue Jan 23 15:25:56 2024 +0800

    Update com.giraffe.ts

commit 4d8d2ef160d891a72ebd8ba7a79430a92d1e87af
Author: aisouler <zy43220@gmail.com>
Date:   Sun Jan 21 15:02:34 2024 +0800

    feat(安易加速器):更新提示
This commit is contained in:
aisouler
2024-02-01 18:35:12 +08:00
parent e9be03eee2
commit 1c3436b8ce

24
src/apps/com.giraffe.ts Normal file
View File

@@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.giraffe',
name: '安易加速器',
groups: [
{
key: 1,
name: '更新提示',
desc: '点击X',
actionMaximum: 1,
matchTime: 10000,
resetMatch: 'app',
quickFind: true,
rules: [
{
activityIds: 'com.speed.shadowsocks.ui.main.MainActivity',
matches: '[id="com.giraffe:id/iv_close"]',
snapshotUrls: 'https://i.gkd.li/import/14000409',
},
],
},
],
});