使用 idb 简化 indexeddb 操作
This commit is contained in:
5
public/remove.js
Normal file
5
public/remove.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Chessboard } from './ChineseChess.js'
|
||||
|
||||
// 中国象棋
|
||||
const chessboard = new Chessboard()
|
||||
chessboard.绘制棋盘({比例: 48, 边距: 20})
|
Reference in New Issue
Block a user