mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
Merge pull request #5 from Snoopy1866/fork-AIsouler-com.android.soundrecorder
feat(录音机) 更新提示
This commit is contained in:
16
src/apps/com.android.soundrecorder.ts
Normal file
16
src/apps/com.android.soundrecorder.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user