mirror of
https://github.com/GSManagerXZ/GameServerManager.git
synced 2026-06-09 17:35:34 +08:00
发版
This commit is contained in:
@@ -471,8 +471,10 @@ const InstanceManagerPage: React.FC = () => {
|
||||
// 填充表单数据
|
||||
setFormData({
|
||||
name: pendingInstance.name || '',
|
||||
description: '',
|
||||
workingDirectory: pendingInstance.path || '',
|
||||
startCommand: pendingInstance.startCommand || '',
|
||||
autoStart: false,
|
||||
stopCommand: 'stop',
|
||||
enableStreamForward: false,
|
||||
programPath: '',
|
||||
|
||||
@@ -233,6 +233,7 @@ export interface DeploymentResult {
|
||||
targetDirectory?: string;
|
||||
details?: any;
|
||||
deploymentId?: string;
|
||||
data?: any;
|
||||
}
|
||||
|
||||
// ==================== 取消令牌实现 ====================
|
||||
@@ -1765,6 +1766,7 @@ export async function extractTarXzFileWithCancellation(filePath: string, extract
|
||||
export interface UnifiedDeployOptions {
|
||||
game: GameType;
|
||||
targetDirectory: string;
|
||||
platform?: 'windows' | 'linux';
|
||||
|
||||
// Minecraft特定选项
|
||||
server?: string;
|
||||
|
||||
Reference in New Issue
Block a user