generated from template/apps-template
7 lines
180 B
TypeScript
7 lines
180 B
TypeScript
import { Core } from "../common/index.ts";
|
|
|
|
export class Life extends Core {
|
|
key = 'life';
|
|
title = '人生备忘录'
|
|
description = '记录和管理你的人生大事小事'
|
|
} |