generated from template/apps-template
update
This commit is contained in:
8
agents/noco/life/index.ts
Normal file
8
agents/noco/life/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { NocoApi } from "@kevisual/noco";
|
||||
import { Core } from "../common/index.ts";
|
||||
|
||||
export class Life extends Core {
|
||||
key = 'life';
|
||||
title = '人生备忘录'
|
||||
description = '记录和管理你的人生大事小事'
|
||||
}
|
||||
Reference in New Issue
Block a user