We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba045c commit 1c76140Copy full SHA for 1c76140
3 files changed
.github/workflows/docker.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
repository: eryajf/zenops-web
41
path: zenops-web
42
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GH_PAT }}
43
44
- name: 设置 Node.js 环境
45
uses: actions/setup-node@v4
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
28
README.md
@@ -31,12 +31,11 @@ ZenOps 是一个面向运维领域的数据智能化查询工具,通过统一
31
32
---
33
34
-
35
36
-> 前端页面开发中。
+> 前端页面
+
37

38
-> 管理后台开发中。
## 快速开始
0 commit comments