mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat: check+contribution
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { AppConfig } from '../types';
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
export default defineAppConfig({
|
||||
id: 'com.miui.player',
|
||||
name: `小米音乐`,
|
||||
groups: [
|
||||
@@ -12,4 +12,4 @@ export default <AppConfig>{
|
||||
'@TextView[text$=`跳过`] + TextView[id=`com.miui.player:id/ad_view`]',
|
||||
},
|
||||
],
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user