-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
64 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const SERVICE_WORK_VERSION = "1726550537" | ||
export const SERVICE_WORK_VERSION = '1726550537'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<p align="center"> | ||
<a href="https://chaxus.github.io/ran/" target="_blank" rel="noopener noreferrer"> | ||
<img width="180" src="https://chaxus.github.io/ran/icon.png" alt="ran logo"> | ||
</a> | ||
</p> | ||
<br/> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/chaxus/ran"> | ||
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="license"> | ||
</a> | ||
<a href="https://github.com/chaxus/ran"> | ||
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" alt="PRs welcome!" /> | ||
</a> | ||
<a href="https://github.com/chaxus/ran"><img src="https://img.shields.io/github/actions/workflow/status/chaxus/ran/ci.yml" alt="Build Status"></a> | ||
<img src="https://badgen.net/npm/types/ranui" alt="Types Included"> | ||
<a href="https://github.com/chaxus/ran"> | ||
<img src="https://img.shields.io/github/forks/chaxus/ran" alt="forks"> | ||
</a> | ||
<a href="https://github.com/chaxus/ran"> | ||
<img src="https://img.shields.io/github/stars/chaxus/ran" alt="stars"> | ||
</a> | ||
</p> | ||
<br/> | ||
|
||
[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. | | ||
|
||
# 感谢贡献的朋友 | ||
|
||
<a href="https://github.com/chaxus/ran/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=chaxus/ran" /> | ||
</a> | ||
|
||
# 路过看一看,点一点 | ||
|
||
![](http://profile-counter.glitch.me/chaxus-ran/count.svg) | ||
|
||
# 开源协议 | ||
|
||
[MIT](/LICENSE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters