保存一下

This commit is contained in:
2025-08-29 13:01:49 +08:00
parent caaece6b4f
commit edb725354e
11 changed files with 308 additions and 4 deletions

View File

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