Mon Jun 26 07:54:00 UTC 2023 inscode

上级 31c9e3ec
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
"preview": "vite preview --port 4173" "preview": "vite preview --port 4173"
}, },
"dependencies": { "dependencies": {
"@microsoft/fetch-event-source": "^2.0.1",
"guess": "^1.0.2", "guess": "^1.0.2",
"vue": "^3.2.37" "vue": "^3.2.37"
}, },
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
import { onMounted, ref } from "vue" import { onMounted, ref } from "vue"
import { is_empty, checkWin, robotPlay, is_black, is_white } from "./utils" import { is_empty, checkWin, robotPlay, is_black, is_white } from "./utils"
// 配置 // 配置
const size = ref(3) const size = ref(20)
const win_size = ref(3) const win_size = ref(5)
const lattices = ref([]) const lattices = ref([])
let nextPlay = is_black // is_white let nextPlay = is_black // is_white
// 5 连珠的下标 // 5 连珠的下标
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册