Compare commits

...

4 Commits

Author SHA1 Message Date
  Xinwei Xiong(cubxxw-openim) a37d0ec7a8 fix: fix actions error 3 years ago
  Xinwei Xiong(cubxxw-openim) 6b1f6cec1c docs: fix readme zh link 3 years ago
  Xinwei Xiong(cubxxw-openim) 19caf28171 fix: add kubekf file 3 years ago
  Xinwei Xiong(cubxxw-openim) c84c5bdbfd feat: add the changelog 3 years ago
2 changed files with 4 additions and 22 deletions
Split View
  1. +1
    -19
      .github/workflows/kubekf.yml
  2. +3
    -3
      README_zh-CN.md

+ 1
- 19
.github/workflows/kubekf.yml View File

@@ -45,7 +45,7 @@ jobs:

strategy:
matrix:
go_version: ["1.20"]
go_version: ["1.19","1.20"]
os: [ubuntu-latest]

steps:
@@ -92,24 +92,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

lint:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: ${{ env.GOLANGCI_VERSION }}

docker-image-tests:
runs-on: ubuntu-20.04
steps:


+ 3
- 3
README_zh-CN.md View File

@@ -78,11 +78,11 @@ bashCopy Codemake all

## 🕋 架构图

![架构](https://chat.jinshutuan.com/assets/images/architecture.png)
![架构](./assets/images/architecture.png)

**MVC 架构设计:**

![MVC](https://chat.jinshutuan.com/assets/images/mvc.png)
![MVC](./assets/images/mvc.png)

## 🤖 文件目录说明

@@ -141,7 +141,7 @@ OpenIMSDK 的目标是打造一个顶级的开源社区。我们有一套标准

OpenIMSDK 使用 Apache 2.0 许可证。完整的许可证文本请参见 [LICENSE](https://github.com/OpenIMSDK/OpenKF/tree/main/LICENSE)。

此存储库中显示的 OpenKF 标志(包括其变体和动画版本),存储在 [OpenKF](https://github.com/OpenIMSDK/openkf) 的 [assets/logo](https://chat.jinshutuan.com/assets/logo) 和 [assets/logo-gif](https://chat.jinshutuan.com/assets/logo-gif) 目录下,受版权法保护。
此存储库中显示的 OpenKF 标志(包括其变体和动画版本),存储在 [OpenKF](https://github.com/OpenIMSDK/openkf) 的 [assets/logo](./assets/logo) 和 [assets/logo-gif](./assets/logo-gif) 目录下,受版权法保护。

## 🔮 感谢我们的贡献者!


Loading…
Cancel
Save