mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
25 lines
549 B
TypeScript
25 lines
549 B
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'com.giraffe',
|
|
name: '安易加速器',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
desc: '点击关闭',
|
|
fastQuery: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
activityIds: 'com.speed.shadowsocks.ui.main.MainActivity',
|
|
matches: '[id="com.giraffe:id/iv_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14000409',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|