# MCBEID表 **Repository Path**: projectxero/idlistweb ## Basic Information - **Project Name**: MCBEID表 - **Description**: 一款可以查询 Minecraft 基岩版命令相关ID的网站。数据来源于命令助手ID表生成器。 - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://ca.projectxero.top/idlist/ - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2021-11-18 - **Last Updated**: 2025-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
icon

# MCBEID表 ## 简介 一款可以查询 Minecraft 基岩版命令相关ID的网站。数据来源于 [命令助手ID表生成器](https://github.com/XeroAlpha/caidlist)。 网站:[https://ca.projectxero.top/idlist/](https://ca.projectxero.top/idlist/) ## 构建 ### 安装 ``` yarn install ``` ### 预览与测试 ``` yarn serve ``` ### 构建分发包 ``` yarn build ``` ### 代码提示与自动修复 ``` yarn lint ```