import { AService } from '@/core/service/kernel/AService.ts' export class NotificationService extends AService { constructor() { super('NotificationService'); console.log('NotificationService - 服务注册') } }