feat: 添加 MINECRAFT 联动控制模块

This commit is contained in:
2024-08-30 13:24:16 +08:00
parent 702d65ef47
commit bf66ff6e1c
3 changed files with 24 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
import { IS_DEV } from './env';
/** 启用“MINECRAFT 联动控制”模块 */
export const ENABLE_MC_CTRL_MODULE = IS_DEV;
/** 启用“导航”模块 */
export const ENABLE_NAV_MODULE = IS_DEV;