mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-09-27 20:11:15 +02:00
fix: rename appVersion to displayVersionLabel to enhance readability
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
* @returns {Promise<void>}
|
* @returns {Promise<void>}
|
||||||
*/
|
*/
|
||||||
async function versionLabel() {
|
async function displayVersionLabel() {
|
||||||
/**
|
/**
|
||||||
* Raw version string from the backend (e.g., "dev-1.6.2-preview" or "v1.6.2")
|
* Raw version string from the backend (e.g., "dev-1.6.2-preview" or "v1.6.2")
|
||||||
* @type {string}
|
* @type {string}
|
||||||
@@ -51,4 +51,4 @@ async function versionLabel() {
|
|||||||
versionBadge.textContent = `${packageStateStr}${previewStr}v${baseVersion}`;
|
versionBadge.textContent = `${packageStateStr}${previewStr}v${baseVersion}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
versionLabel();
|
displayVersionLabel();
|
||||||
Reference in New Issue
Block a user