Skip to content

Commit

Permalink
优化部分显示效果;新增页脚自定义传送门;管理端新增一键下载与全选功能
Browse files Browse the repository at this point in the history
  • Loading branch information
MarSeventh committed Oct 20, 2024
1 parent b90ed30 commit 302b8f7
Show file tree
Hide file tree
Showing 41 changed files with 120 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

免费图片托管解决方案(支持存储绝大多数常见格式的**图片、视频、动图**等),具有**后台管理、图片审查****登录鉴权****页面自定义****多种方式及多文件上传****多文件及多格式链接复制**等功能(详见[第2章](#2.Features))。

此外,拖拽上传的方式**并没有严格限制文件类型**,理论上你可以上传**任何**不超过50MB的文件,但是暂时不会针对图片和视频外的文件进行特殊优化和适配。
此外,拖拽上传的方式**并没有严格限制文件类型**,理论上你可以上传**任何**不超过20MB的文件,但是暂时不会针对图片和视频外的文件进行特殊优化和适配。

![CloudFlare](https://alist.sanyue.site/d/imgbed/202410011443570.png)

Expand Down Expand Up @@ -265,6 +265,7 @@ API格式:
| logoUrl | 页内图床Logo | 字符串 | 只支持`字符串`类型,设置为你自定义的图床Logo链接 |
| siteTitle | 网站标题 | 字符串 | 只支持`字符串`类型,设置为你自定义的网站标题 |
| siteIcon | 网站图标 | 字符串 | 只支持`字符串`类型,设置为你自定义的网站图标链接 |
| footerLink | 页脚传送门链接 | 字符串 | 只支持`字符串`类型,设置为你自定义的传送地址(如个人博客链接) |
> 整体示例:
>
Expand Down Expand Up @@ -347,6 +348,7 @@ API格式:
- ~~网站标题和Icon自定义(2024.8.26已完成)~~
- ~~背景切换时间自定义(2024.9.11已完成)~~
- ~~背景透明度支持自定义(2024.9.12已完成)~~
- ~~页脚自定义传送门(2024.10.20已完成)~~
5. ~~增加随机图API(2024.7.25已完成)~~
6. ~~完善多格式链接展示形式,增加ubb格式链接支持(2024.8.21已完成)~~
7. ~~完善登录逻辑,后端增加认证码校验接口(2024.8.21已完成)~~
Expand Down Expand Up @@ -391,6 +393,7 @@ API格式:
- 是否正确配置`TG_BOT_TOKEN`、`TG_CHAT_ID`等环境变量
- 是否**正确绑定KV数据库**
- 是否更新至**最新版**
- 前往issues寻找相似问题
### 5.4`TG_CHAT_ID`前面有没有`-`
Expand Down
1 change: 1 addition & 0 deletions css/201.7bac494a.css

Large diffs are not rendered by default.

Binary file added css/201.7bac494a.css.gz
Binary file not shown.
1 change: 1 addition & 0 deletions css/551.6134dd08.css

Large diffs are not rendered by default.

Binary file added css/551.6134dd08.css.gz
Binary file not shown.
1 change: 1 addition & 0 deletions css/664.8eeb9ad9.css

Large diffs are not rendered by default.

Binary file added css/664.8eeb9ad9.css.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/logo.png"><title>Sanyue ImgHub</title><script defer="defer" src="/js/app.e91a4edf.js"></script><link href="/css/app.def7ef9b.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but sanyue_imghub doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/logo.png"><title>Sanyue ImgHub</title><script defer="defer" src="/js/app.4bcc3eec.js"></script><link href="/css/app.def7ef9b.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but sanyue_imghub doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
Binary file modified index.html.gz
Binary file not shown.
2 changes: 2 additions & 0 deletions js/201.e6ea86f9.js

Large diffs are not rendered by default.

Binary file added js/201.e6ea86f9.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions js/201.e6ea86f9.js.map

Large diffs are not rendered by default.

Binary file added js/201.e6ea86f9.js.map.gz
Binary file not shown.
2 changes: 2 additions & 0 deletions js/551.82eff49e.js

Large diffs are not rendered by default.

Binary file added js/551.82eff49e.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions js/551.82eff49e.js.map

Large diffs are not rendered by default.

Binary file added js/551.82eff49e.js.map.gz
Binary file not shown.
2 changes: 2 additions & 0 deletions js/596.3b4a6305.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added js/596.3b4a6305.js.gz
Binary file not shown.
Loading

0 comments on commit 302b8f7

Please sign in to comment.