From 3e47492c13ae33a2f80c52be1664ae4982df1d4f Mon Sep 17 00:00:00 2001 From: chaxus Date: Sat, 21 Sep 2024 17:05:57 +0800 Subject: [PATCH] feat: add cn md --- .../docs/variable/SERVICE_WORK_VERSION.ts | 2 +- readme-zh_CN.md | 59 +++++++++++++++++++ readme.md | 6 +- 3 files changed, 64 insertions(+), 3 deletions(-) create mode 100644 readme-zh_CN.md diff --git a/packages/docs/variable/SERVICE_WORK_VERSION.ts b/packages/docs/variable/SERVICE_WORK_VERSION.ts index 6d1c1cc55..ba88f5046 100644 --- a/packages/docs/variable/SERVICE_WORK_VERSION.ts +++ b/packages/docs/variable/SERVICE_WORK_VERSION.ts @@ -1 +1 @@ -export const SERVICE_WORK_VERSION = "1726550537" +export const SERVICE_WORK_VERSION = '1726550537'; diff --git a/readme-zh_CN.md b/readme-zh_CN.md new file mode 100644 index 000000000..5cc1cc16a --- /dev/null +++ b/readme-zh_CN.md @@ -0,0 +1,59 @@ +

+ + ran logo + +

+
+ +

+ + license + + + PRs welcome! + +Build Status +Types Included + + forks + + + stars + +

+
+ +[English](./readme.md) · 中文 + +这是一个兴趣爱好项目,在用到生产环境之前,还请谨慎❤️ + +基于 `MIT` 协议,源码完全开源,可供使用和修改。非常欢迎提供 `pr` 和`issue`,来者不拒🐶。 + +希望通过开源代码这种方式,让大家都能受益。因为在我的开发和学习过程中,自己也受到了许多开源项目的极大影响和帮助💗。 + +该项目包含了各种各样的代码,包括 web 原生组件库、机器学习的代码、函数库、一些 CSS 片段、web3 智能合约开发和许多其他东西,通过 Monorepo 进行管理。 + +感谢您通过给我们的仓库`star`来表达您的兴趣,这对我们来说意义重大,并激发了我们继续创造有价值内容的热情。 + +## 项目列表 + +| package | version (click for readme) | npm-d(click for npm) | description(click for document website) | +| ------------------------------------ | :------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- | +| [ranui](packages/ranui) | [![ranui version](https://img.shields.io/npm/v/ranui.svg?label=%20)](packages/ranui/readme.md) | [![npm-d](https://img.shields.io/npm/dt/ranui.svg)](https://www.npmjs.com/package/ranui) [![npm-md](https://img.shields.io/npm/dm/ranui.svg?style=flat-square)](https://www.npmjs.com/package/ranui) | [UI library](https://chaxus.github.io/ran/src/ranui/) | +| [@ranui/react](packages/ranui-react) | [![@ranui/react version](https://img.shields.io/npm/v/@ranui/react.svg?label=%20)](packages/@ranui/react/readme.md) | [![npm-d](https://img.shields.io/npm/dt/@ranui/react.svg)](https://www.npmjs.com/package/@ranui/react) | [React UI library](https://chaxus.github.io/ran/src/ranui/) | +| [ranuts](packages/ranuts) | [![ranuts version](https://img.shields.io/npm/v/ranuts.svg?label=%20)](packages/ranuts/readme.md) | [![npm-d](https://img.shields.io/npm/dt/ranuts.svg)](https://www.npmjs.com/package/ranuts) | [Util library](https://chaxus.github.io/ran/src/ranuts/) | +| [docs](packages/docs) | | | [文档](https://chaxus.github.io/ran/) for current project. | + +# 感谢贡献的朋友 + + + + + +# 路过看一看,点一点 + +![](http://profile-counter.glitch.me/chaxus-ran/count.svg) + +# 开源协议 + +[MIT](/LICENSE) diff --git a/readme.md b/readme.md index 9f5976e35..3ae7cb706 100644 --- a/readme.md +++ b/readme.md @@ -23,15 +23,17 @@


+English · [中文](./readme-zh_CN.md) + This is a personal project. Before deploying to production, please be cautious. The source code is fully open-sourced and modifiable. Contributions to issues and pull requests are welcome. -I've made the codes open-source, hoping they'll be a beneficial resource for all. +I aspire to extend the benefits of open-sourcing my code, as I myself have been greatly influenced and aided by numerous open-source projects throughout my development and learning journey. By doing so, I hope to contribute to a wider community where everyone can learn, grow, and benefit. The project encompasses a diverse range of codes, encompassing web component libraries, machine learning capabilities, function libraries, select CSS fragments, web3 smart contracts, and numerous other elements. -Thank you for showing interest by `star`... +Thank you for expressing your interest by giving our repository a `star`—it means a lot to us and fuels our passion to continue creating valuable content. ## Packages