Skip to content

Releases: huxulm/lc-rating

Public data fetching tool

03 Dec 04:59
Compare
Choose a tag to compare
Usage of ./lc-maker:
  -exemask int
        sub funcs execution config with mask, 15 for full execution (default 15)
  -latest
        fetching strategy if use latest (default true)
  -logdir string
        log directory
  -loglevel uint
        log directory (default 4)
  -out string
         (default "../../../lc-rating/public")
  • exemask 取值: 1 (pull questions) & 2 (pull contests) & 4 (pull ratings) & 8 (pull solutions)
    e.g. --exemask 15 会执行所有任务
  • 需要设置如下环境变量来连接 mongodb 数据库
    • MONGO_URI= "<mongodb://HOST:PORT>"
    • DB_NAME= "<DB NAME>"
    • DB_USER= "<USERNAME>"
    • DB_PASS= "<PASSWORD>"

0.0.5

30 Sep 06:13
9ea7c21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.4...0.0.5

v0.0.4

11 Apr 11:12
9b8f035
Compare
Choose a tag to compare

use nextjs as an replacement of vitejs

v0.0.3

11 Apr 08:39
Compare
Choose a tag to compare
⚡️improve style

0.0.2

24 Feb 15:44
Compare
Choose a tag to compare

What's Changed

  • feat: Add Dropdown Menu for Progress Tracking in Zen by @KefeiQian in #3
  • 题目绑定题解链接(来源@灵茶山艾府
  • 题解列表搜素,支持题号,标题,题解标题搜索
  • 标签过滤

New Contributors

Full Changelog: 0.0.1...0.0.2

0.0.1

19 Jun 09:38
416baaf
Compare
Choose a tag to compare
Update README.md