Skip to content

Commit

Permalink
暂存
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkLeong committed Sep 27, 2021
1 parent 7fb9bd1 commit 2c1ca2b
Show file tree
Hide file tree
Showing 115 changed files with 404 additions and 12,738 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ gen
/sql/
/out/
/db/
/docs/
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-ui:
cd UI && yarn install && yarn build

build-backend:
export CGO_ENABLED=1;export CGO_LDFLAGS=-static;go mod tidy;go build -o ./casa main.go;upx --lzma --best casa
export CGO_ENABLED=1;export CGO_LDFLAGS=-static;go build -o ./casa main.go;upx --lzma --best casa

help:
@echo "call john"
3 changes: 0 additions & 3 deletions UI/.browserslistrc

This file was deleted.

2 changes: 0 additions & 2 deletions UI/.env.dev

This file was deleted.

2 changes: 0 additions & 2 deletions UI/.env.production

This file was deleted.

18 changes: 0 additions & 18 deletions UI/.eslintrc.js

This file was deleted.

23 changes: 0 additions & 23 deletions UI/.gitignore

This file was deleted.

32 changes: 0 additions & 32 deletions UI/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions UI/babel.config.js

This file was deleted.

43 changes: 0 additions & 43 deletions UI/package.json

This file was deleted.

9 changes: 0 additions & 9 deletions UI/public/browserconfig.xml

This file was deleted.

Binary file removed UI/public/favicon.ico
Binary file not shown.
Binary file removed UI/public/img/ani/icon/android-chrome-192x192.png
Binary file not shown.
Binary file removed UI/public/img/ani/icon/apple-touch-icon.png
Binary file not shown.
Binary file removed UI/public/img/ani/icon/favicon-16x16.png
Binary file not shown.
Binary file removed UI/public/img/ani/icon/favicon-32x32.png
Binary file not shown.
Binary file removed UI/public/img/ani/icon/mstile-150x150.png
Binary file not shown.
25 changes: 0 additions & 25 deletions UI/public/img/ani/icon/safari-pinned-tab.svg

This file was deleted.

1 change: 0 additions & 1 deletion UI/public/img/ani/rocket-launching.json

This file was deleted.

42 changes: 0 additions & 42 deletions UI/public/index.html

This file was deleted.

14 changes: 0 additions & 14 deletions UI/public/site.webmanifest

This file was deleted.

110 changes: 0 additions & 110 deletions UI/src/App.vue

This file was deleted.

Binary file removed UI/src/assets/background/AbstractShapes.jpg
Binary file not shown.
11 changes: 0 additions & 11 deletions UI/src/assets/img/casa.svg

This file was deleted.

Binary file removed UI/src/assets/img/default.png
Binary file not shown.
Binary file removed UI/src/assets/img/icon.png
Binary file not shown.
1 change: 0 additions & 1 deletion UI/src/assets/img/wuji.svg

This file was deleted.

Binary file removed UI/src/assets/logo.png
Binary file not shown.
Loading

0 comments on commit 2c1ca2b

Please sign in to comment.