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
/
control
/
index.ts
7 lines
(6 loc)
•
174 B
text/typescript
View Raw
1
2
3
4
5
6
7
import { Core } from
"../common/index.ts"
; export
class
Control
extends
Core
{ key =
'control'
; title =
'控制中枢'
description =
'管理和控制系统的运行'
}