mirror of
https://github.com/GSManagerXZ/GameServerManager.git
synced 2026-06-05 04:19:40 +08:00
优化文本
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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 },
|
||||
]
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user