Files
noco-auto/agents/noco/life/index.ts
2025-12-06 18:56:08 +08:00

7 lines
180 B
TypeScript

import { Core } from "../common/index.ts";
export class Life extends Core {
key = 'life';
title = '人生备忘录'
description = '记录和管理你的人生大事小事'
}