UNPKG
@kevisual/noco
Version:
latest (0.0.10)
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.1
一个轻量级的 NocoDB API SDK,支持表记录操作和 Base 管理功能。
@kevisual/noco
/
auto
/
life
/
index.ts
7 lines
(6 loc)
•
180 B
text/typescript
View Raw
1
2
3
4
5
6
7
import { Core } from
"../common/index.ts"
; export
class
Life
extends
Core
{ key =
'life'
; title =
'人生备忘录'
description =
'记录和管理你的人生大事小事'
}