mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-24 09:05:34 +08:00
Merge pull request #89 from zhamao-robot/update-readme
更新 README Badges 及优化工作流触发路径
This commit is contained in:
10
.github/workflows/integration-test.yml
vendored
10
.github/workflows/integration-test.yml
vendored
@@ -4,9 +4,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths-ignore:
|
paths:
|
||||||
- '**.md'
|
- '**/**.php'
|
||||||
- 'docs/**'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
@@ -16,9 +15,8 @@ on:
|
|||||||
- reopened
|
- reopened
|
||||||
- ready_for_review
|
- ready_for_review
|
||||||
- review_requested
|
- review_requested
|
||||||
paths-ignore:
|
paths:
|
||||||
- '**.md'
|
- '**/**.php'
|
||||||
- 'docs/**'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
integration:
|
integration:
|
||||||
|
|||||||
2
.github/workflows/vuepress-deploy.yml
vendored
2
.github/workflows/vuepress-deploy.yml
vendored
@@ -3,6 +3,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths:
|
||||||
|
- 'docs/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
42
README.md
42
README.md
@@ -3,14 +3,42 @@
|
|||||||
<h2>炸毛框架</h2>
|
<h2>炸毛框架</h2>
|
||||||
炸毛框架 (zhamao-framework) 是一个协程高性能的聊天机器人 + Web 服务器开发框架<br><br>
|
炸毛框架 (zhamao-framework) 是一个协程高性能的聊天机器人 + Web 服务器开发框架<br><br>
|
||||||
|
|
||||||
[](http://wpa.qq.com/msgrd?v=3&uin=627577391&site=qq&menu=yes)
|
<p align="center">
|
||||||
[](https://github.com/zhamao-robot/zhamao-framework/blob/master/LICENSE)
|
<a href="https://onebot.dev/">
|
||||||
[](https://packagist.org/packages/zhamao/framework)
|
<img src="https://img.shields.io/badge/OneBot-11-black?style=flat-square" alt="OneBot">
|
||||||
[](https://github.com/howmanybots/onebot)
|
</a>
|
||||||

|
|
||||||
|
|
||||||
[](https://github.com/zhamao-robot/zhamao-framework/search?q=AnnotationBase)
|
<a href="https://github.com/zhamao-robot/zhamao-framework/actions">
|
||||||
[](https://github.com/zhamao-robot/zhamao-framework/search?q=TODO)
|
<img src="https://img.shields.io/github/workflow/status/zhamao-robot/zhamao-framework/Integration%20and%20Style%20Test?label=Test&style=flat-square" alt="Integration Test">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://packagist.org/packages/zhamao/framework">
|
||||||
|
<img src="https://img.shields.io/packagist/dt/zhamao/framework?label=Downloads&style=flat-square" alt="下载数">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://github.com/zhamao-robot/zhamao-framework/releases">
|
||||||
|
<img src="https://img.shields.io/packagist/v/zhamao/framework?include_prereleases&label=Release&style=flat-square" alt="最新版本">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://github.com/zhamao-robot/zhamao-framework/blob/master/LICENSE">
|
||||||
|
<img src="https://img.shields.io/github/license/zhamao-robot/zhamao-framework?label=License&style=flat-square" alt="开源协议">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://wpa.qq.com/msgrd?v=3&uin=627577391&site=qq&menu=yes">
|
||||||
|
<img src="https://img.shields.io/badge/作者QQ-627577391-orange?style=flat-square" alt="作者QQ">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<a href="https://github.com/zhamao-robot/zhamao-framework/search?q=AnnotationBase">
|
||||||
|
<img src="https://img.shields.io/github/search/zhamao-robot/zhamao-framework/AnnotationBase?label=Annotations&style=flat-square" alt="注解数量">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="https://github.com/zhamao-robot/zhamao-framework/search?q=TODO">
|
||||||
|
<img src="https://img.shields.io/github/search/zhamao-robot/zhamao-framework/TODO?label=TODO&style=flat-square" alt="TODO">
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user