Skip to content

Commit

Permalink
feat(version): 更新至测试版1.21.40.23
Browse files Browse the repository at this point in the history
  • Loading branch information
XeroAlpha committed Sep 26, 2024
1 parent cf3bc9d commit 1cc0303
Show file tree
Hide file tree
Showing 103 changed files with 6,130 additions and 1,615 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.40.22',
version: '1.21.40.23',
// 安装包路径
path: 'H:\\BedrockVersions\\Latest\\1.21.40.22.apks',
path: 'H:\\BedrockVersions\\Latest\\1.21.40.23.apks',
config: {
...smallestGUIOptions,
// 仅在 Android 端暂时无法使用时使用 Windows 10 版替代
Expand All @@ -92,14 +92,14 @@ export const packageVersions = {
// 预览版(Windows 端)
preview_win: {
// 应用版本
version: '1.21.40.22',
version: '1.21.40.23',
config: {
devBehaviorPackPath: `${process.env.LOCALAPPDATA}\\Packages\\Microsoft.MinecraftWindowsBeta_8wekyb3d8bbwe\\LocalState\\games\\com.mojang\\development_behavior_packs`
}
},
dev: {
version: '1.21.40.22',
path: 'H:\\BedrockVersions\\Dev\\1.21.40.22.apk',
version: '1.21.40.23',
path: 'H:\\BedrockVersions\\Dev\\1.21.40.23.apk',
config: smallestGUIOptions
}
};
Expand Down
Loading

0 comments on commit 1cc0303

Please sign in to comment.