-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmj.html
60 lines (57 loc) · 1.84 KB
/
mj.html
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>公告</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
.container {
max-width: 800px;
margin: 20px auto;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
h1 {
text-align: center;
color: #333;
}
ul {
list-style-type: none;
padding-left: 0;
}
li {
margin: 10px 0;
}
.note {
background-color: #f9f9f9;
padding: 10px;
border-left: 4px solid #007BFF;
margin-top: 20px;
}
</style>
</head>
<body>
<div class="container">
<h1>Midjourney官方代理站</h1>
<p>请联系站长获取授权码,并选择一个入口输入授权码以直接访问官网。请务必看下方注意事项!</p>
<div class="note">
<h3>注意事项:</h3>
<ul>
<li>1. 提问时请使用英文,避免使用中文。</li>
<li>2. 如果您不确定如何编写提示词,建议使用GPT网站中的“Midjourney Prompter”工具,它可以帮助您生成高质量的提示词。</li>
<li>3. 首次加载进入稍慢,请耐心等待一两分钟。</li>
<li>4. 授权码限制:每天只能使用15次,一定要调整好提示词,必须用英文,建议使用上述的工具生成提示词。</li>
</ul>
</div>
</div>
</body>
</html>