Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Neos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Neos
Commits
a0527f68
Commit
a0527f68
authored
Aug 17, 2023
by
Chunchi Che
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新一下匹配页的文案和调整一下编辑卡组按钮的位置
parent
8c020819
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
122 additions
and
118 deletions
+122
-118
src/ui/Match/index.tsx
src/ui/Match/index.tsx
+21
-10
src/ui/WaitRoom/index.tsx
src/ui/WaitRoom/index.tsx
+90
-108
src/ui/theme.ts
src/ui/theme.ts
+11
-0
No files found.
src/ui/Match/index.tsx
View file @
a0527f68
import
{
EditFilled
,
SettingFilled
}
from
"
@ant-design/icons
"
;
import
{
Space
}
from
"
antd
"
;
import
{
EditOutlined
,
PlayCircleOutlined
,
SettingFilled
,
}
from
"
@ant-design/icons
"
;
import
{
Button
,
Space
}
from
"
antd
"
;
import
{
useEffect
,
useState
}
from
"
react
"
;
import
{
useNavigate
}
from
"
react-router-dom
"
;
import
{
useSnapshot
}
from
"
valtio
"
;
...
...
@@ -72,17 +76,24 @@ export const Component: React.FC = () => {
label
:
deck
.
deckName
,
}))
}
/>
<
Button
style=
{
{
width
:
150
,
fontSize
:
"
14px
"
}
}
icon=
{
<
EditOutlined
/>
}
onClick=
{
()
=>
navigate
(
"
/build
"
)
}
>
卡组编辑
</
Button
>
</
Space
>
<
div
className=
{
styles
[
"
mode-select
"
]
}
>
<
Mode
title=
"竞技匹配"
desc=
"与
世界上其他玩家在线匹配,您的排名将实时显示在排行榜上
。"
desc=
"与
天梯其他数万名玩家激战,追求胜利登顶最强。每月最后一天晚上10点结算成绩,获取奖励与公布排名
。"
icon=
{
<
IconFont
type=
"icon-battle"
size=
{
32
}
/>
}
onClick=
{
()
=>
alert
(
"
开发中,敬请期待
"
)
}
/>
<
Mode
title=
"
休闲
匹配"
desc=
"
使用任意卡组进行对战,
将胜负暂且搁置,尽情享受决斗的乐趣。"
title=
"
娱乐
匹配"
desc=
"
过去一周竞技匹配使用数最靠前的20个卡组被禁止使用。
将胜负暂且搁置,尽情享受决斗的乐趣。"
icon=
{
<
IconFont
type=
"icon-coffee"
size=
{
28
}
/>
}
onClick=
{
()
=>
alert
(
"
开发中,敬请期待
"
)
}
/>
...
...
@@ -103,7 +114,7 @@ export const Component: React.FC = () => {
/>
<
Mode
title=
"自定义房间"
desc=
"创建
一个自定义的对战房间,便捷地与好友进行对战,甚至是举办一场
竞技比赛。"
desc=
"创建
双打TAG或自定义规则的房间,或与好友约战,甚至举办
竞技比赛。"
icon=
{
<
SettingFilled
/>
}
onClick=
{
()
=>
(
matchStore
.
open
=
true
)
}
/>
...
...
@@ -114,10 +125,10 @@ export const Component: React.FC = () => {
onClick=
{
replayOpen
}
/>
<
Mode
title=
"
卡组编辑
"
desc=
"
创建和编辑卡组,在上万种卡片中选择,组建独一无二的构筑。
"
icon=
{
<
EditFill
ed
/>
}
onClick=
{
()
=>
navigate
(
"
/build
"
)
}
title=
"
观战列表
"
desc=
"
观看MyCard上正在进行的决斗
"
icon=
{
<
PlayCircleOutlin
ed
/>
}
onClick=
{
()
=>
alert
(
"
开发中,敬请期待
"
)
}
/>
</
div
>
</
div
>
...
...
src/ui/WaitRoom/index.tsx
View file @
a0527f68
...
...
@@ -14,7 +14,7 @@ import {
import
socketMiddleWare
,
{
socketCmd
}
from
"
@/middleware/socket
"
;
import
PlayerState
=
ygopro
.
StocHsPlayerChange
.
State
;
import
SelfType
=
ygopro
.
StocTypeChange
.
SelfType
;
import
{
Avatar
,
Button
,
ConfigProvider
,
Skeleton
,
Space
}
from
"
antd
"
;
import
{
Avatar
,
Button
,
Skeleton
,
Space
}
from
"
antd
"
;
import
classNames
from
"
classnames
"
;
import
{
useEffect
,
useState
}
from
"
react
"
;
import
{
useNavigate
}
from
"
react-router-dom
"
;
...
...
@@ -38,22 +38,6 @@ import { Mora, MoraPopover, Tp, TpPopover } from "./Popover";
const
NeosConfig
=
useConfig
();
const
theme
=
{
components
:
{
Button
:
{
lineWidth
:
0
,
fontSizeLG
:
14
,
fontSize
:
12
,
colorBgContainer
:
"
hsla(0, 0%, 100%, 0.05)
"
,
colorPrimaryHover
:
"
#ccc
"
,
colorPrimaryActive
:
"
#aaa
"
,
},
Popover
:
{
colorBgElevated
:
"
hsla(0, 0%, 100%, 0.1)
"
,
},
},
};
export
const
Component
:
React
.
FC
=
()
=>
{
const
{
user
}
=
useSnapshot
(
accountStore
);
const
[
collapsed
,
setCollapsed
]
=
useState
(
false
);
...
...
@@ -73,7 +57,6 @@ export const Component: React.FC = () => {
},
[
room
.
stage
]);
return
(
<
ConfigProvider
theme=
{
theme
}
>
<
div
className=
{
classNames
(
styles
.
container
,
{
[
styles
.
collapsed
]:
collapsed
,
...
...
@@ -171,7 +154,6 @@ export const Component: React.FC = () => {
</
div
>
</
div
>
</
div
>
</
ConfigProvider
>
);
};
...
...
src/ui/theme.ts
View file @
a0527f68
...
...
@@ -41,5 +41,16 @@ export const theme: ThemeConfig = {
Layout
:
{
colorBgBody
:
"
transparent
"
,
},
Button
:
{
lineWidth
:
0
,
fontSizeLG
:
14
,
fontSize
:
12
,
colorBgContainer
:
"
hsla(0, 0%, 100%, 0.05)
"
,
colorPrimaryHover
:
"
#ccc
"
,
colorPrimaryActive
:
"
#aaa
"
,
},
Popover
:
{
colorBgElevated
:
"
hsla(0, 0%, 100%, 0.1)
"
,
},
},
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment