Merge pull request #5 from Snoopy1866/fork-AIsouler-com.android.soundrecorder

feat(录音机) 更新提示
This commit is contained in:
AIsouler
2024-02-02 21:43:12 +08:00
committed by GitHub

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',
},
],
});