feat: change texts

This commit is contained in:
2026-05-23 14:57:57 +08:00
Unverified
parent 449c41bda0
commit d1f94062e5
2 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -390,7 +390,7 @@
<!-- Hero -->
<div class="ov-hero">
<h1 data-i18n="OV_MAIN_TITLE">Construct Pack Generator</h1>
<p data-i18n="OV_SUB_TITLE">100% Offline · No Upload · Instant Convert</p>
<p data-i18n="OV_SUB_TITLE">a platform for generating expansion packs of Construct, enabling users to upload .mcstructure | .nbt | .litematic files</p>
</div>
<!-- 上传区域 -->
@@ -430,8 +430,8 @@
<!-- 下载 -->
<div id="downloadArea" style="display:none;">
<h3 data-i18n="SECTION_DOWNLOAD">Download Your Pack</h3>
<p data-i18n="DOWNLOAD_READY">Your file is ready</p>
<button id="downloadBtn" data-i18n="DOWNLOAD_BTN">Download Archive</button>
<p data-i18n="DOWNLOAD_READY">Import Into MCBE & Load It In The World</p>
<button id="downloadBtn" data-i18n="DOWNLOAD_BTN">Download</button>
</div>
<!-- 底部 -->
@@ -440,7 +440,7 @@
&nbsp;·&nbsp;
<a href="https://afdian.com/a/Endertrekker" target="_blank" data-i18n="FOOTER_SPONSOR">Sponsor Us</a>
&nbsp;·&nbsp;
<a href="https://github.com/ForestOfLight/Construct" target="_blank" data-i18n="DL_PAGE_TITLE">Download Construct Addon</a>
<a href="https://github.com/ForestOfLight/Construct/releases" target="_blank" data-i18n="DL_PAGE_TITLE">Download Construct</a>
</div>
</div>
+5 -5
View File
@@ -132,13 +132,13 @@ const i18n = {
DOWNLOAD_BTN: 'Download Archive',
// Page title and subtitle
MAIN_TITLE: 'Construct Pack Generator',
SUB_TITLE: 'No Upload · Local Processing · Fast Transfer · Multi-File',
MAIN_TITLE: 'Construct Expansion Pack Generator',
SUB_TITLE: 'Generate Construct Expansion Pack easily with different files',
NAV_DOWNLOAD: 'Download Chinese Projection Pack',
// Upload section
SECTION_UPLOAD: 'Upload Files',
FORMAT_HINT: '.mcstructure | .nbt | .litematic',
FORMAT_HINT: 'Supported: .mcstructure | .nbt | .litematic',
// Config section
SECTION_CONFIG: 'Configuration',
@@ -151,7 +151,7 @@ const i18n = {
// Download section
SECTION_DOWNLOAD: 'Download Your Pack',
DOWNLOAD_READY: 'Your file is ready',
DOWNLOAD_READY: 'Import Into MCBE & Load It In The World',
// Delete button
BTN_DELETE: 'Delete',
@@ -172,7 +172,7 @@ const i18n = {
// Overseas version
OV_PAGE_TITLE: 'Construct Expansion Pack Generator',
OV_MAIN_TITLE: 'Construct Pack Generator',
OV_SUB_TITLE: '100% Offline · No Upload · Instant Convert',
OV_SUB_TITLE: 'Generate Construct Expansion Pack easily with different files',
OV_FOOTER_POWERED: 'Powered by Sea-of-Stars-Studio',
OV_STATUS_HINT: 'Open in browser for best experience'
}