This commit is contained in:
GaLi 2026-05-25 11:47:13 +08:00
parent 2a1911490e
commit 16a5fab01e
4 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [1.5.4]
## [1.5.4.1]
### Added / 新增
- 样板终端按钮显示新增开关控制按钮
- Added a toggle button to control Pattern Terminal button visibility.
## [1.5.4]
### Added / 新增
- 样板终端新增系列倍增按钮

View File

@ -32,7 +32,7 @@ mod_name=ExtendedAE-Plus
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=LGPL-3.0-or-later
# The mod version. See https://semver.org/
mod_version=1.21.1-1.5.4
mod_version=1.21.1-1.5.4.1
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html

View File

@ -103,7 +103,7 @@
"extendedae_plus.screen.add_mapping": "Add Mapping",
"extendedae_plus.screen.remove_mapping": "Remove Mapping",
"extendedae_plus.screen.show_processing_buttons": "Pattern Terminal Buttons Display: %s",
"extendedae_plus.screen.auto_upload_unique_match": "Unique Match Upload: %s",
"extendedae_plus.screen.auto_upload_unique_match": "Auto Upload on Unique Match: %s",
"extendedae_plus.screen.cn_name": "Chinese Name",
"extendedae_plus.button.choose_provider": "Upload Pattern",
"key.extendedae_plus.create_pattern": "Create Pattern (Ctrl+Q)",

View File

@ -104,7 +104,7 @@
"extendedae_plus.screen.add_mapping": "增加映射",
"extendedae_plus.screen.remove_mapping": "删除映射",
"extendedae_plus.screen.show_processing_buttons": "样板终端按钮显示: %s",
"extendedae_plus.screen.auto_upload_unique_match": "唯一匹配上传: %s",
"extendedae_plus.screen.auto_upload_unique_match": "唯一匹配时自动上传: %s",
"extendedae_plus.screen.cn_name": "中文名",
"extendedae_plus.button.choose_provider":"上传样板",
"key.extendedae_plus.create_pattern": "快速创建样板 (Ctrl+Q)",