diff --git a/LICENSE b/LICENSE
index c4681e8..254b29b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2021 孤傲
+Copyright (c) 2021 孤傲 <9068149@qq.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 008f57d..e807ab2 100644
--- a/README.md
+++ b/README.md
@@ -53,8 +53,8 @@ src / utils / componentProperties.js // 组件数据
| 项目 | 描述 |
| --- | --- |
-| [AS-Editor(Vue2版)](https://gitee.com/was666/as-editor) | 基于 Vue2 的 AS-Editor |
-| [AS-Editor(Vue3版)](https://gitee.com/was666/as-editor/tree/vue3.x/) | 基于 Vue3 的 AS-Editor |
+| [AS-Editor
Vue2版](https://gitee.com/was666/as-editor) | 基于 Vue2 的 AS-Editor |
+| [AS-Editor
Vue3版](https://gitee.com/was666/as-editor/tree/vue3.x/) | 基于 Vue3 的 AS-Editor |
| [AS-Editor-H5](https://gitee.com/was666/as-editor-h5.git) | AS-Editor-H5 是移动端 Vue 模版,可以通过定义的 JSON 生成 Vue 页面 |
#### 感谢捐赠
diff --git a/package.json b/package.json
index f5bb59e..6ac1de7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,7 @@
{
"name": "as-editor",
"version": "0.1.1",
+ "author": "孤傲 <9068149@qq.com>",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",