mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-24 00:18:40 +00:00
chore(remote_judger/luogu): disable "my"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ed06c4492b
commit
f3815367b2
@ -49,7 +49,7 @@ class UOJRemoteProblem {
|
|||||||
'short_name' => '洛谷',
|
'short_name' => '洛谷',
|
||||||
'url' => 'https://www.luogu.com.cn',
|
'url' => 'https://www.luogu.com.cn',
|
||||||
'languages' => ['C', 'C++98', 'C++11', 'C++', 'C++17', 'C++20', 'Python3', 'Java8', 'Pascal'],
|
'languages' => ['C', 'C++98', 'C++11', 'C++', 'C++17', 'C++20', 'Python3', 'Java8', 'Pascal'],
|
||||||
'submit_type' => ['my', 'archive'],
|
'submit_type' => ['archive'],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user