mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +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.tencent.karaoke',
|
||||
name: `全民K歌`,
|
||||
groups: [
|
||||
@@ -11,4 +11,4 @@ export default <AppConfig>{
|
||||
rules: '[text*=`跳过`][id!=null]',
|
||||
},
|
||||
],
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user