Files
kevisual-noco/auto/life/index.ts
2025-12-12 11:50:30 +08:00

7 lines
180 B
TypeScript

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