mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
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:
20
src/apps/com.example.administrator.searchpicturetool.ts
Normal file
20
src/apps/com.example.administrator.searchpicturetool.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user