修复ai属性未注入的bug

This commit is contained in:
mengxinzxz 2024-02-15 00:52:39 +08:00
parent 97aee501fd
commit 2d814d0341
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import {
createMenu, createMenu,
createConfig createConfig
} from "../index.js"; } from "../index.js";
import { ui, game, get, lib, _status } from "../../../../../noname.js"; import { ui, game, get ,ai ,lib, _status } from "../../../../../noname.js";
export const otherMenu = function (connectMenu) { export const otherMenu = function (connectMenu) {
if (connectMenu) return; if (connectMenu) return;