lscontests 1.9.1 → 1.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -27
- package/dist/locale/zh-NE.json +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
@@ -50,13 +50,13 @@ Options:
|
|
50
50
|
It performs as follows:
|
51
51
|
|
52
52
|
<!-- block_cli begin -->
|
53
|
-
(*The following content was automatically generated in
|
53
|
+
(*The following content was automatically generated in Sat, 14 May 2022 01:14:20 GMT*)
|
54
54
|
|
55
55
|
<details>
|
56
56
|
<summary> <code>> lsct </code> </summary>
|
57
57
|
|
58
58
|
```text
|
59
|
-
在 AtCoder,Codeforces,Luogu,NowCoder 上有
|
59
|
+
在 AtCoder,Codeforces,Luogu,NowCoder 上有 2 场正在进行的比赛
|
60
60
|
|
61
61
|
比赛平台: NowCoder
|
62
62
|
比赛名称:牛客竞赛博弈专题班 Sprague-Grundy 函数(SG 函数、图游戏、Nim 和)
|
@@ -72,13 +72,6 @@ https://ac.nowcoder.com/acm/contest/34655
|
|
72
72
|
结束时间: 5/30/2022, 08:00:00
|
73
73
|
https://ac.nowcoder.com/acm/contest/34649
|
74
74
|
|
75
|
-
比赛平台: Codeforces
|
76
|
-
比赛名称: Educational Codeforces Round 128 (Rated for Div. 2)
|
77
|
-
赛制: ICPC
|
78
|
-
开始时间: 5/13/2022, 14:35:00
|
79
|
-
结束时间: 5/13/2022, 16:35:00
|
80
|
-
https://codeforces.com/contests/1680
|
81
|
-
|
82
75
|
接下来的 3 天内在 AtCoder,Codeforces,Luogu,NowCoder 上有 8 场比赛
|
83
76
|
|
84
77
|
比赛平台: NowCoder
|
@@ -144,14 +137,7 @@ https://atcoder.jp/contests/arc140
|
|
144
137
|
<summary> <code>> lsct -o at cf -d 7</code> </summary>
|
145
138
|
|
146
139
|
```text
|
147
|
-
在 AtCoder,Codeforces
|
148
|
-
|
149
|
-
比赛平台: Codeforces
|
150
|
-
比赛名称: Educational Codeforces Round 128 (Rated for Div. 2)
|
151
|
-
赛制: ICPC
|
152
|
-
开始时间: 5/13/2022, 14:35:00
|
153
|
-
结束时间: 5/13/2022, 16:35:00
|
154
|
-
https://codeforces.com/contests/1680
|
140
|
+
在 AtCoder,Codeforces 上没有正在进行的比赛捏
|
155
141
|
|
156
142
|
接下来的 7 天内在 AtCoder,Codeforces 上有 3 场比赛
|
157
143
|
|
@@ -244,16 +230,7 @@ https://www.luogu.com.cn/contest/67377
|
|
244
230
|
|
245
231
|
```json
|
246
232
|
{
|
247
|
-
"running": [
|
248
|
-
{
|
249
|
-
"ojName": "Codeforces",
|
250
|
-
"name": "Educational Codeforces Round 128 (Rated for Div. 2)",
|
251
|
-
"rule": "ICPC",
|
252
|
-
"startTime": "2022-05-13T14:35:00.000Z",
|
253
|
-
"endTime": "2022-05-13T16:35:00.000Z",
|
254
|
-
"url": "https://codeforces.com/contests/1680"
|
255
|
-
}
|
256
|
-
],
|
233
|
+
"running": [],
|
257
234
|
"upcoming": [
|
258
235
|
{
|
259
236
|
"ojName": "AtCoder",
|
package/dist/locale/zh-NE.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"runnning": "搁 ${oj} 上有 ${contestCount} 场比赛正干着呢",
|
3
|
-
"norunning": "
|
4
|
-
"upcoming": "之后 ${days} 天搁在 ${oj}
|
5
|
-
"noupcoming": "
|
3
|
+
"norunning": "这前搁 ${oj} 上没比赛打",
|
4
|
+
"upcoming": "之后 ${days} 天搁在 ${oj} 上拢共 ${contestCount} 场比赛",
|
5
|
+
"noupcoming": "没成想往后 ${days} 天搁 ${oj} 没比赛打啊",
|
6
6
|
"ojName": "搁哪",
|
7
7
|
"name": "叫啥",
|
8
|
-
"rule": "
|
9
|
-
"startTime": "
|
10
|
-
"endTime": "
|
8
|
+
"rule": "怎么个整法",
|
9
|
+
"startTime": "啥前开始",
|
10
|
+
"endTime": "多前完事"
|
11
11
|
}
|