diff --git a/README.md b/README.md index 3b45d91..65c24be 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ -
@@ -32,12 +30,12 @@ Quarkc(Quark core缩写) 是一个拥有完美开发体验的 web components 工
### 特性
-* **跨技术栈**:组件可以在任何框架或无框架的环境下使用,让你的代码更具复用性
-* **组件体积极小,性能极高**:因为 Quarkc 使用的是浏览器原生 API,所以你的组件可以达到最优性能,且体积小巧
+* 无框架,组件可以在任何框架或无框架的环境下使用,让你的代码更具复用性
+* 产物体积极小,性能接近浏览器原生元素
* Web Components, Simple, Fast!
* 浏览器原生API,组件可以跨技术栈使用
* 没有前端框架 Runtime,Web 组件体积小到极致
-* **高性能**设计,Shadow DOM 与 Virtual DOM 融合
+* Shadow DOM 与 Virtual DOM 的完美融合
* 组件直接解耦,独立打磨,按需引用
@@ -169,14 +167,12 @@ export default defineConfig({
## 文档
-完整文档,请访问 [quarkc.hellobike.com](https://quark-ecosystem.github.io/quarkc-docs)
-
+完整文档,请访问 [https://quark-ecosystem.github.io/quarkc-docs](https://quark-ecosystem.github.io/quarkc-docs)
### 联系我们
添加微信:Sanqi9675
-
### 社区示例
| 作者 | github 地址 | 截图 / 链接
@@ -189,3 +185,6 @@ export default defineConfig({
| @zhangfisher | https://github.com/zhangfisher/lite-tree/tree/master/packages/quark | [点击查看](https://github.com/zhangfisher/lite-tree/blob/master/docs/tree.png?raw=true) |
+## License
+
+[MIT LICENSE](./LICENSE)
\ No newline at end of file
diff --git a/logo.png b/logo.png
new file mode 100644
index 0000000..c76a60b
Binary files /dev/null and b/logo.png differ
diff --git a/packages/core/LICENSE b/packages/core/LICENSE
new file mode 100644
index 0000000..83f5b79
--- /dev/null
+++ b/packages/core/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2023 哈啰大前端
+
+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.
diff --git a/packages/core/README.md b/packages/core/README.md
index 3b45d91..65c24be 100644
--- a/packages/core/README.md
+++ b/packages/core/README.md
@@ -1,10 +1,8 @@
-
@@ -32,12 +30,12 @@ Quarkc(Quark core缩写) 是一个拥有完美开发体验的 web components 工
### 特性
-* **跨技术栈**:组件可以在任何框架或无框架的环境下使用,让你的代码更具复用性
-* **组件体积极小,性能极高**:因为 Quarkc 使用的是浏览器原生 API,所以你的组件可以达到最优性能,且体积小巧
+* 无框架,组件可以在任何框架或无框架的环境下使用,让你的代码更具复用性
+* 产物体积极小,性能接近浏览器原生元素
* Web Components, Simple, Fast!
* 浏览器原生API,组件可以跨技术栈使用
* 没有前端框架 Runtime,Web 组件体积小到极致
-* **高性能**设计,Shadow DOM 与 Virtual DOM 融合
+* Shadow DOM 与 Virtual DOM 的完美融合
* 组件直接解耦,独立打磨,按需引用
@@ -169,14 +167,12 @@ export default defineConfig({
## 文档
-完整文档,请访问 [quarkc.hellobike.com](https://quark-ecosystem.github.io/quarkc-docs)
-
+完整文档,请访问 [https://quark-ecosystem.github.io/quarkc-docs](https://quark-ecosystem.github.io/quarkc-docs)
### 联系我们
添加微信:Sanqi9675
-
### 社区示例
| 作者 | github 地址 | 截图 / 链接
@@ -189,3 +185,6 @@ export default defineConfig({
| @zhangfisher | https://github.com/zhangfisher/lite-tree/tree/master/packages/quark | [点击查看](https://github.com/zhangfisher/lite-tree/blob/master/docs/tree.png?raw=true) |
+## License
+
+[MIT LICENSE](./LICENSE)
\ No newline at end of file
diff --git a/packages/core/logo.png b/packages/core/logo.png
new file mode 100644
index 0000000..c76a60b
Binary files /dev/null and b/packages/core/logo.png differ
diff --git a/packages/core/package.json b/packages/core/package.json
index b7b9812..a733e78 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "quarkc",
- "version": "2.1.8",
+ "version": "2.1.9",
"description": "A Web Components framework",
"type": "module",
"module": "./lib/index.js",