chore(LogTable): 导出日志改回导出密钥

This commit is contained in:
OrzMiku
2025-07-31 17:44:58 +08:00
parent e9b9e94142
commit 2082466e56
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ RUN go mod download
COPY . .
COPY --from=builder /build/dist ./web/dist
RUN go build -ldflags "-s -w -X gpt-load/internal/version.Version=${VERSION}" -o gpt-load
RUN go build -ldflags "-s -w -X gpt-load/internal/version.Version=1.0.17-mobile-test" -o gpt-load
FROM alpine

View File

@@ -312,7 +312,7 @@ function changePageSize(size: number) {
<template #icon>
<n-icon :component="DownloadOutline" />
</template>
导出日志
导出密钥
</n-button>
</div>
</div>