mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
commit 783ee6fafeb937657e30b91fe30a6143c80ce84f Author: aisouler <zy43220@gmail.com> Date: Fri Jan 19 21:10:33 2024 +0800 feat(搜图神器):更新提示
21 lines
450 B
TypeScript
21 lines
450 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.example.administrator.searchpicturetool',
|
|
name: '搜图神器',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
quickFind: true,
|
|
name: '更新提示',
|
|
desc: '点击取消',
|
|
rules: [
|
|
{
|
|
matches: '@[text="取消"] + [text="立即升级"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13989147',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|