feat(录音机) 更新提示

This commit is contained in:
Kun Jinkao
2024-02-02 21:19:29 +08:00
parent a6ad0d384d
commit 152e98ec5c

View File

@@ -0,0 +1,16 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.android.soundrecorder',
name: '录音机',
groups: [
{
key: 1,
name: '更新提示',
actionMaximum: 1,
resetMatch: 'app',
rules: '@[text="以后再说"] + [text="立即更新"]',
snapshotUrls: 'https://i.gkd.li/import/14140552',
},
],
});