feat(小爱视觉) 更新提示 (#81)

This commit is contained in:
AIsouler
2024-02-20 21:51:54 +08:00
committed by GitHub

View File

@@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.xiaomi.scanner',
name: '小爱视觉',
groups: [
{
key: 1,
name: '更新提示',
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: '@[text="以后再说"] + [text="立即更新"]',
snapshotUrls: 'https://i.gkd.li/import/14332513',
},
],
});