mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
26 lines
570 B
TypeScript
26 lines
570 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'cmccwm.mobilemusic',
|
|
name: '咪咕音乐',
|
|
deprecatedKeys: [0],
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
action: 'back',
|
|
matches:
|
|
'[id="cmccwm.mobilemusic.libraries_feature:id/tv_title"][text="发现新版本"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13448898',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|