mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-02-17 15:59:41 +08:00
chore: update version
This commit is contained in:
parent
ca6c1ff18f
commit
8fe62b25b4
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mcsmanager-daemon",
|
||||
"version": "4.4.1",
|
||||
"version": "4.5.0",
|
||||
"description": "Provides remote control capability for MCSManager to manage processes, scheduled tasks, I/O streams, and more",
|
||||
"scripts": {
|
||||
"dev": "ts-node --project tsconfig.json src/app.ts",
|
||||
|
@ -282,7 +282,7 @@ const instanceOperations = computed(() =>
|
||||
{{ parseTimestamp(instanceInfo?.config.endTime) }}
|
||||
</div>
|
||||
<div v-if="instanceInfo?.info.mcPingOnline">
|
||||
<span>{{ t("TXT_CODE_33a09033") }}</span>
|
||||
<span class="mr-2">{{ t("TXT_CODE_33a09033") }}</span>
|
||||
<span style="vertical-align: middle">
|
||||
<UserOutlined />
|
||||
{{ instanceInfo?.info.currentPlayers }} / {{ instanceInfo?.info.maxPlayers }}
|
||||
|
@ -1918,9 +1918,9 @@
|
||||
"TXT_CODE_6b175558": "After completing the configuration, the server status will be refreshed every minute when the instance is running.",
|
||||
"TXT_CODE_2f59807a": "Server address",
|
||||
"TXT_CODE_ddc2de99": "Default: localhost",
|
||||
"TXT_CODE_33a09033": "Number of players:",
|
||||
"TXT_CODE_33a09033": "Players:",
|
||||
"TXT_CODE_ba717ff3": "You can freely design the layout, order and display of most elements on the web page.",
|
||||
"TXT_CODE_bc46c15b": "Start designing",
|
||||
"TXT_CODE_bc46c15b": "Start Designing",
|
||||
"TXT_CODE_3b24a247": "Click the Save button in the upper right corner to save the layout design.",
|
||||
"TXT_CODE_71c948a9": "Please enter working directory",
|
||||
"TXT_CODE_9fed23ab": "Please enter the image name",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "mcsmanager-panel",
|
||||
"version": "10.2.1",
|
||||
"daemonVersion": "4.4.1",
|
||||
"version": "10.4.0",
|
||||
"daemonVersion": "4.5.0",
|
||||
"description": "Provide MCSManager with the ability to connect and control all Daemons, and provide API services for the front end.",
|
||||
"scripts": {
|
||||
"dev": "ts-node --project tsconfig.json src/app.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user