From 15537bb9ac630e3e6e62795d765b8b46e5c1f1e5 Mon Sep 17 00:00:00 2001 From: Samuel N Cui Date: Fri, 20 Oct 2023 21:14:01 +0800 Subject: [PATCH] feat: update sqlite gorm and add favicon --- build_frontend.sh | 1 + frontend/favicon.svg | 133 ++++++++++++++++++++++++++++++++++ frontend/index.html | 2 +- frontend/src/assets/react.svg | 1 - go.mod | 13 +--- go.sum | 13 ++++ 6 files changed, 151 insertions(+), 12 deletions(-) create mode 100644 frontend/favicon.svg delete mode 100644 frontend/src/assets/react.svg diff --git a/build_frontend.sh b/build_frontend.sh index c50a280..dd33582 100755 --- a/build_frontend.sh +++ b/build_frontend.sh @@ -9,4 +9,5 @@ export PATH="$PNPM_HOME:$PATH"; corepack enable; pnpm install; pnpm run build; + cp -r ./dist ../output/frontend; diff --git a/frontend/favicon.svg b/frontend/favicon.svg new file mode 100644 index 0000000..ae2335b --- /dev/null +++ b/frontend/favicon.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/frontend/index.html b/frontend/index.html index 6680d26..dbf14d3 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,7 +2,7 @@ - + YATM - Yet Another Tape Manager