Skip to content

Commit

Permalink
feat(version): 更新至测试版1.21.60.23
Browse files Browse the repository at this point in the history
  • Loading branch information
XeroAlpha committed Dec 10, 2024
1 parent a010164 commit 5c780d1
Show file tree
Hide file tree
Showing 115 changed files with 7,149 additions and 2,064 deletions.
10 changes: 5 additions & 5 deletions data/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ export const packageVersions = {
// 测试版/预览版
beta: {
// 安装包版本
version: '1.21.60.21',
version: '1.21.60.23',
// 安装包路径
path: 'H:\\BedrockVersions\\Latest\\1.21.60.21.apks',
path: 'H:\\BedrockVersions\\Latest\\1.21.60.23.apks',
config: {
...smallestGUIOptions,
// 仅在 Android 端暂时无法使用时使用 Windows 10 版替代
Expand All @@ -92,14 +92,14 @@ export const packageVersions = {
// 预览版(Windows 端)
preview_win: {
// 应用版本
version: '1.21.60.21',
version: '1.21.60.23',
config: {
devBehaviorPackPath: `${process.env.LOCALAPPDATA}\\Packages\\Microsoft.MinecraftWindowsBeta_8wekyb3d8bbwe\\LocalState\\games\\com.mojang\\development_behavior_packs`
}
},
dev: {
version: '1.21.60.21',
path: 'H:\\BedrockVersions\\Dev\\1.21.60.21.apk',
version: '1.21.60.23',
path: 'H:\\BedrockVersions\\Dev\\1.21.60.23.apk',
config: smallestGUIOptions
}
};
Expand Down
8 changes: 4 additions & 4 deletions output/clib/beta/education.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"$schema": "https://ca.projectxero.top/clib/schema_v1.json",
"name": "ID表补丁包(测试版|教育版)",
"author": "CA制作组",
"description": "版本:测试版(1.21.60.21\n分支:教育版\n\n该命令库将旧ID表替换为对应的版本。",
"description": "版本:测试版(1.21.60.23\n分支:教育版\n\n该命令库将旧ID表替换为对应的版本。",
"uuid": "4b2612c7-3d53-46b5-9b0c-dd1f447d3ee7",
"version": [
1,
21,
60,
21
23
],
"require": [],
"minCAVersion": "2023-11-15",
Expand Down Expand Up @@ -10876,7 +10876,7 @@
"versionName": "测试版",
"branch": "education",
"branchName": "教育版",
"coreVersion": "1.21.60.21",
"packageVersion": "1.21.60.21"
"coreVersion": "1.21.60.23",
"packageVersion": "1.21.60.23"
}
}
373 changes: 369 additions & 4 deletions output/clib/beta/experiment.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions output/clib/beta/patch/education.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"$schema": "https://ca.projectxero.top/clib/schema_v1.json",
"name": "ID表补丁包增量包(测试版|原版 → 教育版)",
"author": "CA制作组",
"description": "版本:测试版(1.21.60.21\n分支:原版 → 教育版\n\n该命令库将旧ID表更新到对应的版本。",
"description": "版本:测试版(1.21.60.23\n分支:原版 → 教育版\n\n该命令库将旧ID表更新到对应的版本。",
"uuid": "fa5e8807-b1e9-402f-aafa-0376e1b79ee2",
"version": [
1,
21,
60,
21
23
],
"require": [
{
Expand All @@ -17,12 +17,12 @@
1,
21,
60,
21
23
]
}
],
"minCAVersion": "2023-11-15",
"minSupportVer": "1.21.60.21",
"minSupportVer": "1.21.60.23",
"enums": {
"block": {
"compound_creator": "化合物创建器",
Expand Down Expand Up @@ -442,16 +442,16 @@
"versionName": "测试版",
"branch": "vanilla",
"branchName": "原版",
"coreVersion": "1.21.60.21",
"packageVersion": "1.21.60.21"
"coreVersion": "1.21.60.23",
"packageVersion": "1.21.60.23"
},
"to": {
"version": "beta",
"versionName": "测试版",
"branch": "education",
"branchName": "教育版",
"coreVersion": "1.21.60.21",
"packageVersion": "1.21.60.21"
"coreVersion": "1.21.60.23",
"packageVersion": "1.21.60.23"
}
}
}
Loading

0 comments on commit 5c780d1

Please sign in to comment.