mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
24 lines
479 B
TypeScript
24 lines
479 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: [
|
|
{
|
|
matches: '[id="com.giraffe:id/iv_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/14000409',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|