mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
8 lines
133 B
TypeScript
8 lines
133 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'li.songe.gkd',
|
|
name: 'GKD',
|
|
groups: [],
|
|
});
|