chore(LogTable): 导出日志改回导出密钥
This commit is contained in:
@@ -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
|
||||
|
@@ -312,7 +312,7 @@ function changePageSize(size: number) {
|
||||
<template #icon>
|
||||
<n-icon :component="DownloadOutline" />
|
||||
</template>
|
||||
导出日志
|
||||
导出密钥
|
||||
</n-button>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user