File size: 1,062 Bytes
ed5f4c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!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>