mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat: check+contribution
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
import type { AppConfig } from '../types';
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
export default defineAppConfig({
|
||||
id: 'com.UCMobile',
|
||||
name: `UC浏览器`,
|
||||
groups: [
|
||||
{
|
||||
key: -1,
|
||||
name: `开屏广告`,
|
||||
desc: `空规则组-待实现`,
|
||||
activityIds: `com.uc.browser.InnerUCMobile`,
|
||||
// TODO
|
||||
},
|
||||
@@ -20,4 +21,4 @@ export default <AppConfig>{
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user