-
Notifications
You must be signed in to change notification settings - Fork 580
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #265 from alimy/pr-web-mobile
optimize web frontend ux use drawer display menu in mobile environment
- Loading branch information
Showing
40 changed files
with
421 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
FROM golang:1.20-alpine | ||
RUN apk --no-cache --no-progress add --virtual \ | ||
build-deps \ | ||
build-base \ | ||
git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
FROM alpine:3.17 | ||
ENV TZ=Asia/Shanghai | ||
RUN apk update && apk add --no-cache ca-certificates && update-ca-certificates |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
### Dockerfile builer pre-build images | ||
|
||
```sh | ||
docker build -t bitbus/paopao-ce-backend-builder:latest -f Dockerfile-backend-builder . | ||
docker build -t bitbus/paopao-ce-backend-runner:latest -f Dockerfile-backend-runner . | ||
``` |
2 changes: 1 addition & 1 deletion
2
web/dist/assets/404-84a9a882.js → web/dist/assets/404-7de89179.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
web/dist/assets/Alert-6350fa6b.js → web/dist/assets/Alert-083a93fb.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
web/dist/assets/Anouncement-b213c520.js → web/dist/assets/Anouncement-225dab68.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.