chore(LogTable): 导出日志改回导出密钥
This commit is contained in:
@@ -21,7 +21,7 @@ RUN go mod download
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
COPY --from=builder /build/dist ./web/dist
|
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
|
FROM alpine
|
||||||
|
@@ -312,7 +312,7 @@ function changePageSize(size: number) {
|
|||||||
<template #icon>
|
<template #icon>
|
||||||
<n-icon :component="DownloadOutline" />
|
<n-icon :component="DownloadOutline" />
|
||||||
</template>
|
</template>
|
||||||
导出日志
|
导出密钥
|
||||||
</n-button>
|
</n-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user