Spaces:
Running
Running
muxi feng
commited on
Commit
·
bf55e19
1
Parent(s):
b8385e3
修改样式
Browse files
app/components/user.module.scss
CHANGED
@@ -87,4 +87,13 @@
|
|
87 |
div{
|
88 |
margin-right: 5px;
|
89 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
}
|
|
|
87 |
div{
|
88 |
margin-right: 5px;
|
89 |
}
|
90 |
+
}
|
91 |
+
|
92 |
+
.qqButton{
|
93 |
+
background-color: #2279ca;
|
94 |
+
text-align: center;
|
95 |
+
color: white;
|
96 |
+
div{
|
97 |
+
margin-right: 5px;
|
98 |
+
}
|
99 |
}
|
app/components/user.tsx
CHANGED
@@ -267,6 +267,15 @@ export function User() {
|
|
267 |
</List>
|
268 |
|
269 |
<List>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
270 |
<ListItem title={Locale.User.Ststus}>
|
271 |
<IconButton
|
272 |
className={styles.logoutButton}
|
|
|
267 |
</List>
|
268 |
|
269 |
<List>
|
270 |
+
<ListItem title="QQ频道">
|
271 |
+
<IconButton
|
272 |
+
className={styles.qqButton}
|
273 |
+
text="加入"
|
274 |
+
onClick={()=>{
|
275 |
+
window.location.href="https://pd.qq.com/s/e1veynn5h"
|
276 |
+
}}
|
277 |
+
/>
|
278 |
+
</ListItem>
|
279 |
<ListItem title={Locale.User.Ststus}>
|
280 |
<IconButton
|
281 |
className={styles.logoutButton}
|