mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
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:
24
src/apps/com.giraffe.ts
Normal file
24
src/apps/com.giraffe.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user