mirror of
https://github.com/cool-team-official/cool-admin-midway-packages.git
synced 2025-12-14 15:32:51 +00:00
发布正式版7.x
This commit is contained in:
parent
a6f2a55273
commit
f671df7c7c
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-midway/cloud",
|
"name": "@cool-midway/cloud",
|
||||||
"version": "7.0.0-beta1",
|
"version": "7.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
@ -27,7 +27,7 @@
|
|||||||
"url": "https://cool-js.com"
|
"url": "https://cool-js.com"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cool-midway/core": "7.0.0-beta2",
|
"@cool-midway/core": "^7.0.0",
|
||||||
"@midwayjs/cli": "^2.0.0",
|
"@midwayjs/cli": "^2.0.0",
|
||||||
"@midwayjs/core": "^3.9.0",
|
"@midwayjs/core": "^3.9.0",
|
||||||
"@midwayjs/decorator": "^3.9.0",
|
"@midwayjs/decorator": "^3.9.0",
|
||||||
|
|||||||
27
cloud/src/README.md
Normal file
27
cloud/src/README.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
### COOL-ADMIN
|
||||||
|
|
||||||
|
cool-admin一个很酷的后台权限管理系统,开源免费,模块化、插件化、极速开发CRUD,方便快速构建迭代后台管理系统
|
||||||
|
|
||||||
|
大数据、微服务、AI编码快速开发!!!
|
||||||
|
|
||||||
|
|
||||||
|
### 技术栈
|
||||||
|
|
||||||
|
- 后端:node.js midway.js koa.js mysql typescript
|
||||||
|
- 前端:vue.js element-plus jsx pinia vue-router
|
||||||
|
|
||||||
|
### 官网
|
||||||
|
|
||||||
|
[https://cool-js.com](https://cool-js.com)
|
||||||
|
|
||||||
|
|
||||||
|
### 演示地址
|
||||||
|
|
||||||
|
[https://show.cool-admin.com](https://show.cool-admin.com)
|
||||||
|
|
||||||
|
- 账户:admin
|
||||||
|
- 密码:123456
|
||||||
|
|
||||||
|
### 项目地址
|
||||||
|
|
||||||
|
[https://github.com/cool-team-official/cool-admin-midway](https://github.com/cool-team-official/cool-admin-midway)
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-midway/cloud",
|
"name": "@cool-midway/cloud",
|
||||||
"version": "7.0.0-beta1",
|
"version": "7.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
@ -23,7 +23,7 @@
|
|||||||
"url": "https://cool-js.com"
|
"url": "https://cool-js.com"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cool-midway/core": "7.0.0-beta2",
|
"@cool-midway/core": "^7.0.0",
|
||||||
"@midwayjs/cli": "^2.0.0",
|
"@midwayjs/cli": "^2.0.0",
|
||||||
"@midwayjs/core": "^3.0.0",
|
"@midwayjs/core": "^3.0.0",
|
||||||
"@midwayjs/decorator": "^3.0.0",
|
"@midwayjs/decorator": "^3.0.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-midway/core",
|
"name": "@cool-midway/core",
|
||||||
"version": "7.0.0-beta7",
|
"version": "7.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
|
|||||||
27
core/src/README.md
Normal file
27
core/src/README.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
### COOL-ADMIN
|
||||||
|
|
||||||
|
cool-admin一个很酷的后台权限管理系统,开源免费,模块化、插件化、极速开发CRUD,方便快速构建迭代后台管理系统
|
||||||
|
|
||||||
|
大数据、微服务、AI编码快速开发!!!
|
||||||
|
|
||||||
|
|
||||||
|
### 技术栈
|
||||||
|
|
||||||
|
- 后端:node.js midway.js koa.js mysql typescript
|
||||||
|
- 前端:vue.js element-plus jsx pinia vue-router
|
||||||
|
|
||||||
|
### 官网
|
||||||
|
|
||||||
|
[https://cool-js.com](https://cool-js.com)
|
||||||
|
|
||||||
|
|
||||||
|
### 演示地址
|
||||||
|
|
||||||
|
[https://show.cool-admin.com](https://show.cool-admin.com)
|
||||||
|
|
||||||
|
- 账户:admin
|
||||||
|
- 密码:123456
|
||||||
|
|
||||||
|
### 项目地址
|
||||||
|
|
||||||
|
[https://github.com/cool-team-official/cool-admin-midway](https://github.com/cool-team-official/cool-admin-midway)
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-midway/core",
|
"name": "@cool-midway/core",
|
||||||
"version": "7.0.0-beta7",
|
"version": "7.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-midway/es",
|
"name": "@cool-midway/es",
|
||||||
"version": "7.0.0-beta2",
|
"version": "7.0.0",
|
||||||
"description": "cool-js.com elasticsearch",
|
"description": "cool-js.com elasticsearch",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
@ -24,7 +24,7 @@
|
|||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cool-midway/core": "7.0.0-beta3",
|
"@cool-midway/core": "^7.0.0",
|
||||||
"@midwayjs/cli": "^2.0.9",
|
"@midwayjs/cli": "^2.0.9",
|
||||||
"@midwayjs/core": "^3.9.0",
|
"@midwayjs/core": "^3.9.0",
|
||||||
"@midwayjs/decorator": "^3.9.0",
|
"@midwayjs/decorator": "^3.9.0",
|
||||||
|
|||||||
27
es/src/README.md
Normal file
27
es/src/README.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
### COOL-ADMIN
|
||||||
|
|
||||||
|
cool-admin一个很酷的后台权限管理系统,开源免费,模块化、插件化、极速开发CRUD,方便快速构建迭代后台管理系统
|
||||||
|
|
||||||
|
大数据、微服务、AI编码快速开发!!!
|
||||||
|
|
||||||
|
|
||||||
|
### 技术栈
|
||||||
|
|
||||||
|
- 后端:node.js midway.js koa.js mysql typescript
|
||||||
|
- 前端:vue.js element-plus jsx pinia vue-router
|
||||||
|
|
||||||
|
### 官网
|
||||||
|
|
||||||
|
[https://cool-js.com](https://cool-js.com)
|
||||||
|
|
||||||
|
|
||||||
|
### 演示地址
|
||||||
|
|
||||||
|
[https://show.cool-admin.com](https://show.cool-admin.com)
|
||||||
|
|
||||||
|
- 账户:admin
|
||||||
|
- 密码:123456
|
||||||
|
|
||||||
|
### 项目地址
|
||||||
|
|
||||||
|
[https://github.com/cool-team-official/cool-admin-midway](https://github.com/cool-team-official/cool-admin-midway)
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-midway/es",
|
"name": "@cool-midway/es",
|
||||||
"version": "7.0.0-beta2",
|
"version": "7.0.0",
|
||||||
"description": "cool-js.com elasticsearch",
|
"description": "cool-js.com elasticsearch",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
@ -22,7 +22,7 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cool-midway/core": "7.0.0-beta3",
|
"@cool-midway/core": "^7.0.0",
|
||||||
"@midwayjs/cli": "^1.2.38",
|
"@midwayjs/cli": "^1.2.38",
|
||||||
"@midwayjs/core": "^3.0.0",
|
"@midwayjs/core": "^3.0.0",
|
||||||
"@midwayjs/decorator": "^3.0.0",
|
"@midwayjs/decorator": "^3.0.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-midway/file",
|
"name": "@cool-midway/file",
|
||||||
"version": "7.0.0-beta3",
|
"version": "7.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
@ -27,7 +27,7 @@
|
|||||||
"url": "https://cool-js.com"
|
"url": "https://cool-js.com"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cool-midway/core": "7.0.0-beta2",
|
"@cool-midway/core": "^7.0.0",
|
||||||
"@midwayjs/cli": "^2.0.9",
|
"@midwayjs/cli": "^2.0.9",
|
||||||
"@midwayjs/core": "^3.9.0",
|
"@midwayjs/core": "^3.9.0",
|
||||||
"@midwayjs/decorator": "^3.9.0",
|
"@midwayjs/decorator": "^3.9.0",
|
||||||
|
|||||||
27
file/src/README.md
Normal file
27
file/src/README.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
### COOL-ADMIN
|
||||||
|
|
||||||
|
cool-admin一个很酷的后台权限管理系统,开源免费,模块化、插件化、极速开发CRUD,方便快速构建迭代后台管理系统
|
||||||
|
|
||||||
|
大数据、微服务、AI编码快速开发!!!
|
||||||
|
|
||||||
|
|
||||||
|
### 技术栈
|
||||||
|
|
||||||
|
- 后端:node.js midway.js koa.js mysql typescript
|
||||||
|
- 前端:vue.js element-plus jsx pinia vue-router
|
||||||
|
|
||||||
|
### 官网
|
||||||
|
|
||||||
|
[https://cool-js.com](https://cool-js.com)
|
||||||
|
|
||||||
|
|
||||||
|
### 演示地址
|
||||||
|
|
||||||
|
[https://show.cool-admin.com](https://show.cool-admin.com)
|
||||||
|
|
||||||
|
- 账户:admin
|
||||||
|
- 密码:123456
|
||||||
|
|
||||||
|
### 项目地址
|
||||||
|
|
||||||
|
[https://github.com/cool-team-official/cool-admin-midway](https://github.com/cool-team-official/cool-admin-midway)
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-midway/file",
|
"name": "@cool-midway/file",
|
||||||
"version": "7.0.0-beta3",
|
"version": "7.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
@ -27,7 +27,7 @@
|
|||||||
"url": "https://cool-js.com"
|
"url": "https://cool-js.com"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cool-midway/core": "^6.0.0",
|
"@cool-midway/core": "^7.0.0",
|
||||||
"@midwayjs/cli": "^2.0.9",
|
"@midwayjs/cli": "^2.0.9",
|
||||||
"@midwayjs/core": "^3.9.0",
|
"@midwayjs/core": "^3.9.0",
|
||||||
"@midwayjs/decorator": "^3.9.0",
|
"@midwayjs/decorator": "^3.9.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-midway/iot",
|
"name": "@cool-midway/iot",
|
||||||
"version": "7.0.0-beta1",
|
"version": "7.0.0",
|
||||||
"description": "cool-js.com iot模块",
|
"description": "cool-js.com iot模块",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
@ -30,7 +30,7 @@
|
|||||||
"index.d.ts"
|
"index.d.ts"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cool-midway/core": "7.0.0-beta3",
|
"@cool-midway/core": "^7.0.0",
|
||||||
"@midwayjs/cli": "^2.0.9",
|
"@midwayjs/cli": "^2.0.9",
|
||||||
"@midwayjs/core": "^3.9.0",
|
"@midwayjs/core": "^3.9.0",
|
||||||
"@midwayjs/decorator": "^3.9.0",
|
"@midwayjs/decorator": "^3.9.0",
|
||||||
|
|||||||
27
iot/src/README.md
Normal file
27
iot/src/README.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
### COOL-ADMIN
|
||||||
|
|
||||||
|
cool-admin一个很酷的后台权限管理系统,开源免费,模块化、插件化、极速开发CRUD,方便快速构建迭代后台管理系统
|
||||||
|
|
||||||
|
大数据、微服务、AI编码快速开发!!!
|
||||||
|
|
||||||
|
|
||||||
|
### 技术栈
|
||||||
|
|
||||||
|
- 后端:node.js midway.js koa.js mysql typescript
|
||||||
|
- 前端:vue.js element-plus jsx pinia vue-router
|
||||||
|
|
||||||
|
### 官网
|
||||||
|
|
||||||
|
[https://cool-js.com](https://cool-js.com)
|
||||||
|
|
||||||
|
|
||||||
|
### 演示地址
|
||||||
|
|
||||||
|
[https://show.cool-admin.com](https://show.cool-admin.com)
|
||||||
|
|
||||||
|
- 账户:admin
|
||||||
|
- 密码:123456
|
||||||
|
|
||||||
|
### 项目地址
|
||||||
|
|
||||||
|
[https://github.com/cool-team-official/cool-admin-midway](https://github.com/cool-team-official/cool-admin-midway)
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-midway/iot",
|
"name": "@cool-midway/iot",
|
||||||
"version": "7.0.0-beta1",
|
"version": "7.0.0",
|
||||||
"description": "cool-js.com iot模块",
|
"description": "cool-js.com iot模块",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
@ -30,7 +30,7 @@
|
|||||||
"index.d.ts"
|
"index.d.ts"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cool-midway/core": "7.0.0-beta3",
|
"@cool-midway/core": "^7.0.0",
|
||||||
"@midwayjs/cli": "^2.0.9",
|
"@midwayjs/cli": "^2.0.9",
|
||||||
"@midwayjs/core": "^3.9.0",
|
"@midwayjs/core": "^3.9.0",
|
||||||
"@midwayjs/decorator": "^3.9.0",
|
"@midwayjs/decorator": "^3.9.0",
|
||||||
|
|||||||
@ -1,81 +1,27 @@
|
|||||||
# Node Cache Manager store for Filesystem
|
### COOL-ADMIN
|
||||||
|
|
||||||
[](https://travis-ci.org/rolandstarke/node-cache-manager-fs-hash)
|
cool-admin一个很酷的后台权限管理系统,开源免费,模块化、插件化、极速开发CRUD,方便快速构建迭代后台管理系统
|
||||||
[](https://david-dm.org/rolandstarke/node-cache-manager-fs-hash)
|
|
||||||
[](https://www.npmjs.com/package/cache-manager-fs-hash)
|
|
||||||
[](https://nodejs.org)
|
|
||||||
|
|
||||||
A Filesystem store for the [node-cache-manager](https://github.com/BryanDonovan/node-cache-manager) module
|
大数据、微服务、AI编码快速开发!!!
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
```sh
|
|
||||||
npm install cache-manager-fs-hash --save
|
|
||||||
```
|
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
* Saves anything that is `JSON.stringify`-able to disk
|
|
||||||
* Buffers are saved as well (if they reach a certain size they will be stored to separate files)
|
|
||||||
* Works well with the cluster module
|
|
||||||
|
|
||||||
## Usage example
|
|
||||||
|
|
||||||
Here is an example that demonstrates how to implement the Filesystem cache store.
|
|
||||||
|
|
||||||
```javascript
|
|
||||||
const cacheManager = require('cache-manager');
|
|
||||||
const fsStore = require('cache-manager-fs-hash');
|
|
||||||
|
|
||||||
const diskCache = cacheManager.caching({
|
|
||||||
store: fsStore,
|
|
||||||
options: {
|
|
||||||
path: 'diskcache', //path for cached files
|
|
||||||
ttl: 60 * 60, //time to life in seconds
|
|
||||||
subdirs: true, //create subdirectories to reduce the
|
|
||||||
//files in a single dir (default: false)
|
|
||||||
zip: true, //zip files to save diskspace (default: false)
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
(async () => {
|
### 技术栈
|
||||||
|
|
||||||
await diskCache.set('key', 'value');
|
- 后端:node.js midway.js koa.js mysql typescript
|
||||||
console.log(await diskCache.get('key')); //"value"
|
- 前端:vue.js element-plus jsx pinia vue-router
|
||||||
console.log(await diskCache.ttl('key')); //3600 seconds
|
|
||||||
await diskCache.del('key');
|
### 官网
|
||||||
console.log(await diskCache.get('key')); //undefined
|
|
||||||
|
[https://cool-js.com](https://cool-js.com)
|
||||||
|
|
||||||
|
|
||||||
console.log(await getUserCached(5)); //{id: 5, name: '...'}
|
### 演示地址
|
||||||
console.log(await getUserCached(5)); //{id: 5, name: '...'}
|
|
||||||
|
|
||||||
await diskCache.reset();
|
[https://show.cool-admin.com](https://show.cool-admin.com)
|
||||||
|
|
||||||
function getUserCached(userId) {
|
- 账户:admin
|
||||||
return diskCache.wrap(userId /* cache key */, function () {
|
- 密码:123456
|
||||||
return getUser(userId);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
async function getUser(userId) {
|
### 项目地址
|
||||||
return {id: userId, name: '...'};
|
|
||||||
}
|
|
||||||
|
|
||||||
})();
|
[https://github.com/cool-team-official/cool-admin-midway](https://github.com/cool-team-official/cool-admin-midway)
|
||||||
```
|
|
||||||
|
|
||||||
## How it works
|
|
||||||
|
|
||||||
The filename is determined by the md5 hash of the `key`. (The `key` is also saved in the file to detect hash collisions. In this case it will just return a cache miss). Writing is performed with .lock files so that multiple instances of the library (e.g. using the cluster module) do not interfere with one another.
|
|
||||||
|
|
||||||
## Tests
|
|
||||||
|
|
||||||
```sh
|
|
||||||
npm test
|
|
||||||
```
|
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
cache-manager-fs-hash is licensed under the MIT license.
|
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-midway/cache-manager-fs-hash",
|
"name": "@cool-midway/cache-manager-fs-hash",
|
||||||
"version": "7.0.0-beta1",
|
"version": "7.0.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.0.0"
|
"node": ">=8.0.0"
|
||||||
|
|||||||
@ -1,76 +1,27 @@
|
|||||||
mqemitter-redis 
|
### COOL-ADMIN
|
||||||
===============
|
|
||||||
|
|
||||||
Redis-powered [MQEmitter](http://github.com/mcollina/mqemitter).
|
cool-admin一个很酷的后台权限管理系统,开源免费,模块化、插件化、极速开发CRUD,方便快速构建迭代后台管理系统
|
||||||
|
|
||||||
See [MQEmitter](http://github.com/mcollina/mqemitter) for the actual
|
大数据、微服务、AI编码快速开发!!!
|
||||||
API.
|
|
||||||
|
|
||||||
[](https://github.com/feross/standard)
|
|
||||||
|
|
||||||
|
|
||||||
Install
|
### 技术栈
|
||||||
-------
|
|
||||||
|
|
||||||
```bash
|
- 后端:node.js midway.js koa.js mysql typescript
|
||||||
$ npm install mqemitter-redis --save
|
- 前端:vue.js element-plus jsx pinia vue-router
|
||||||
```
|
|
||||||
|
|
||||||
Example
|
### 官网
|
||||||
-------
|
|
||||||
|
|
||||||
```js
|
[https://cool-js.com](https://cool-js.com)
|
||||||
var redis = require('mqemitter-redis')
|
|
||||||
var mq = redis({
|
|
||||||
port: 12345,
|
|
||||||
host: '12.34.56.78',
|
|
||||||
password: 'my secret',
|
|
||||||
db: 4
|
|
||||||
})
|
|
||||||
var msg = {
|
|
||||||
topic: 'hello world',
|
|
||||||
payload: 'or any other fields'
|
|
||||||
}
|
|
||||||
|
|
||||||
mq.on('hello world', function (message, cb) {
|
|
||||||
// call callback when you are done
|
|
||||||
// do not pass any errors, the emitter cannot handle it.
|
|
||||||
cb()
|
|
||||||
})
|
|
||||||
|
|
||||||
// topic is mandatory
|
### 演示地址
|
||||||
mq.emit(msg, function () {
|
|
||||||
// emitter will never return an error
|
|
||||||
})
|
|
||||||
```
|
|
||||||
|
|
||||||
Connection String Example
|
[https://show.cool-admin.com](https://show.cool-admin.com)
|
||||||
-------------------------
|
|
||||||
|
|
||||||
```js
|
- 账户:admin
|
||||||
var redis = require('mqemitter-redis')
|
- 密码:123456
|
||||||
var mq = redis({
|
|
||||||
connectionString: 'redis://:authpassword@127.0.0.1:6380/4'
|
|
||||||
})
|
|
||||||
```
|
|
||||||
|
|
||||||
## API
|
### 项目地址
|
||||||
|
|
||||||
<a name="constructor"></a>
|
[https://github.com/cool-team-official/cool-admin-midway](https://github.com/cool-team-official/cool-admin-midway)
|
||||||
### MQEmitterRedis([opts])
|
|
||||||
|
|
||||||
Creates a new instance of mqemitter-redis.
|
|
||||||
It takes all the same options of [ioredis](http://npm.im/ioredis),
|
|
||||||
which is used internally to connect to Redis.
|
|
||||||
|
|
||||||
This constructor creates two connections to Redis.
|
|
||||||
|
|
||||||
Acknowledgements
|
|
||||||
----------------
|
|
||||||
|
|
||||||
Code ported from [Ascoltatori](http://github.com/mcollina/ascoltatori).
|
|
||||||
|
|
||||||
License
|
|
||||||
-------
|
|
||||||
|
|
||||||
MIT
|
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-midway/mqemitter-redis",
|
"name": "@cool-midway/mqemitter-redis",
|
||||||
"version": "7.0.0-beta1",
|
"version": "7.0.0",
|
||||||
"description": "Redis-based MQEmitter",
|
"description": "Redis-based MQEmitter",
|
||||||
"main": "mqemitter-redis.js",
|
"main": "mqemitter-redis.js",
|
||||||
"types": "types/index.d.ts",
|
"types": "types/index.d.ts",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-midway/pay",
|
"name": "@cool-midway/pay",
|
||||||
"version": "7.0.0-beta1",
|
"version": "7.0.0",
|
||||||
"description": "cool-js.com 支付 微信 支付宝",
|
"description": "cool-js.com 支付 微信 支付宝",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
@ -28,7 +28,7 @@
|
|||||||
"url": "https://cool-js.com"
|
"url": "https://cool-js.com"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cool-midway/core": "7.0.0-beta3",
|
"@cool-midway/core": "^7.0.0",
|
||||||
"@midwayjs/cli": "^2.0.9",
|
"@midwayjs/cli": "^2.0.9",
|
||||||
"@midwayjs/core": "^3.9.0",
|
"@midwayjs/core": "^3.9.0",
|
||||||
"@midwayjs/decorator": "^3.9.0",
|
"@midwayjs/decorator": "^3.9.0",
|
||||||
|
|||||||
27
pay/src/README.md
Normal file
27
pay/src/README.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
### COOL-ADMIN
|
||||||
|
|
||||||
|
cool-admin一个很酷的后台权限管理系统,开源免费,模块化、插件化、极速开发CRUD,方便快速构建迭代后台管理系统
|
||||||
|
|
||||||
|
大数据、微服务、AI编码快速开发!!!
|
||||||
|
|
||||||
|
|
||||||
|
### 技术栈
|
||||||
|
|
||||||
|
- 后端:node.js midway.js koa.js mysql typescript
|
||||||
|
- 前端:vue.js element-plus jsx pinia vue-router
|
||||||
|
|
||||||
|
### 官网
|
||||||
|
|
||||||
|
[https://cool-js.com](https://cool-js.com)
|
||||||
|
|
||||||
|
|
||||||
|
### 演示地址
|
||||||
|
|
||||||
|
[https://show.cool-admin.com](https://show.cool-admin.com)
|
||||||
|
|
||||||
|
- 账户:admin
|
||||||
|
- 密码:123456
|
||||||
|
|
||||||
|
### 项目地址
|
||||||
|
|
||||||
|
[https://github.com/cool-team-official/cool-admin-midway](https://github.com/cool-team-official/cool-admin-midway)
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-midway/pay",
|
"name": "@cool-midway/pay",
|
||||||
"version": "7.0.0-beta1",
|
"version": "7.0.0",
|
||||||
"description": "cool-js.com 支付 微信 支付宝",
|
"description": "cool-js.com 支付 微信 支付宝",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
@ -28,7 +28,7 @@
|
|||||||
"url": "https://cool-js.com"
|
"url": "https://cool-js.com"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cool-midway/core": "7.0.0-beta3",
|
"@cool-midway/core": "^7.0.0",
|
||||||
"@midwayjs/cli": "^2.0.9",
|
"@midwayjs/cli": "^2.0.9",
|
||||||
"@midwayjs/core": "^3.9.0",
|
"@midwayjs/core": "^3.9.0",
|
||||||
"@midwayjs/decorator": "^3.9.0",
|
"@midwayjs/decorator": "^3.9.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-midway/rpc",
|
"name": "@cool-midway/rpc",
|
||||||
"version": "7.0.0-beta1",
|
"version": "7.0.0",
|
||||||
"description": "cool-js.com rpc 微服务",
|
"description": "cool-js.com rpc 微服务",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
@ -23,7 +23,7 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cool-midway/core": "7.0.0-beta3",
|
"@cool-midway/core": "^7.0.0",
|
||||||
"@midwayjs/cli": "^2.0.9",
|
"@midwayjs/cli": "^2.0.9",
|
||||||
"@midwayjs/core": "^3.9.0",
|
"@midwayjs/core": "^3.9.0",
|
||||||
"@midwayjs/decorator": "^3.9.0",
|
"@midwayjs/decorator": "^3.9.0",
|
||||||
|
|||||||
27
rpc/src/README.md
Normal file
27
rpc/src/README.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
### COOL-ADMIN
|
||||||
|
|
||||||
|
cool-admin一个很酷的后台权限管理系统,开源免费,模块化、插件化、极速开发CRUD,方便快速构建迭代后台管理系统
|
||||||
|
|
||||||
|
大数据、微服务、AI编码快速开发!!!
|
||||||
|
|
||||||
|
|
||||||
|
### 技术栈
|
||||||
|
|
||||||
|
- 后端:node.js midway.js koa.js mysql typescript
|
||||||
|
- 前端:vue.js element-plus jsx pinia vue-router
|
||||||
|
|
||||||
|
### 官网
|
||||||
|
|
||||||
|
[https://cool-js.com](https://cool-js.com)
|
||||||
|
|
||||||
|
|
||||||
|
### 演示地址
|
||||||
|
|
||||||
|
[https://show.cool-admin.com](https://show.cool-admin.com)
|
||||||
|
|
||||||
|
- 账户:admin
|
||||||
|
- 密码:123456
|
||||||
|
|
||||||
|
### 项目地址
|
||||||
|
|
||||||
|
[https://github.com/cool-team-official/cool-admin-midway](https://github.com/cool-team-official/cool-admin-midway)
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-midway/rpc",
|
"name": "@cool-midway/rpc",
|
||||||
"version": "7.0.0-beta1",
|
"version": "7.0.0",
|
||||||
"description": "cool-js.com rpc 微服务",
|
"description": "cool-js.com rpc 微服务",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
@ -23,7 +23,7 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cool-midway/core": "7.0.0-beta3",
|
"@cool-midway/core": "^7.0.0",
|
||||||
"@midwayjs/cli": "^2.0.9",
|
"@midwayjs/cli": "^2.0.9",
|
||||||
"@midwayjs/core": "^3.9.0",
|
"@midwayjs/core": "^3.9.0",
|
||||||
"@midwayjs/decorator": "^3.9.0",
|
"@midwayjs/decorator": "^3.9.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-midway/sms",
|
"name": "@cool-midway/sms",
|
||||||
"version": "7.0.0-beta1",
|
"version": "7.0.0",
|
||||||
"description": "cool-js.com 短信",
|
"description": "cool-js.com 短信",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
@ -28,7 +28,7 @@
|
|||||||
"url": "https://cool-js.com"
|
"url": "https://cool-js.com"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cool-midway/core": "7.0.0-beta3",
|
"@cool-midway/core": "^7.0.0",
|
||||||
"@midwayjs/cli": "^2.0.9",
|
"@midwayjs/cli": "^2.0.9",
|
||||||
"@midwayjs/core": "^3.9.0",
|
"@midwayjs/core": "^3.9.0",
|
||||||
"@midwayjs/decorator": "^3.9.0",
|
"@midwayjs/decorator": "^3.9.0",
|
||||||
|
|||||||
27
sms/src/README.md
Normal file
27
sms/src/README.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
### COOL-ADMIN
|
||||||
|
|
||||||
|
cool-admin一个很酷的后台权限管理系统,开源免费,模块化、插件化、极速开发CRUD,方便快速构建迭代后台管理系统
|
||||||
|
|
||||||
|
大数据、微服务、AI编码快速开发!!!
|
||||||
|
|
||||||
|
|
||||||
|
### 技术栈
|
||||||
|
|
||||||
|
- 后端:node.js midway.js koa.js mysql typescript
|
||||||
|
- 前端:vue.js element-plus jsx pinia vue-router
|
||||||
|
|
||||||
|
### 官网
|
||||||
|
|
||||||
|
[https://cool-js.com](https://cool-js.com)
|
||||||
|
|
||||||
|
|
||||||
|
### 演示地址
|
||||||
|
|
||||||
|
[https://show.cool-admin.com](https://show.cool-admin.com)
|
||||||
|
|
||||||
|
- 账户:admin
|
||||||
|
- 密码:123456
|
||||||
|
|
||||||
|
### 项目地址
|
||||||
|
|
||||||
|
[https://github.com/cool-team-official/cool-admin-midway](https://github.com/cool-team-official/cool-admin-midway)
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-midway/sms",
|
"name": "@cool-midway/sms",
|
||||||
"version": "7.0.0-beta1",
|
"version": "7.0.0",
|
||||||
"description": "cool-js.com 短信",
|
"description": "cool-js.com 短信",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
@ -28,7 +28,7 @@
|
|||||||
"url": "https://cool-js.com"
|
"url": "https://cool-js.com"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cool-midway/core": "7.0.0-beta3",
|
"@cool-midway/core": "^7.0.0",
|
||||||
"@midwayjs/cli": "^2.0.9",
|
"@midwayjs/cli": "^2.0.9",
|
||||||
"@midwayjs/core": "^3.9.0",
|
"@midwayjs/core": "^3.9.0",
|
||||||
"@midwayjs/decorator": "^3.9.0",
|
"@midwayjs/decorator": "^3.9.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-midway/task",
|
"name": "@cool-midway/task",
|
||||||
"version": "7.0.0-beta1",
|
"version": "7.0.0",
|
||||||
"description": "cool-js.com 任务与队列",
|
"description": "cool-js.com 任务与队列",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
@ -28,7 +28,7 @@
|
|||||||
"url": "https://cool-js.com"
|
"url": "https://cool-js.com"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cool-midway/core": "7.0.0-beta3",
|
"@cool-midway/core": "^7.0.0",
|
||||||
"@midwayjs/cli": "^2.0.9",
|
"@midwayjs/cli": "^2.0.9",
|
||||||
"@midwayjs/core": "^3.9.0",
|
"@midwayjs/core": "^3.9.0",
|
||||||
"@midwayjs/decorator": "^3.9.0",
|
"@midwayjs/decorator": "^3.9.0",
|
||||||
|
|||||||
27
task/src/README.md
Normal file
27
task/src/README.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
### COOL-ADMIN
|
||||||
|
|
||||||
|
cool-admin一个很酷的后台权限管理系统,开源免费,模块化、插件化、极速开发CRUD,方便快速构建迭代后台管理系统
|
||||||
|
|
||||||
|
大数据、微服务、AI编码快速开发!!!
|
||||||
|
|
||||||
|
|
||||||
|
### 技术栈
|
||||||
|
|
||||||
|
- 后端:node.js midway.js koa.js mysql typescript
|
||||||
|
- 前端:vue.js element-plus jsx pinia vue-router
|
||||||
|
|
||||||
|
### 官网
|
||||||
|
|
||||||
|
[https://cool-js.com](https://cool-js.com)
|
||||||
|
|
||||||
|
|
||||||
|
### 演示地址
|
||||||
|
|
||||||
|
[https://show.cool-admin.com](https://show.cool-admin.com)
|
||||||
|
|
||||||
|
- 账户:admin
|
||||||
|
- 密码:123456
|
||||||
|
|
||||||
|
### 项目地址
|
||||||
|
|
||||||
|
[https://github.com/cool-team-official/cool-admin-midway](https://github.com/cool-team-official/cool-admin-midway)
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cool-midway/task",
|
"name": "@cool-midway/task",
|
||||||
"version": "7.0.0-beta1",
|
"version": "7.0.0",
|
||||||
"description": "cool-js.com 任务与队列",
|
"description": "cool-js.com 任务与队列",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
@ -28,7 +28,7 @@
|
|||||||
"url": "https://cool-js.com"
|
"url": "https://cool-js.com"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cool-midway/core": "7.0.0-beta3",
|
"@cool-midway/core": "^7.0.0",
|
||||||
"@midwayjs/cli": "^2.0.9",
|
"@midwayjs/cli": "^2.0.9",
|
||||||
"@midwayjs/core": "^3.9.0",
|
"@midwayjs/core": "^3.9.0",
|
||||||
"@midwayjs/decorator": "^3.9.0",
|
"@midwayjs/decorator": "^3.9.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user