From 17e60fdf51636324687f2a3106addfe0eb85800d Mon Sep 17 00:00:00 2001 From: yun Date: Wed, 10 Jan 2024 10:56:49 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix(ci):=20=E4=BF=AE=E5=A4=8D=E5=A4=B1?= =?UTF-8?q?=E6=95=88=E7=9A=84=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-ZH.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-ZH.md b/README-ZH.md index 5d3051e7..bcc79fa7 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -65,7 +65,7 @@ git clone https://github.com/XiaoDaiGua-Ray/ray-template.git # 如果你的下载速度很慢,可以切换到下面的代理地址 -git clone https://gh.yka.moe/https://github.com/XiaoDaiGua-Ray/ray-template.git +git clone https://mirror.ghproxy.com/https://github.com/XiaoDaiGua-Ray/ray-template.git ``` ### 拉取依赖 diff --git a/README.md b/README.md index 5681e392..35ae9450 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ A `free`, `efficient`, `complete with features` middle and backend template base git clone https://github.com/XiaoDaiGua-Ray/ray-template.git # If your download speed is very slow, you can switch to the proxy address below -git clone https://gh.yka.moe/https://github.com/XiaoDaiGua-Ray/ray-template.git +git clone https://mirror.ghproxy.com/https://github.com/XiaoDaiGua-Ray/ray-template.git ``` ### Pull dependencies From 77a4fcb9a24085f2e2d8de6afd5d7ade100aaca2 Mon Sep 17 00:00:00 2001 From: yun Date: Wed, 10 Jan 2024 11:03:23 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix(docs):=20=E4=BF=AE=E5=A4=8D=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-ZH.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-ZH.md b/README-ZH.md index 3ca2fc10..6ba8887c 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -73,7 +73,7 @@ - [Vite](https://vitejs.dev/) - 熟悉 vite 特性 - [Vue3](https://v3.vuejs.org/) - 熟悉 Vue 基础语法 - [TypeScript](https://www.typescriptlang.org/) - 熟悉 TypeScript 基本语法 -- [Es6+](http://es6.ruanyifeng.com/) - 熟悉 es6 基本语法 +- [ES6+](http://es6.ruanyifeng.com/) - 熟悉 es6 基本语法 - [Vue-Hooks-Plus] - 熟悉 vue-hooks-plus useRequest 方法的基本使用 - [Vue-Router-Next](https://next.router.vuejs.org/) - 熟悉 vue-router4.x 基本使用 - [Naive-UI](https://www.naiveui.com) - naive ui 基本使用 diff --git a/README.md b/README.md index 6cf7dcc4..f79e3e2c 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ A `completely free`, `efficient`, `feature complete` and based on vite5. x & ts( - [Vite](https://vitejs.dev/) - familiar with vite features - [Vue3](https://v3.vuejs.org/) - familiar with Vue basic syntax - [TypeScript](https://www.typescriptlang.org/) - familiar with TypeScript basic syntax -- [Es6+](http://es6.ruanyifeng.com/) - familiar with es6 basic syntax +- [ES6+](http://es6.ruanyifeng.com/) - familiar with es6 basic syntax - [Vue-Hooks-Plus] - familiar with vue-hooks-plus useRequest method basic use - [Vue-Router-Next](https://next.router.vuejs.org/) - familiar with vue-router4.x basic use - [Naive-UI](https://www.naiveui.com) - naive ui basic use