This repository has been archived by the owner on Jul 2, 2023. It is now read-only.
forked from moeloli/baidupan-rapidupload
-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3de2f56
commit 76f66ea
Showing
7 changed files
with
11 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/base64.js"></script> | ||
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script> | ||
<script src="https://cdn.staticfile.org/twitter-bootstrap/5.1.3/js/bootstrap.min.js"></script> | ||
<script type="text/javascript" src="./common/Tools.js?version=0.8"></script> | ||
<script type="text/javascript" src="./common/Tools.js?version=0.9"></script> | ||
<script type="text/javascript"> | ||
function inital() { | ||
Base64.extendString(); | ||
|
@@ -85,7 +85,7 @@ | |
<div class="row"> | ||
<div class="col-sm-8 offset-sm-2 col-md-6 offset-md-3 text-center"> | ||
<h1>百度网盘秒传链接转存</h1> | ||
<p id="version">v0.8 mengzonefire version</p> | ||
<p id="version">v0.9 mengzonefire version</p> | ||
<p><b>请先阅读 <a href='./manual.html' target=_blank>使用教程</b></a></br></p> | ||
<p><a href='./multisave.html'>批量转存</a> <a href='./gen.html'>秒传生成</a> <a href='./convert.html'>秒传转换</a></p> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/base64.js"></script> | ||
<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script> | ||
<script src="https://cdn.staticfile.org/twitter-bootstrap/5.1.3/js/bootstrap.min.js"></script> | ||
<script type="text/javascript" src="./common/Tools.js?version=0.8"></script> | ||
<script type="text/javascript" src="./common/Tools.js?version=0.9"></script> | ||
<script type="text/javascript"> | ||
function inital() { | ||
Base64.extendString(); | ||
|
@@ -56,7 +56,7 @@ | |
<div class="row"> | ||
<div class="col-sm-8 offset-sm-2 col-md-6 offset-md-3 text-center"> | ||
<h1>百度网盘秒传链接批量转存</h1> | ||
<p id="version">v0.8 mengzonefire version</p> | ||
<p id="version">v0.9 mengzonefire version</p> | ||
<p><b>请先阅读 <a href='./manual.html' target=_blank>使用教程</b></a></br></p> | ||
<p><a href='./index.html'>秒传转存</a> <a href='./gen.html'>秒传生成</a> <a href='./convert.html'>秒传转换</a> | ||
</p> | ||
|