From e24fcea7fef84b9b25c8f8a82ee776bd89f47b1a Mon Sep 17 00:00:00 2001 From: Gzx1999 Date: Wed, 8 Nov 2023 17:51:43 +0800 Subject: [PATCH] update readme --- README.md | 12 +----------- frontend/.gitignore | 1 + 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 5dae885..bc89d09 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,8 @@ #### 介绍 PilotGo-web contains web frontend for PilotGo. -说明:当前**PiltoGo**项目正在快速迭代当中。为保持前后端功能的一致性,**PiltoGo** web端源码托管在**PilotGo**主仓当中,点击[这里](https://gitee.com/openeuler/PilotGo)查看。 +说明:**PilotGo**项目前端使用的vue2组件将于2023年12月31日停止维护,因此需要对PilotGo项目前端进行vue3的组件迁移。本分支用于托管相关代码。 #### 参与贡献 1. 请参阅[PilotGo](https://gitee.com/openeuler/PilotGo)主项目 - - -#### 特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/frontend/.gitignore b/frontend/.gitignore index 38adffa..964bd54 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -19,6 +19,7 @@ coverage # Editor directories and files .vscode/* +.vscode/ !.vscode/extensions.json .idea *.suo -- Gitee