1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-16 23:22:20 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

分享链接添加曲奇云盘;前台跳转后台在新窗口打开

This commit is contained in:
2022-04-29 14:48:11 +08:00
parent 17bef14a25
commit 81b1dc3b3a
6 changed files with 21 additions and 2 deletions

View File

@@ -455,6 +455,9 @@
case "LANZOUYUN":
iconSrc = "/assets/image/svg/lanzouyun.svg";
break;
case "QUQIYUN":
iconSrc = "/assets/image/svg/quqiyun.svg";
break;
case "UNKNOWN_DRIVE":
default:
title = fileObjectInfo.storageMediumForDisplay;

View File

@@ -10,7 +10,7 @@
<a class="home narrowHide" href="/">首页</a>
<a href="/search">搜索</a>
<a class="narrowHide" href="/category">分类</a>
<a id="dashboard" href="/login">登录</a>
<a id="dashboard" href="/login" target="_blank">登录</a>
</div>
<div class="grid-item"></div>
</div>

View File

@@ -126,6 +126,11 @@
"attr": { "value": "LANZOUYUN" },
"innerHTML": "蓝奏云",
},
{
"tag": "option",
"attr": { "value": "QUQIYUN" },
"innerHTML": "曲奇云盘",
},
{
"tag": "option",
"attr": { "value": "UNKNOWN_DRIVE" },