mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
27 lines
632 B
TypeScript
27 lines
632 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',
|
|
activityIds: 'cmccwm.mobilemusic.ui.base.MainActivity',
|
|
rules: [
|
|
{
|
|
action: 'back',
|
|
matches:
|
|
'[id="cmccwm.mobilemusic.libraries_feature:id/tv_title"][text="发现新版本"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13448898',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|