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

Patch 1 #1

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
d5855ef
添加 rustlings 配置
yfblock Oct 31, 2022
ca7ec7c
恢复配置
yfblock Oct 31, 2022
8564707
Update index.ts
yfblock Oct 31, 2022
71f257c
删除 rank 文件夹 添加 beta web
yfblock Oct 31, 2022
5d2df62
添加布局页面
yfblock Oct 31, 2022
debf434
更新排行榜
yfblock Oct 31, 2022
cbf985c
添加页面代码
yfblock Oct 31, 2022
695c7a9
添加请求方式
yfblock Nov 1, 2022
11b1dc7
测试 beta 网站
yfblock Nov 1, 2022
a460c18
修改 ci
yfblock Nov 1, 2022
a81811a
修复 ci
yfblock Nov 1, 2022
33619bc
更新 ci
yfblock Nov 1, 2022
f55158c
更新beta 文件夹
yfblock Nov 1, 2022
1bee4b8
更新 basePath
yfblock Nov 1, 2022
2c8f34b
更新 配置文件
yfblock Nov 1, 2022
dd4897c
测试 beta website
yfblock Nov 1, 2022
8940dbd
尝试 无 jekyll 部署
yfblock Nov 1, 2022
a40fcb4
更新 ci 和 配置
yfblock Nov 1, 2022
06612f7
更新 ci
yfblock Nov 1, 2022
bb2fc5f
能够添加基本的学生信息
yfblock Nov 1, 2022
0ed04de
添加通过率功能
yfblock Nov 1, 2022
fc3fd15
改变 通过率 为 完成度
yfblock Nov 1, 2022
55dadcb
添加 list 题号排序 添加跳转 github
yfblock Nov 1, 2022
ebdaa64
修改 prefix
yfblock Nov 1, 2022
4853ff5
更改路由和 ci
yfblock Nov 1, 2022
1b00596
更新配置文件
yfblock Nov 1, 2022
932450a
更新 ci
yfblock Nov 1, 2022
9ab58db
更新 页面效果
yfblock Nov 1, 2022
b2e0cce
feat: use @us2edu/layout
july-12 Nov 1, 2022
1a69147
Merge pull request #1 from os2edu/feature/layout
july-12 Nov 1, 2022
ca1c371
更新排序规则
yfblock Nov 1, 2022
cfadacb
修复通过率相关代码
yfblock Nov 1, 2022
1995c6b
Show the update time of ranking on the rank page. (#3)
yfblock Nov 3, 2022
2564b70
update os2edu/layout
july-12 Nov 5, 2022
993bc96
Merge pull request #4 from os2edu/feature/layout
july-12 Nov 5, 2022
90c9d88
fix: layout style
july-12 Nov 7, 2022
2d2f8db
Merge pull request #5 from os2edu/feature/layout
july-12 Nov 7, 2022
74f792d
fix: @os2edu/layout style issue by ssr
july-12 Nov 13, 2022
3fb3b8f
Merge pull request #6 from os2edu/fix/ssr-style
july-12 Nov 13, 2022
f9b56e1
test for skiping error
yfblock Dec 15, 2022
83d483b
feat: Add Previous Rankings
DongJianHao123 Sep 23, 2023
2358866
Update index.tsx
livstyle Oct 30, 2023
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
10 changes: 9 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,22 @@ jobs:
run: |
cd spider && npm install
npm run start
- name: build beta pages
run: |
cd web-beta && npm install
npm run build
npm run export
mv out ../build
- name: build pages
run: |
cd web && npm install
npm run build
cp dist ../build/older_version -r
- name: GitHub Pages
uses: crazy-max/[email protected]
with:
target_branch: gh-pages
build_dir: web/dist
build_dir: build
jekyll: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24 changes: 0 additions & 24 deletions rank/.gitignore

This file was deleted.

26 changes: 0 additions & 26 deletions rank/index.html

This file was deleted.

Loading