更新readme
parent
07cfa5523d
commit
52b8e3553e
|
@ -1,12 +1,14 @@
|
||||||
![module info](https://nodei.co/npm/@gm5/controller.png?downloads=true&downloadRank=true&stars=true)
|
![downloads](https://img.shields.io/npm/dt/@gm5/controller.svg)
|
||||||
|
![version](https://img.shields.io/npm/v/@gm5/controller.svg)
|
||||||
|
|
||||||
# @gm5/controller
|
# @gm5/controller
|
||||||
|
|
||||||
> 控制器基类。
|
> 控制器基类。
|
||||||
|
|
||||||
## 安装
|
## 安装
|
||||||
|
> 一般不需要单独安装, 该模块包含在`@gm5/core`的依赖里。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install @gm5/controller
|
npm i @gm5/controller
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@gm5/controller",
|
"name": "@gm5/controller",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "控制器基类。",
|
"description": "控制器基类。",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
Loading…
Reference in New Issue