chore: rename to 19yuke2

This commit is contained in:
thehrz 2023-07-11 16:36:41 +08:00
parent cbad744cf2
commit f7ea2730c2
No known key found for this signature in database
GPG Key ID: 683658B4CAC43158
3 changed files with 8 additions and 8 deletions

View File

@ -1,3 +1,3 @@
# 19yuke2-vue # 19yuke2
合肥市南园学校19预科2班纪念站点项目 合肥市南园学校19预科2班纪念站点项目

View File

@ -10,7 +10,7 @@ interface Commit {
} }
} }
const { isFetching, data } = useFetch('https://git.thehrz.net/api/v1/repos/thehrz/19yuke2-vue/commits?stat=false&limit=3').json<Commit[]>() const { isFetching, data } = useFetch('https://git.thehrz.net/api/v1/repos/19yuke2-project/19yuke2/commits?stat=false&limit=3').json<Commit[]>()
</script> </script>
<template> <template>

View File

@ -1,6 +1,6 @@
# 贡献指南 # 贡献指南
本文介绍了向 [19yuke2-vue](https://git.thehrz.net/thehrz/19yuke2-vue) 创建 `合并请求` 的完整操作步骤。 本文介绍了向 [19yuke2](https://git.thehrz.net/19yuke2-project/19yuke2) 创建 `合并请求` 的完整操作步骤。
本文不对 Git 做过多介绍,若你想更多了解 Git你可以自行学习它。但是对于想要编辑文章的同学们来说学习以下步骤即可处理大部分情况。 本文不对 Git 做过多介绍,若你想更多了解 Git你可以自行学习它。但是对于想要编辑文章的同学们来说学习以下步骤即可处理大部分情况。
@ -26,7 +26,7 @@
## Step 2: 派生 (Fork) 主仓库 ## Step 2: 派生 (Fork) 主仓库
打开此地址: [19yuke2-vue](https://git.thehrz.net/thehrz/19yuke2-vue)。 打开此地址: [19yuke2](https://git.thehrz.net/19yuke2-project/19yuke2)。
![](/images/contribute_3.png) ![](/images/contribute_3.png)
@ -38,17 +38,17 @@
![](/images/contribute_5.png) ![](/images/contribute_5.png)
这样,您就获得了一个属于自己的`19yuke2-vue`仓库,接下来将指导您更改文件。 这样,您就获得了一个属于自己的`19yuke2`仓库,接下来将指导您更改文件。
## Step 3: 更改文件并创建提交 ## Step 3: 更改文件并创建提交
变更是指对一个文件的**创建**、**修改**、**删除**等操作。下面我们将指导您在线变更文件。 变更是指对一个文件的**创建**、**修改**、**删除**等操作。下面我们将指导您在线变更文件。
> **请注意: 所有文章都放置在 [src/posts](https://git.thehrz.net/Example/19yuke2-vue/src/branch/main/src/posts) 下** > **请注意: 所有文章都放置在 `src/posts` 下**
### 创建文件 ### 创建文件
转到 [src/posts](https://git.thehrz.net/Example/19yuke2-vue/src/branch/main/src/posts) 目录下。 转到 `src/posts` 目录下。
![](/images/contribute_6.png) ![](/images/contribute_6.png)