feat(小爱视觉) 更新提示

This commit is contained in:
Kun Jinkao
2024-02-19 22:51:42 +08:00
parent 3dfb0c6401
commit 6a864b7925

View File

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