Skip to content
Open

v1.0 #63

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
0be34c0
feat: notify plugin framework
DeAntiWang Nov 1, 2020
57b9652
notify v0.1
Nov 7, 2020
0516708
notify v 0.1
Nov 7, 2020
3278f63
notify v0.1
Nov 7, 2020
c140542
v0.1
Nov 7, 2020
edac3c3
Merge branch 'dev' into afwe
DeAntiWang Nov 7, 2020
4ea181b
contestpageaf
Jan 27, 2021
9b0c694
contestaf
Jan 27, 2021
93b030f
contestpageaf
Jan 27, 2021
b1cafd0
contestaf
Jan 27, 2021
03839d1
contestaf
Jan 28, 2021
7ed8fe1
Merge branch 'afwe' of github.com:DarkKris/OnlineJudge into afwe
DeAntiWang Jan 28, 2021
faf7dc1
fix: style
DeAntiWang Jan 28, 2021
7cfc00a
fix: style
DeAntiWang Jan 28, 2021
10ed971
contestpage update
Jan 30, 2021
7ce86c6
feat: api changed
DeAntiWang Jan 30, 2021
cfac75a
Merge branch 'afwe' of github.com:DarkKris/OnlineJudge into afwe
DeAntiWang Jan 30, 2021
390f022
feat: new api adapt
DeAntiWang Jan 30, 2021
2bd2ce6
api change
Mar 21, 2021
e2ea2c1
fix api
Mar 25, 2021
2ffb5ca
detaile update
Mar 31, 2021
a1bc4fc
detaile update
Mar 31, 2021
7c5c480
detaile update
Apr 1, 2021
f458e6d
detaile update
Apr 2, 2021
a17b10e
detale update
Apr 7, 2021
3ae5a3f
fix: try to fix something
DeAntiWang Apr 7, 2021
01046e2
detail update
Apr 7, 2021
cc3bc30
update detail
Apr 7, 2021
8bde702
detail update
Apr 7, 2021
2d7ce2e
rank update
Apr 8, 2021
5867bb9
detail update
Apr 8, 2021
5cf203e
detail update
Apr 8, 2021
e79fa8e
detail update
Apr 9, 2021
8d6b56d
detail update
Apr 9, 2021
a2028cf
detail update
Apr 9, 2021
2fee275
detail update
Apr 9, 2021
0b36e27
detail update
Apr 9, 2021
9af609f
side-nav update
Apr 9, 2021
be7d98b
update
Apr 19, 2021
992ad47
add timestamp for GET
Apr 20, 2021
260030f
update
Apr 20, 2021
42bebfe
notification update
Apr 20, 2021
c0ae6dc
main page contest update
Apr 21, 2021
9f94c36
problem count update
Apr 23, 2021
40c832a
drop backend and beautify
Perinze Apr 23, 2021
6f5a75d
create auto sync
Perinze Apr 23, 2021
6623f7c
test sync
Perinze Apr 23, 2021
b964b1f
fix sync action
Perinze Apr 23, 2021
1cf9737
test sync #2
Perinze Apr 23, 2021
aedf999
fix sync #2
Perinze Apr 23, 2021
e4b8b02
fix totCnt
May 6, 2021
365683a
submit limit update
May 6, 2021
2208aa0
zb fix
May 6, 2021
f5d2c5a
detail update
May 15, 2021
d5f6b8b
detail update
May 16, 2021
88d7a97
detaile update
May 20, 2021
670e12b
detaile update
May 20, 2021
045e3a8
[fix] use java.openjdk8 instead of java.openjdk10
baka233 May 22, 2021
647ed80
[fix] use https instead ssh
baka233 May 22, 2021
bce53d1
detail update
May 24, 2021
66bad5b
Merge branch 'afwe' of github.com:Perinze/OnlineJudge into afwe
May 24, 2021
832b473
detail update
May 24, 2021
6192ef1
detail update
May 24, 2021
b1d95f4
detail update again
May 24, 2021
8bc58cf
detail upupdate
May 24, 2021
014b496
detail update
May 27, 2021
9d9fd57
test: Bug fix before Contest
DeAntiWang May 29, 2021
0e2636d
fix
DeAntiWang May 29, 2021
c93a1ff
fix: bugs
DeAntiWang May 29, 2021
df6a711
fix: 这波我全锅
DeAntiWang May 29, 2021
e09a1ce
test: deantiwang test
DeAntiWang May 29, 2021
1bc9000
fix: deanti test
DeAntiWang May 29, 2021
bc6d5a6
deantiwang test
DeAntiWang May 29, 2021
d430ba8
fix: bug complete
DeAntiWang May 29, 2021
deefbec
vite instead of webpack
Sep 22, 2021
39bfd3a
Merge branch 'afwe' of github.com:Perinze/OnlineJudge into afwe
Sep 22, 2021
d923610
fix problem list
Oct 20, 2021
5c1af72
fix problem list
afwe Nov 15, 2021
8b06f57
test
afwe Nov 15, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
22 changes: 22 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
workflow_dispatch:
push:
branches: [ afwe ]

name: Mirror GitHub Selected Repos to Gitee
jobs:
run:
name: Run
runs-on: ubuntu-latest
steps:
- name: Checkout source codes
uses: actions/checkout@v2
- name: Mirror Github to Gitee with white list
uses: Yikun/hub-mirror-action@master
with:
src: github/Perinze
dst: gitee/perinze
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
static_list: 'OnlineJudge'
force_update: true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.idea
.DS_Store
node_modules
50 changes: 14 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,21 @@
# ACM@WUT MainPage & OnlineJudge业务系统
# Online Judge Front-end

WUT OJ 前端项目

## 技术栈
## Usage

### 服务端
```bash
$ npm install # 安装依赖
$ npm run serve # 启动本地开发(无MockData)
```

- 语言:PHP
- 框架:ThinkPHP 5.1
## MockServer

### 前端
在后端尚未开发完时可以使用 MockServer 来 Mock data

- 框架:Vue2
- UI:手撸
- 代码编辑器:CodeMirror
- 页面最小分辨率:1280*660 小于该尺寸Warning
```bash
$ npm run mock # 启动Mock服务器
$ npm run dev # 启动Mock本地开发
```

## 相关项目地址

- [FinalRank](https://github.com/DarkKris/FinalRank) (By 王熠弘、李劲巍、周景尧、曾嘉豪、黄融 Private Repo)
- [爬虫业务](https://github.com/IengY/flaskvj) (By 冷瑜)
- [评测内核](https://github.com/hr567/Ana) (By 黄融)

## 参与开发

列出了 OnlineJudge 的所有贡献者

包括单不限于本 repo 所包含的主页及业务系统的开发者

- 王熠弘(2017 级):OnlineJudge 前端页面、主页及部分评测核心的对接任务
- 李劲巍(2017 级):后端业务逻辑、部分评测核心对接任务
- 曾嘉豪(2017 级):项目运维及评测核心对接任务
- 黄融(2018 级):评测核心及其对接任务
- 郑文伟(2017 级):WUTOJ 的设计工作
- 周景尧(2017 级):OnlineJudge 前端页面
- 冷瑜(2016 级):Python 爬虫部分
- 刘福鑫(2017 级):主页

## 版权信息

版权所有 Copyright © 2019 by 武汉理工大学 ACM 协会

All rights reserved
把数据放在`/front_end/mock_server/data/`下即可
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added assets/media/knowledge.png
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
4 changes: 0 additions & 4 deletions back_end/.gitignore

This file was deleted.

42 changes: 0 additions & 42 deletions back_end/.travis.yml

This file was deleted.

32 changes: 0 additions & 32 deletions back_end/LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion back_end/application/.htaccess

This file was deleted.

Loading