import { Chessboard } from './ChineseChess.js' // 中国象棋 const chessboard = new Chessboard() chessboard.绘制棋盘({比例: 48, 边距: 20})