Squashed commit of the following:

commit 783ee6fafeb937657e30b91fe30a6143c80ce84f
Author: aisouler <zy43220@gmail.com>
Date:   Fri Jan 19 21:10:33 2024 +0800

    feat(搜图神器):更新提示
This commit is contained in:
aisouler
2024-02-01 18:34:13 +08:00
parent 076efeac49
commit 7db4c81473

View File

@@ -0,0 +1,20 @@
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',
},
],
},
],
});