From b13649432c6d5bd5fd507dad8612f4cd75684ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A5=A5=E6=96=AF?= <9068149@qq.com> Date: Wed, 2 Mar 2022 11:44:46 +0800 Subject: [PATCH] chore: update --- LICENSE | 2 +- README.md | 4 ++-- package.json | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) 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",