Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

luogu冬日画板自动绘图脚本支持多用户,维护

Notifications You must be signed in to change notification settings

Enter-tainer/luoguPaintAutomatonTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

绘图自动机

Screenshot

使用

安装 NodeJS

git clone https://github.com/Enter-tainer/luoguPaintAutomatonTS
npm install
tsc
cd dist
node index.js

图片

图片用luogu绘版所使用的32进制数表示,保存在 data/test.32 中,需确保图片为矩形。

也可以使用 convert.cpp 将 ppm 格式的图片转换成 .32 格式,具体使用方法请自行 review 代码。

请将 cookies 放置在 data/users.json 中,以下是一个 data/users.json 的示例:

{
  "users": [
    {
      "UID": "",
      "clientID": ""
    }
  ]
}

index.ts 中可以调整图片左上角坐标

About

luogu冬日画板自动绘图脚本支持多用户,维护

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •