File tree Expand file tree Collapse file tree 4 files changed +140
-120
lines changed
service/src/utils/templates Expand file tree Collapse file tree 4 files changed +140
-120
lines changed Original file line number Diff line number Diff line change 8
8
text-align: center;
9
9
"
10
10
>
11
- < div class ="main-wrapper ">
11
+ < div
12
+ class ="main-wrapper "
13
+ style ="display: flex; flex-flow: column nowrap; justify-content: center "
14
+ >
12
15
<!-- top area start -->
13
- < div
14
- class ="header-wrapper "
15
- style ="height: 10em; background: #fcc; justify-content: center "
16
- > </ div >
17
- < div
18
- class ="avatar "
19
- style ="
20
- background-color: #eee;
21
- background-image: url('https://ghproxy.com/https://raw.githubusercontent.com/Chanzhaoyu/chatgpt-web/main/src/assets/avatar.jpg');
22
- width: 10em;
23
- height: 10em;
24
- margin: -5em auto 1em;
25
- background-size: cover;
26
- border-radius: 50%;
27
- border: 0.25em solid white;
28
- "
29
- > </ div >
16
+ < div class ="header-wrapper " style ="height: 10em; background: #fcc ">
17
+ < div
18
+ class ="avatar "
19
+ style ="
20
+ background-color: #eee;
21
+ background-image: url('https://ghproxy.com/https://raw.githubusercontent.com/Chanzhaoyu/chatgpt-web/main/src/assets/avatar.jpg');
22
+ width: 10em;
23
+ height: 10em;
24
+ margin: 5em auto 0;
25
+ background-size: cover;
26
+ border-radius: 50%;
27
+ border: 0.25em solid white;
28
+ "
29
+ > </ div >
30
+ </ div >
30
31
< div
31
32
class ="article-title "
32
33
style ="
33
- margin: 0 auto;
34
+ margin: 6em auto 0 ;
34
35
font-weight: bold;
35
36
line-height: 2;
36
37
text-align: center;
75
76
style ="
76
77
display: inline-block;
77
78
height: 3em;
79
+ line-height: 3em;
78
80
min-width: 8em;
79
81
background: #fcc;
82
+ color: #c33;
80
83
border-radius: 3em;
81
84
margin: 2em auto;
82
85
"
83
86
>
84
87
< a
85
88
target ="_blank "
86
- style ="
87
- height: 3em;
88
- line-height: 3em;
89
- color: #c33;
90
- text-decoration: none;
91
- padding: 0 1.5em;
92
- "
89
+ style ="color: #c33; text-decoration: none; padding: 0 1.5em "
93
90
href ="${VERIFY_URL} "
94
91
>
95
92
点我开通
99
96
100
97
< hr style ="border: 1px dashed #fcc; margin: 2em 0 " />
101
98
102
- < div style ="color: #888; font-family: monospace; font- size: 0.8em ">
99
+ < div style ="color: #888; font-size: 0.8em ">
103
100
< div > 或者复制链接,并去浏览器打开</ div >
104
- < a href ="${VERIFY_URL} " style ="text-decoration: none; color: #888 "
105
- > ${VERIFY_URL}</ a
106
- >
101
+ < div style ="font-family: monospace ">
102
+ < a
103
+ href ="${VERIFY_URL} "
104
+ style ="
105
+ text-decoration: none;
106
+ color: #888;
107
+ font-family: monospace;
108
+ "
109
+ > ${VERIFY_URL}</ a
110
+ >
111
+ </ div >
107
112
</ div >
108
113
</ div >
109
114
</ div >
Original file line number Diff line number Diff line change 8
8
text-align: center;
9
9
"
10
10
>
11
- < div class ="main-wrapper ">
11
+ < div
12
+ class ="main-wrapper "
13
+ style ="display: flex; flex-flow: column nowrap; justify-content: center "
14
+ >
12
15
<!-- top area start -->
13
- < div
14
- class ="header-wrapper "
15
- style ="height: 10em; background: #fcc; justify-content: center "
16
- > </ div >
17
- < div
18
- class ="avatar "
19
- style ="
20
- background-color: #eee;
21
- background-image: url('https://ghproxy.com/https://raw.githubusercontent.com/Chanzhaoyu/chatgpt-web/main/src/assets/avatar.jpg');
22
- width: 10em;
23
- height: 10em;
24
- margin: -5em auto 1em;
25
- background-size: cover;
26
- border-radius: 50%;
27
- border: 0.25em solid white;
28
- "
29
- > </ div >
16
+ < div class ="header-wrapper " style ="height: 10em; background: #fcc ">
17
+ < div
18
+ class ="avatar "
19
+ style ="
20
+ background-color: #eee;
21
+ background-image: url('https://ghproxy.com/https://raw.githubusercontent.com/Chanzhaoyu/chatgpt-web/main/src/assets/avatar.jpg');
22
+ width: 10em;
23
+ height: 10em;
24
+ margin: 5em auto 0;
25
+ background-size: cover;
26
+ border-radius: 50%;
27
+ border: 0.25em solid white;
28
+ "
29
+ > </ div >
30
+ </ div >
30
31
< div
31
32
class ="article-title "
32
33
style ="
33
- margin: 0 auto;
34
+ margin: 6em auto 0 ;
34
35
font-weight: bold;
35
36
line-height: 2;
36
37
text-align: center;
75
76
style ="
76
77
display: inline-block;
77
78
height: 3em;
79
+ line-height: 3em;
78
80
min-width: 8em;
79
81
background: #fcc;
82
+ color: #c33;
80
83
border-radius: 3em;
81
84
margin: 2em auto;
82
85
"
83
86
>
84
87
< a
85
88
target ="_blank "
86
- style ="
87
- height: 3em;
88
- line-height: 3em;
89
- color: #c33;
90
- text-decoration: none;
91
- padding: 0 1.5em;
92
- "
89
+ style ="color: #c33; text-decoration: none; padding: 0 1.5em "
93
90
href ="${SITE_DOMAIN} "
94
91
>
95
92
点我登陆
99
96
100
97
< hr style ="border: 1px dashed #fcc; margin: 2em 0 " />
101
98
102
- < div style ="color: #888; font-family: monospace; font- size: 0.8em ">
99
+ < div style ="color: #888; font-size: 0.8em ">
103
100
< div > 或者复制链接,并去浏览器打开</ div >
104
- < a href ="${SITE_DOMAIN} " style ="text-decoration: none; color: #888 "
105
- > ${SITE_DOMAIN}</ a
106
- >
101
+ < div style ="font-family: monospace ">
102
+ < a
103
+ href ="${SITE_DOMAIN} "
104
+ style ="
105
+ text-decoration: none;
106
+ color: #888;
107
+ font-family: monospace;
108
+ "
109
+ > ${SITE_DOMAIN}</ a
110
+ >
111
+ </ div >
107
112
</ div >
108
113
</ div >
109
114
</ div >
Original file line number Diff line number Diff line change 8
8
text-align: center;
9
9
"
10
10
>
11
- < div class ="main-wrapper ">
11
+ < div
12
+ class ="main-wrapper "
13
+ style ="display: flex; flex-flow: column nowrap; justify-content: center "
14
+ >
12
15
<!-- top area start -->
13
- < div
14
- class ="header-wrapper "
15
- style ="height: 10em; background: #fcc; justify-content: center "
16
- > </ div >
17
- < div
18
- class ="avatar "
19
- style ="
20
- background-color: #eee;
21
- background-image: url('https://ghproxy.com/https://raw.githubusercontent.com/Chanzhaoyu/chatgpt-web/main/src/assets/avatar.jpg');
22
- width: 10em;
23
- height: 10em;
24
- margin: -5em auto 1em;
25
- background-size: cover;
26
- border-radius: 50%;
27
- border: 0.25em solid white;
28
- "
29
- > </ div >
16
+ < div class ="header-wrapper " style ="height: 10em; background: #fcc ">
17
+ < div
18
+ class ="avatar "
19
+ style ="
20
+ background-color: #eee;
21
+ background-image: url('https://ghproxy.com/https://raw.githubusercontent.com/Chanzhaoyu/chatgpt-web/main/src/assets/avatar.jpg');
22
+ width: 10em;
23
+ height: 10em;
24
+ margin: 5em auto 0;
25
+ background-size: cover;
26
+ border-radius: 50%;
27
+ border: 0.25em solid white;
28
+ "
29
+ > </ div >
30
+ </ div >
30
31
< div
31
32
class ="article-title "
32
33
style ="
33
- margin: 0 auto;
34
+ margin: 6em auto 0 ;
34
35
font-weight: bold;
35
36
line-height: 2;
36
37
text-align: center;
75
76
style ="
76
77
display: inline-block;
77
78
height: 3em;
79
+ line-height: 3em;
78
80
min-width: 8em;
79
81
background: #fcc;
82
+ color: #c33;
80
83
border-radius: 3em;
81
84
margin: 2em auto;
82
85
"
83
86
>
84
87
< a
85
88
target ="_blank "
86
- style ="
87
- height: 3em;
88
- line-height: 3em;
89
- color: #c33;
90
- text-decoration: none;
91
- padding: 0 1.5em;
92
- "
89
+ style ="color: #c33; text-decoration: none; padding: 0 1.5em "
93
90
href ="${VERIFY_URL} "
94
91
>
95
92
重置密码
99
96
100
97
< hr style ="border: 1px dashed #fcc; margin: 2em 0 " />
101
98
102
- < div style ="color: #888; font-family: monospace; font- size: 0.8em ">
99
+ < div style ="color: #888; font-size: 0.8em ">
103
100
< div > 或者复制链接,并去浏览器打开</ div >
104
- < a href ="${VERIFY_URL} " style ="text-decoration: none; color: #888 "
105
- > ${VERIFY_URL}</ a
106
- >
101
+ < div style ="font-family: monospace ">
102
+ < a
103
+ href ="${VERIFY_URL} "
104
+ style ="
105
+ text-decoration: none;
106
+ color: #888;
107
+ font-family: monospace;
108
+ "
109
+ > ${VERIFY_URL}</ a
110
+ >
111
+ </ div >
107
112
</ div >
108
113
</ div >
109
114
</ div >
Original file line number Diff line number Diff line change 8
8
text-align: center;
9
9
"
10
10
>
11
- < div class ="main-wrapper ">
11
+ < div
12
+ class ="main-wrapper "
13
+ style ="display: flex; flex-flow: column nowrap; justify-content: center "
14
+ >
12
15
<!-- top area start -->
13
- < div
14
- class ="header-wrapper "
15
- style ="height: 10em; background: #fcc; justify-content: center "
16
- > </ div >
17
- < div
18
- class ="avatar "
19
- style ="
20
- background-color: #eee;
21
- background-image: url('https://ghproxy.com/https://raw.githubusercontent.com/Chanzhaoyu/chatgpt-web/main/src/assets/avatar.jpg');
22
- width: 10em;
23
- height: 10em;
24
- margin: -5em auto 1em;
25
- background-size: cover;
26
- border-radius: 50%;
27
- border: 0.25em solid white;
28
- "
29
- > </ div >
16
+ < div class ="header-wrapper " style ="height: 10em; background: #fcc ">
17
+ < div
18
+ class ="avatar "
19
+ style ="
20
+ background-color: #eee;
21
+ background-image: url('https://ghproxy.com/https://raw.githubusercontent.com/Chanzhaoyu/chatgpt-web/main/src/assets/avatar.jpg');
22
+ width: 10em;
23
+ height: 10em;
24
+ margin: 5em auto 0;
25
+ background-size: cover;
26
+ border-radius: 50%;
27
+ border: 0.25em solid white;
28
+ "
29
+ > </ div >
30
+ </ div >
30
31
< div
31
32
class ="article-title "
32
33
style ="
33
- margin: 0 auto;
34
+ margin: 6em auto 0 ;
34
35
font-weight: bold;
35
36
line-height: 2;
36
37
text-align: center;
75
76
style ="
76
77
display: inline-block;
77
78
height: 3em;
79
+ line-height: 3em;
78
80
min-width: 8em;
79
81
background: #fcc;
82
+ color: #c33;
80
83
border-radius: 3em;
81
84
margin: 2em auto;
82
85
"
83
86
>
84
87
< a
85
88
target ="_blank "
86
- style ="
87
- height: 3em;
88
- line-height: 3em;
89
- color: #c33;
90
- text-decoration: none;
91
- padding: 0 1.5em;
92
- "
89
+ style ="color: #c33; text-decoration: none; padding: 0 1.5em "
93
90
href ="${VERIFY_URL} "
94
91
>
95
92
点我验证
99
96
100
97
< hr style ="border: 1px dashed #fcc; margin: 2em 0 " />
101
98
102
- < div style ="color: #888; font-family: monospace; font- size: 0.8em ">
99
+ < div style ="color: #888; font-size: 0.8em ">
103
100
< div > 或者复制链接,并去浏览器打开</ div >
104
- < a href ="${VERIFY_URL} " style ="text-decoration: none; color: #888 "
105
- > ${VERIFY_URL}</ a
106
- >
101
+ < div style ="font-family: monospace ">
102
+ < a
103
+ href ="${VERIFY_URL} "
104
+ style ="
105
+ text-decoration: none;
106
+ color: #888;
107
+ font-family: monospace;
108
+ "
109
+ > ${VERIFY_URL}</ a
110
+ >
111
+ </ div >
107
112
</ div >
108
113
</ div >
109
114
</ div >
You can’t perform that action at this time.
0 commit comments