From 90436a17a6acfa7602f0683ab83ddb72048cd0ea Mon Sep 17 00:00:00 2001
From: jaywcjlove <398188662@qq.com>
Date: Mon, 2 Dec 2024 14:58:24 +0800
Subject: [PATCH] chore: update document.
---
.github/workflows/main.yml | 4 ++--
README-zh.md => README.zh.md | 1 +
core/README.md | 1 +
3 files changed, 4 insertions(+), 2 deletions(-)
rename README-zh.md => README.zh.md (99%)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3d016af..5c5beea 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
url: https://jaywcjlove.github.io/#/sponsor
target: __blank
sideEffectFiles:
- - README-zh.md
+ - README.zh.md
footer: |
Projects •
Sponsor •
@@ -59,7 +59,7 @@ jobs:
async: true
EOF
- - run: idoc -s "TypeNexus {{version}}"
+ - run: idoc
- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
diff --git a/README-zh.md b/README.zh.md
similarity index 99%
rename from README-zh.md
rename to README.zh.md
index dc6be9f..8d59b22 100644
--- a/README-zh.md
+++ b/README.zh.md
@@ -3,6 +3,7 @@ TypeNexus
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
[![Build & Test](https://github.com/jaywcjlove/typenexus/actions/workflows/CI.yml/badge.svg)](https://github.com/jaywcjlove/typenexus/actions/workflows/CI.yml)
+[![English](https://jaywcjlove.github.io/sb/lang/english.svg)](README.md)
[![NPM Downloads](https://img.shields.io/npm/dm/typenexus.svg?style=flat)](https://www.npmjs.com/package/typenexus)
[![NPM version](https://img.shields.io/npm/v/typenexus.svg?style=flat&label=typenexus)](https://npmjs.org/package/typenexus)
[![typeorm@^0.3.12](https://shields.io/badge/typeorm-^0.3.12-green?style=flat&logo=node.js)](https://www.npmjs.com/package/typeorm)
diff --git a/core/README.md b/core/README.md
index e7644a7..6579e6c 100644
--- a/core/README.md
+++ b/core/README.md
@@ -3,6 +3,7 @@ TypeNexus
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
[![Build & Test](https://github.com/jaywcjlove/typenexus/actions/workflows/CI.yml/badge.svg)](https://github.com/jaywcjlove/typenexus/actions/workflows/CI.yml)
+[![中文](https://jaywcjlove.github.io/sb/lang/chinese.svg)](README.zh.md)
[![NPM Downloads](https://img.shields.io/npm/dm/typenexus.svg?style=flat)](https://www.npmjs.com/package/typenexus)
[![NPM version](https://img.shields.io/npm/v/typenexus.svg?style=flat&label=typenexus)](https://npmjs.org/package/typenexus)
[![typeorm@^0.3.12](https://shields.io/badge/typeorm-^0.3.12-green?style=flat&logo=node.js)](https://www.npmjs.com/package/typeorm)