File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 99 <a href =" https://github.com/un-oj/core " ><img src =" https://img.shields.io/github/stars/un-oj/core " ></a >
1010</p >
1111
12- Unified Online Judge information collector, tree-shakable and extensible .
12+ Unified information collector of online competitive programming platforms .
1313
1414## Usage
1515
Original file line number Diff line number Diff line change 44 */
55
66import type { CheerioAPI } from 'cheerio' ;
7- import type { PlatformOptions , ProblemIOSample } from '../platform' ;
8- import type { Problem as BaseProblem } from '../problem' ;
7+ import type { PlatformOptions } from '../platform' ;
8+ import type { Problem as BaseProblem , ProblemIOSample } from '../problem' ;
99import { load } from 'cheerio' ;
1010import { FetchError } from 'ofetch' ;
1111import { NotFoundError , Platform } from '../platform' ;
Original file line number Diff line number Diff line change 33 * @module
44 */
55
6- import type { PlatformOptions , ProblemIOSample } from '../platform' ;
7- import type { Problem as BaseProblem } from '../problem' ;
6+ import type { PlatformOptions } from '../platform' ;
7+ import type { Problem as BaseProblem , ProblemIOSample } from '../problem' ;
88import { load } from 'cheerio' ;
99import { NotFoundError , Platform } from '../platform' ;
1010import { parseMemory , parseTime } from '../utils' ;
Original file line number Diff line number Diff line change 33 * @module
44 */
55
6- import type { PlatformOptions , ProblemIOSample } from '../platform' ;
7- import type { Problem as BaseProblem } from '../problem' ;
6+ import type { PlatformOptions } from '../platform' ;
7+ import type { Problem as BaseProblem , ProblemIOSample } from '../problem' ;
88import { FetchError } from 'ofetch' ;
99import { NotFoundError , Platform , UnexpectedResponseError } from '../platform' ;
1010import { addHeaders , getFirstKey , UnOJError } from '../utils' ;
Original file line number Diff line number Diff line change 33 * @module
44 */
55
6- import type { PlatformOptions , ProblemIOSample } from '../platform' ;
7- import type { Problem as BaseProblem } from '../problem' ;
6+ import type { PlatformOptions } from '../platform' ;
7+ import type { Problem as BaseProblem , ProblemIOSample } from '../problem' ;
88import { load } from 'cheerio' ;
99import { FetchError } from 'ofetch' ;
1010import { NotFoundError , Platform , UnexpectedResponseError } from '../platform' ;
You can’t perform that action at this time.
0 commit comments