mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 18:25:58 +08:00
docs: add online
This commit is contained in:
@@ -2,11 +2,17 @@
|
|||||||
|
|
||||||
[简体中文](./README.md) | English
|
[简体中文](./README.md) | English
|
||||||
|
|
||||||
[](https://github.com/actions-cool/issues-helper/actions) [](https://github.com/marketplace/actions/issues-helper) [](https://github.com/actions-cool/issues-helper/stargazers) [](https://github.com/actions-cool/issues-helper/releases) [](https://github.com/actions-cool/issues-helper/discussions) [](https://github.com/actions-cool/issues-helper/blob/main/LICENSE)
|
[](https://github.com/actions-cool/issues-helper/actions)
|
||||||
|
[](https://github.com/marketplace/actions/issues-helper)
|
||||||
|
[](https://github.com/umijs/dumi)
|
||||||
|
[](https://github.com/actions-cool/issues-helper/releases)
|
||||||
|
[](https://github.com/actions-cool/issues-helper/discussions)
|
||||||
|
[](https://github.com/actions-cool/issues-helper/stargazers)
|
||||||
|
[](https://github.com/actions-cool/issues-helper/blob/main/LICENSE)
|
||||||
|
|
||||||
A GitHub Action that easily helps you automatically manage issues
|
A GitHub Action that easily helps you automatically manage issues
|
||||||
|
|
||||||
Online documentation | [Changelog](./changelog.md)
|
[Online documentation](https://actions-cool.github.io/issues-helper) | [Changelog](https://actions-cool.github.io/issues-helper/en-US/changelog)
|
||||||
|
|
||||||
## 😎 Why use GitHub Action?
|
## 😎 Why use GitHub Action?
|
||||||
|
|
||||||
|
12
README.md
12
README.md
@@ -1,12 +1,18 @@
|
|||||||
# 🤖 Issues 助手
|
# 🤖 Issues 助手
|
||||||
|
|
||||||
简体中文 | [English](./README.en-US.md) |
|
简体中文 | [English](./README.en-US.md)
|
||||||
|
|
||||||
[](https://github.com/actions-cool/issues-helper/actions) [](https://github.com/marketplace/actions/issues-helper) [](https://github.com/actions-cool/issues-helper/stargazers) [](https://github.com/actions-cool/issues-helper/releases) [](https://github.com/actions-cool/issues-helper/discussions) [](https://github.com/actions-cool/issues-helper/blob/main/LICENSE)
|
[](https://github.com/actions-cool/issues-helper/actions)
|
||||||
|
[](https://github.com/marketplace/actions/issues-helper)
|
||||||
|
[](https://github.com/umijs/dumi)
|
||||||
|
[](https://github.com/actions-cool/issues-helper/releases)
|
||||||
|
[](https://github.com/actions-cool/issues-helper/discussions)
|
||||||
|
[](https://github.com/actions-cool/issues-helper/stargazers)
|
||||||
|
[](https://github.com/actions-cool/issues-helper/blob/main/LICENSE)
|
||||||
|
|
||||||
一个轻松帮你自动管理 issues 的 GitHub Action
|
一个轻松帮你自动管理 issues 的 GitHub Action
|
||||||
|
|
||||||
在线文档 | [更新日志](./changelog.zh-CN.md)
|
[在线文档](https://actions-cool.github.io/issues-helper/) | [更新日志](https://actions-cool.github.io/issues-helper/changelog)
|
||||||
|
|
||||||
## 😎 为什么用 GitHub Action?
|
## 😎 为什么用 GitHub Action?
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "issue-helper",
|
"name": "issue-helper",
|
||||||
"version": "1.0",
|
"version": "1.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Some operations on issue.",
|
"description": "Some operations on issue.",
|
||||||
"main": "src/main.js",
|
"main": "src/main.js",
|
||||||
@@ -34,6 +34,7 @@
|
|||||||
"@vercel/ncc": "^0.25.1",
|
"@vercel/ncc": "^0.25.1",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"dumi": "^1.1.0-rc.8",
|
"dumi": "^1.1.0-rc.8",
|
||||||
|
"gh-pages": "^3.1.0",
|
||||||
"react": "^17.0.1"
|
"react": "^17.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user