mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-13 20:03:44 +08:00
refactor: update UI text and error messages to English for better accessibility
This commit is contained in:
@@ -16,7 +16,7 @@ WORKDIR /web/air
|
||||
RUN npm install
|
||||
RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat ../VERSION) npm run build
|
||||
|
||||
FROM golang:1.23.3-bullseye AS builder2
|
||||
FROM golang:1.23.5-bullseye AS builder2
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y --no-install-recommends g++ make gcc git build-essential ca-certificates \
|
||||
|
||||
Reference in New Issue
Block a user