Files
AIsouler-GKD_subscription/src/apps/com.example.administrator.searchpicturetool.ts
aisouler 7db4c81473 Squashed commit of the following:
commit 783ee6fafeb937657e30b91fe30a6143c80ce84f
Author: aisouler <zy43220@gmail.com>
Date:   Fri Jan 19 21:10:33 2024 +0800

    feat(搜图神器):更新提示
2024-02-01 18:34:13 +08:00

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',
},
],
},
],
});