diff --git a/alist/Makefile b/alist/Makefile index f1e082d..16db83a 100644 --- a/alist/Makefile +++ b/alist/Makefile @@ -81,6 +81,7 @@ define Build/Compile cd alist-web-$(PKG_WEB_VERSION) ; \ yarn && yarn build ; \ cp -ax dist/* ../public/ ; \ + cp -ax $(CURDIR)/files/assets/* ../public/assets/ ; \ popd ; \ $(call GoPackage/Build/Compile) ; \ ) diff --git a/alist/files/assets/circle_center.svg b/alist/files/assets/circle_center.svg new file mode 100644 index 0000000..bc49a26 --- /dev/null +++ b/alist/files/assets/circle_center.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/alist/files/assets/http_can_circle.svg b/alist/files/assets/http_can_circle.svg new file mode 100644 index 0000000..cab3c49 --- /dev/null +++ b/alist/files/assets/http_can_circle.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/alist/files/assets/logo.svg b/alist/files/assets/logo.svg new file mode 100644 index 0000000..37d5fdc --- /dev/null +++ b/alist/files/assets/logo.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/alist/files/data.db b/alist/files/data.db index a0afc6b..63756e2 100644 Binary files a/alist/files/data.db and b/alist/files/data.db differ