优化文本

This commit is contained in:
yxsj245
2025-11-20 22:52:32 +08:00
parent 17f2ab6e79
commit 2ed9be2fb6
5 changed files with 6 additions and 7 deletions

View File

@@ -127,7 +127,7 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
xiaozhu674/gameservermanager:3.9.73
xiaozhu674/gameservermanager:3.9.8
xiaozhu674/gameservermanager:latest
cache-from: type=gha
cache-to: type=gha,mode=max
@@ -164,7 +164,7 @@ jobs:
platforms: linux/arm64
push: true
tags: |
xiaozhu674/gameservermanager:3.9.73-arm64-beta
xiaozhu674/gameservermanager:3.9.8-arm64-beta
cache-from: type=gha
cache-to: type=gha,mode=max

View File

@@ -28,7 +28,6 @@ import {
AlertTriangle,
Info,
Crown,
Puzzle,
HelpCircle,
CheckCircle,
Coffee,
@@ -68,7 +67,7 @@ const Layout: React.FC<LayoutProps> = ({ children }) => {
{ name: '定时任务', href: '/scheduled-tasks', icon: Clock },
{ name: '文件管理', href: '/files', icon: FolderOpen },
{ name: '环境管理', href: '/environment', icon: Coffee },
{ name: '插件', href: '/plugins', icon: Puzzle },
// { name: '插件', href: '/plugins', icon: Puzzle },
{ name: '设置', href: '/settings', icon: Settings },
{ name: '关于项目', href: '/about', icon: Info },
]

View File

@@ -254,7 +254,7 @@ const AboutProjectPage: React.FC = () => {
</div>
<div className="flex justify-between">
<span className="text-gray-600 dark:text-gray-400"></span>
<span className="text-black dark:text-white font-medium">3.9.73</span>
<span className="text-black dark:text-white font-medium">3.9.8</span>
</div>
<div className="flex justify-between">
<span className="text-gray-600 dark:text-gray-400"></span>

View File

@@ -116,7 +116,7 @@ const HostnameWithIP: React.FC<HostnameWithIPProps> = ({ systemInfo }) => {
<div className="flex items-center space-x-3">
<Network className="w-8 h-8 text-purple-500" />
<div className="flex-1">
<p className="text-sm text-gray-600 dark:text-gray-400"></p>
<p className="text-sm text-gray-600 dark:text-gray-400">IP</p>
<p className="text-lg font-semibold text-black dark:text-white">{systemInfo.hostname}</p>
</div>
</div>

View File

@@ -1958,7 +1958,7 @@ const SettingsPage: React.FC = () => {
disabled={gameLoading}
/>
<datalist id="game-path-options">
<option value="/root/games" />
<option value="/root/steam/games" />
<option value="/home/steam/games" />
</datalist>
<p className="text-xs text-gray-600 dark:text-gray-400 mt-1">