update info of repository

This commit is contained in:
KimYang
2020-12-31 16:32:17 +08:00
parent e12fc9e577
commit d6f348dc6f
6 changed files with 7998 additions and 8 deletions

2
.gitignore vendored
View File

@@ -1,7 +1,7 @@
# Prerequisites
*.d
node_modules/
yarn.lock
# yarn.lock
yarn-error.log
package-lock.json
cmake-build-debug/*

View File

@@ -39,4 +39,4 @@ Web 笔记主要存放在 `408Notes` 文件夹下,主要的包管理文件为
## 致谢
欢迎你前来占据前排👏🏻~
欢迎你通过捐赠前来占据前排👏🏻~

View File

@@ -1,6 +1,7 @@
#include <iostream>
int main() {
std::cout << "Hello, CSKaoYan!" << std::endl;
int main()
{
std::cout << "Hello, CSKaoYan!\nHello, 408!" << std::endl;
return 0;
}

View File

@@ -149,9 +149,9 @@
### 下载命令:
由于仓库历史原因导致仓库体积十分庞大,所以推荐使用如下命令下载最新文件:
`git clone --depth 1 https://github.com/KimYangOfCat/CSPostgraduate-408-2021.git`
`git clone --depth 1 https://github.com/KimYangOfCat/CSPostgraduate-408.git`
上述命令只会下最新版本,不会下载历史文件,可以显著提高下载速度~
上述命令只会下 master 分支下的最新版本,不会下载历史版本和其他分支,可以显著提高下载速度~
### 镜像仓库:
本仓库与[ GitLab 上的 CSPostgraduate-408-2021 仓库](https://gitlab.com/Kim.Yang/CSPostgraduate-408-2021) 互为镜像仓库,保持同步更新。
@@ -188,7 +188,7 @@
按钮来赞赏我,这将会给我更多更新的动力,感谢~
## ❤️ 致谢
欢迎你前来占据前排 👏🏻 ~
欢迎你通过捐赠前来占据前排 👏🏻 ~
## 许可证

View File

@@ -11,7 +11,7 @@
"vuepress": "^1.5.3"
},
"dependencies": {
"vue-router": "3.4.5",
"vue-router": "^3.4.5",
"@vssue/api-github-v4": "^1.4.0",
"@vssue/vuepress-plugin-vssue": "^1.4.6",
"@vuepress/theme-default": "^1.5.3"

7989
yarn.lock Normal file

File diff suppressed because it is too large Load Diff