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