返回 AiToEarn
service.ts
1 /*
2 * @Author: nevin
3 * @Date: 2025-01-24 17:10:35
4 * @LastEditors: nevin
5 * @Description: 工具箱
6 */
7 import { Inject, Injectable } from '../core/decorators';
8
9
10 @Injectable()
11 export class ToolsService {
12 }
13
13 lines TYPESCRIPT