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
66d521e3
Commit
66d521e3
authored
Mar 31, 2024
by
Chunchi Che
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move chain to shared
parent
01dc6d73
Pipeline
#26175
passed with stages
in 9 minutes and 30 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletion
+5
-1
src/ui/Duel/PlayMat/Bg/index.tsx
src/ui/Duel/PlayMat/Bg/index.tsx
+1
-1
src/ui/Shared/Chain/index.module.scss
src/ui/Shared/Chain/index.module.scss
+0
-0
src/ui/Shared/Chain/index.tsx
src/ui/Shared/Chain/index.tsx
+3
-0
src/ui/Shared/index.ts
src/ui/Shared/index.ts
+1
-0
No files found.
src/ui/Duel/PlayMat/Bg/index.tsx
View file @
66d521e3
...
...
@@ -9,8 +9,8 @@ import {
type
PlaceInteractivity
,
placeStore
,
}
from
"
@/stores
"
;
import
{
BgChain
,
ChainProps
}
from
"
@/ui/Shared
"
;
import
{
BgChain
,
ChainProps
}
from
"
./Chain
"
;
import
styles
from
"
./index.module.scss
"
;
const
{
MZONE
,
SZONE
,
EXTRA
,
GRAVE
,
REMOVED
}
=
ygopro
.
CardZone
;
...
...
src/ui/
Duel/PlayMat/Bg
/Chain/index.module.scss
→
src/ui/
Shared
/Chain/index.module.scss
View file @
66d521e3
File moved
src/ui/
Duel/PlayMat/Bg
/Chain/index.tsx
→
src/ui/
Shared
/Chain/index.tsx
View file @
66d521e3
...
...
@@ -14,6 +14,9 @@ export interface ChainProps {
op
?:
boolean
;
}
/* 这里有个妥协的实现:墓地,除外区,额外卡组的连锁图标会被卡片遮挡,
* 这里暂时采取移动一个身位的方式进行解决。最好的解决方案应该是UI上连锁图标和
* 场地解耦。 */
export
const
BgChain
:
React
.
FC
<
ChainProps
>
=
({
chains
,
banish
,
...
...
src/ui/Shared/index.ts
View file @
66d521e3
export
*
from
"
./Background
"
;
export
*
from
"
./CardEffectText
"
;
export
*
from
"
./Chain
"
;
export
*
from
"
./chatHook
"
;
export
*
from
"
./css
"
;
export
*
from
"
./DeckCard
"
;
...
...
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