更新readme

master
yutent 2023-11-01 14:26:18 +08:00
parent 07cfa5523d
commit 52b8e3553e
2 changed files with 5 additions and 3 deletions

View File

@ -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/core`的依赖里。
```bash
npm install @gm5/controller
npm i @gm5/controller
```

View File

@ -1,6 +1,6 @@
{
"name": "@gm5/controller",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"description": "控制器基类。",
"main": "index.js",