Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ba4e2cb

Browse files
committed
chore: remove gitee pages
1 parent 2183e05 commit ba4e2cb

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

‎README.md‎

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,15 @@
1414

1515
## 介绍
1616

17-
本项目包含 LeetCode、《剑指 Offer(第 2 版)》、《剑指 Offer(专项突击版)》、《程序员面试金典(第 6 版)》等题目的相关题解。所有题解均由多种编程语言实现,包括但不限于:Java、Python、C++、JavaScript、C#、Go,日常更新。欢迎 Star 🌟 关注本项目「[GitHub](https://github.com/doocs/leetcode) / [Gitee](https://gitee.com/doocs/leetcode),获取项目最新动态。
17+
本项目包含 LeetCode、《剑指 Offer(第 2 版)》、《剑指 Offer(专项突击版)》、《程序员面试金典(第 6 版)》等题目的相关题解。所有题解均由多种编程语言实现,包括但不限于:Java、Python、C++、JavaScript、C#、Go,日常更新。欢迎 Star 🌟 关注[本项目](https://github.com/doocs/leetcode),获取项目最新动态。
1818

1919
[English Version](./README_EN.md)
2020

2121
## 站点
2222

2323
- Netlify: https://lc.netlify.app
24-
- Gitee Pages: https://doocs.gitee.io/leetcode
2524
- GitHub Pages: https://doocs.github.io/leetcode
2625

27-
注:😶本项目被 Gitee 官方误判为"包含违禁违规内容",导致 Gitee Pages 404。我们正在尝试联系 Gitee 官方人员处理,请朋友们优先访问 Netlify / GitHub Pages 站点。
28-
2926
## LeetCode 全解
3027

3128
- [LeetCode](./solution/README.md)
@@ -242,10 +239,10 @@
242239

243240
如果你对本项目感兴趣,并且希望加入我们刷题小分队,欢迎随时提交 [PR](https://github.com/doocs/leetcode/pulls)。请参考如下步骤:
244241

245-
1. 将本项目 fork 到你的个人 GitHub / Gitee 帐户,然后 clone 到你的本地机器;
246-
1. 对项目做出一些变更,然后使用 git add、commit、push 等命令将你的本地变更提交到你的远程 GitHub / Gitee 仓库;
242+
1. 将本项目 fork 到你的个人 GitHub 帐户,然后 clone 到你的本地机器;
243+
1. 对项目做出一些变更,然后使用 git add、commit、push 等命令将你的本地变更提交到你的远程 GitHub 仓库;
247244
1. 将你的变更以 PR 的形式提交过来,项目的维护人员会在第一时间对你的变更进行 review!
248-
1. 你也可以参考帮助文档[GitHub](https://help.github.com/cn) / [Gitee](https://gitee.com/help)了解更多细节。
245+
1. 你也可以参考帮助文档https://help.github.com/cn了解更多细节。
249246

250247
<p align="center">
251248
<a href="https://github.com/doocs/leetcode"><img src="https://cdn.jsdelivr.net/gh/doocs/leetcode@main/images/how-to-contribute.png" alt="how-to-contribute"></a>

‎README_EN.md‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Complete solutions to [LeetCode](https://leetcode.com/problemset/all/), [LCOF](h
2121
## Sites
2222

2323
- Netlify: https://lc.netlify.app
24-
- Gitee Pages: https://doocs.gitee.io/leetcode
2524
- GitHub Pages: https://doocs.github.io/leetcode
2625

2726
## Solutions

‎index.html‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>LeetCode & Coding Interview Guide</title>
77
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
88
<meta name="keywords"
9-
content="doc,docs,doocs,documentation,github,gitee,coding,pages,leetcode,coding-interview,coding-interview-guide,cracking-the-coding-interview,yanglbme">
9+
content="doc,docs,doocs,documentation,github,coding,pages,leetcode,coding-interview,coding-interview-guide,cracking-the-coding-interview,yanglbme">
1010
<meta name="description" content="LeetCode、剑指Offer、程序员面试金典题解">
1111
<meta name="viewport"
1212
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
@@ -78,8 +78,7 @@
7878
.replace(/\/main/, '/blob/main') : 'https://github.com/doocs/leetcode/blob/main/' + vm.route.file
7979

8080
const github = `[GitHub](${url})`
81-
const gitee = `[Gitee](${url.replace("github", "gitee")})`
82-
const editHtml = en ? `:memo: Edit on ${github} / ${gitee}\n` : `:memo: 在 ${github} / ${gitee} 编辑\n`
81+
const editHtml = en ? `:memo: Edit on ${github}\n` : `:memo: 在 ${github} 编辑\n`
8382
return editHtml + html
8483
})
8584

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /