Skip to content

Commit

Permalink
docs: ✏️ readme and license
Browse files Browse the repository at this point in the history
  • Loading branch information
charlzyx committed Jan 16, 2024
1 parent 5c01149 commit ac5a22f
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 6,055 deletions.
20 changes: 20 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
The MIT License (MIT)

Copyright (c) 2023-present, github/@charlzyx All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 💎 Formily, Pro!

![welcome](./docs/public/welcome.png)

为 formily 宇宙添加的开箱即用的高级组件库, @formily/antd@4,5 双版本适配

- 📋 **案例丰富** 练习时长两年半积累下来的丰富Demo, 方便cv
- 🐙 **原汁原味** 尽可能符合 AntD × formily 设计规范与直觉
- 🚀 **拓展强大** 查询表单/多选/行展开/枚举词典等实用拓展

## 在线文档地址

[for/antd@4](https://charlzyx.github.io/pro.formily/antd/)

[for/antd@5](https://charlzyx.github.io/pro.formily/antd-v5/)


## powered by

- [@formily](https://formilyjs.org)
- [antd@5](https://ant.design/components/table-cn/)
- [antd@4](https://4x.ant.design/components/table-cn/)
- [@formily/antd](https://github.com/alibaba/formily)
- [@formily/antd-v5](https://github.com/formilyjs/antd)
- [Rspress](https://rspress.dev/)
Binary file added docs/public/welcome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions rspress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ export default defineConfig({
},
plugins: [pluginPreview(), pluginFixCss()],
themeConfig: {
footer: {
message: "Powered by RsPress. © 2024 charlzyx All Rights Reserved.",
},
socialLinks: [
{
icon: "github",
Expand Down
Loading

0 comments on commit ac5a22f

Please sign in to comment.