@jlgj/antd-jl 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -99
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,106 +1,11 @@
1
1
  <p align="center">
2
- <a href="https://www.antdv.com/">
3
- <img width="200" src="https://aliyuncdn.antdv.com/logo.png">
2
+ <a href="https://jielong.com/">
3
+ <img width="200" src="https://resoure-cos.jielong.com/console/image-webp/logo.webp">
4
4
  </a>
5
5
  </p>
6
6
 
7
7
  <h1 align="center">
8
- <a href="https://www.antdv.com/" target="_blank">Ant Design Vue</a>
8
+ <a href="https://jielong.com/" target="_blank">Antd-JL</a>
9
9
  </h1>
10
+ <h2 align="center">基于antd封装的jl组件库</h2>
10
11
 
11
- <div align="center">
12
-
13
- An enterprise-class UI components based on Ant Design and Vue.
14
-
15
- ![test](https://github.com/vueComponent/ant-design-vue/workflows/test/badge.svg) [![codecov](https://img.shields.io/codecov/c/github/vueComponent/ant-design-vue/master.svg?style=flat-square)](https://codecov.io/gh/vueComponent/ant-design-vue) [![npm package](https://img.shields.io/npm/v/ant-design-vue.svg?style=flat-square)](https://www.npmjs.org/package/ant-design-vue) [![NPM downloads](http://img.shields.io/npm/dm/ant-design-vue.svg?style=flat-square)](http://www.npmtrends.com/ant-design-vue) [![backers](https://opencollective.com/ant-design-vue/backers/badge.svg)](#backers) [![sponsors](https://opencollective.com/ant-design-vue/sponsors/badge.svg)](#sponsors) [![extension-for-VSCode](https://img.shields.io/badge/extension%20for-VSCode-blue.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=ant-design-vue.vscode-ant-design-vue-helper) [![issues-helper](https://img.shields.io/badge/Issues%20Manage%20By-issues--helper-orange?style=flat-square)](https://github.com/actions-cool/issues-helper)
16
-
17
- </div>
18
-
19
- [![](https://cdn-images-1.medium.com/max/2000/1*NIlj0-TdLMbo_hzSBP8tmg.png)](https://www.antdv.com/)
20
-
21
- English | [简体中文](./README-zh_CN.md)
22
-
23
- ## Features
24
-
25
- - An enterprise-class UI design system for desktop applications.
26
- - A set of high-quality Vue components out of the box.
27
- - Shared [Ant Design of React](https://ant.design/docs/spec/introduce) design resources.
28
-
29
- ## Getting started & staying tuned with us.
30
-
31
- Star us, and you will receive all releases notifications from GitHub without any delay!
32
-
33
- ![star us](https://user-images.githubusercontent.com/6937879/261937060-e0501ab3-9388-4712-a25d-3f2ba2271865.gif)
34
-
35
- ## Environment Support
36
-
37
- - Modern browsers. v1.x support Internet Explorer 9+ (with [polyfills](https://www.antdv.com/docs/vue/getting-started/#compatibility))
38
- - Server-side Rendering
39
- - Support Vue 2 & Vue 3
40
- - [Electron](https://electronjs.org/)
41
-
42
- | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Opera | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png" alt="Electron" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Electron |
43
- | --- | --- | --- | --- | --- | --- |
44
- | Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
45
-
46
- ## Using npm or yarn
47
-
48
- **We recommend using npm or yarn to install**, it not only makes development easier, but also allow you to take advantage of the rich ecosystem of Javascript packages and tooling.
49
-
50
- ```bash
51
- $ npm install ant-design-vue --save
52
- ```
53
-
54
- ```bash
55
- $ yarn add ant-design-vue
56
- ```
57
-
58
- If you are in a bad network environment, you can try other registries and tools like [cnpm](https://github.com/cnpm/cnpm).
59
-
60
- ## Links
61
-
62
- - [Home page](https://www.antdv.com/)
63
- - [Vue](https://vuejs.org/)
64
- - [Ant Design Of React](http://ant.design/)
65
-
66
- ## Ecosystem
67
-
68
- | Project | Description |
69
- | --- | --- |
70
- | [vue-ref](https://github.com/vueComponent/vue-ref) | You can use the callback to get a reference like react |
71
- | [ant-design-vue-helper](https://marketplace.visualstudio.com/items?itemName=ant-design-vue.vscode-ant-design-vue-helper) | A vscode extension for ant-design-vue |
72
- | [vue-cli-plugin-ant-design](https://github.com/vueComponent/vue-cli-plugin-ant-design) | Vue-cli 3 plugin to add ant-design-vue |
73
- | [vue-dash-event](https://github.com/vueComponent/vue-dash-event) | The library function, implemented in the DOM template, can use the custom event of the ant-design-vue component (camelCase) |
74
- | [@formily/antdv](https://github.com/formilyjs/antdv) | The Library with Formily and ant-design-vue |
75
- | [@ant-design-vue/nuxt](https://github.com/vueComponent/ant-design-vue-nuxt) | A nuxt module for ant-design-vue |
76
- | [ant-design-x-vue](https://github.com/wzc520pyfm/ant-design-x-vue) | A Vue AI interface solutions base on the Ant Design X design specification |
77
-
78
- ## Donation
79
-
80
- ant-design-vue is an MIT-licensed open source project. In order to achieve better and sustainable development of the project, we expect to gain more [backers](https://github.com/vueComponent/ant-design-vue/blob/master/BACKERS.md). You can support us in any of the following ways:
81
-
82
- - [Patreon](https://www.patreon.com/tangjinzhou)
83
- - [opencollective](https://opencollective.com/ant-design-vue)
84
- - [paypal](https://www.paypal.me/tangjinzhou)
85
- - [支付宝或微信](https://aliyuncdn.antdv.com/alipay-and-wechat.png)
86
- - ETH: 0x30cc48515d8ae9fefa20ab87226ad7e8ab9c3bc2
87
-
88
- ## Sponsors
89
-
90
- Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/ant-design-vue#sponsor)]
91
-
92
- <a href="http://www.jeecg.com/" target="_blank"><img src="https://aliyuncdn.antdv.com/jeecg-logo.png" height="64"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/0/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/0/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/1/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/1/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/2/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/2/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/3/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/3/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/4/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/4/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/5/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/5/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/6/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/6/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/7/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/7/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/8/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/8/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/9/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/9/avatar.svg"></a> <a href="https://opencollective.com/ant-design-vue/sponsor/10/website" target="_blank"><img src="https://opencollective.com/ant-design-vue/sponsor/10/avatar.svg"></a>
93
-
94
- ## [More Sponsor (From Patreon、alipay、wechat、paypal...)](https://github.com/vueComponent/ant-design-vue/blob/master/BACKERS.md)
95
-
96
- ## Contributors
97
-
98
- Thank you to all the people who already contributed to ant-design-vue!
99
-
100
- <a href="https://github.com/vueComponent/ant-design-vue/graphs/contributors">
101
- <img src="https://contrib.rocks/image?repo=vueComponent/ant-design-vue&max=100&columns=15" />
102
- </a>
103
-
104
- [![Let's fund issues in this repository](https://issuehunt.io/static/embed/issuehunt-button-v1.svg)](https://issuehunt.io/repos/104172832)
105
-
106
- This project is tested with BrowserStack.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jlgj/antd-jl",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "title": "Antd-JL",
5
5
  "description": "基于antd封装的jl组件库",
6
6
  "keywords": [