mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
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(安易加速器):更新提示
25 lines
548 B
TypeScript
25 lines
548 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|