snwp / templates /index.html
smf2010's picture
Upload 3 files
ed5f4c6 verified
<!DOCTYPE html>
<html>
<head>
<title>你好!</title>
<style>
body { max-width: 800px; margin: 20px auto; padding: 20px; }
form { display: grid; gap: 10px; }
input, button { padding: 8px; }
.form-group { display: grid; gap: 5px; }
</style>
</head>
<body>
<h1>酸奶网盘转alist地址树 By 星空暗夜团队</h1>
<form method="POST">
<div class="form-group">
<label>Authorization:</label>
<input type="password" name="auth" required>
</div>
<div class="form-group">
<label>根文件夹ID:</label>
<input type="text" name="root_id" required>
</div>
<div class="form-group">
<label>网关地址(推荐填写ipfs.winx.run):</label>
<input type="text" name="gateway" placeholder="ipfs.winx.run" required>
</div>
<button type="submit">生成地址树(这个过程比较慢,根据你的东西多不多决定)</button>
</form>
</body>
</html>