Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove summary #2256

Merged
merged 3 commits into from
Jan 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: remove summary
yanglbme committed Jan 24, 2024
commit 1fd03de36e7b63d6510bf7fe734fe7a281e9a3b9
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -62,4 +62,4 @@ jobs:
gitee-username: yanglbme
gitee-password: ${{ secrets.GITEE_PASSWORD }}
gitee-repo: doocs/leetcode
branch: main
branch: gh-pages
64 changes: 0 additions & 64 deletions index.html

This file was deleted.

225 changes: 0 additions & 225 deletions main.js

This file was deleted.

28 changes: 14 additions & 14 deletions overrides/partials/comments.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{% if page.meta.comments %}
<h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
<script src="https://giscus.app/client.js"
data-repo="doocs/leetcode"
data-repo-id="MDEwOlJlcG9zaXRvcnkxNDkwMDEzNjU="
data-category="Announcements"
data-category-id="DIC_kwDOCOGUlc4CZmhe"
data-mapping="pathname"
data-strict="1"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="top"
data-theme="preferred_color_scheme"
data-lang="zh-CN"
crossorigin="anonymous"
async>
data-repo="doocs/leetcode"
data-repo-id="MDEwOlJlcG9zaXRvcnkxNDkwMDEzNjU="
data-category="Announcements"
data-category-id="DIC_kwDOCOGUlc4CZmhe"
data-mapping="pathname"
data-strict="1"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="top"
data-theme="preferred_color_scheme"
data-lang="zh-CN"
crossorigin="anonymous"
async>
</script>

<!-- Synchronize giscus theme with palette -->
<script>
var giscus = document.querySelector("script[src*=giscus]")
var giscus = document.querySelector("script[src*=giscus]")

/* Set palette on initial load */
var palette = __md_get("__palette")
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion solution/main.py
Original file line number Diff line number Diff line change
@@ -440,7 +440,6 @@ def run():
ls = load_result()
generate_readme(ls)
generate_question_readme(ls)
generate_summary(ls)

# 生成周赛题目列表
generate_contest_readme(cls)
Loading