Commit 82a45e60 authored by Chunchi Che's avatar Chunchi Che

optimize small

parent 18baf14b
Pipeline #21758 passed with stages
in 13 minutes and 53 seconds
...@@ -264,7 +264,6 @@ export const matStore: MatState = proxy<MatState>({ ...@@ -264,7 +264,6 @@ export const matStore: MatState = proxy<MatState>({
result: ygopro.StocGameMessage.MsgWin.ActionType.UNKNOWN, result: ygopro.StocGameMessage.MsgWin.ActionType.UNKNOWN,
waiting: false, waiting: false,
unimplemented: 0, unimplemented: 0,
delay: useConfig().ui.commonDelay,
// methods // methods
in: getZone, in: getZone,
isMe, isMe,
......
...@@ -97,8 +97,6 @@ export interface MatState { ...@@ -97,8 +97,6 @@ export interface MatState {
unimplemented: number; // 未处理的`Message` unimplemented: number; // 未处理的`Message`
delay: number; // MSG处理的延迟时间,目的时为了让一些动画处理完后再开始处理下一个MSG。TODO:正确处理与`timeLimit`的关系
// >>> methods >>> // >>> methods >>>
/** 根据zone获取hands/masters/magics... */ /** 根据zone获取hands/masters/magics... */
in: (zone: ygopro.CardZone) => BothSide<DuelFieldState>; in: (zone: ygopro.CardZone) => BothSide<DuelFieldState>;
......
...@@ -21,7 +21,8 @@ ...@@ -21,7 +21,8 @@
position: absolute; position: absolute;
margin: 25% 30%; margin: 25% 30%;
font-size: 50px; font-size: 50px;
font-style: oblique; font-style: initial;
color: black;
} }
@keyframes flade { @keyframes flade {
......
...@@ -2,7 +2,7 @@ import "@/styles/chain.css"; ...@@ -2,7 +2,7 @@ import "@/styles/chain.css";
import React from "react"; import React from "react";
const CIRCLES_COUNT = 8; const CIRCLES_COUNT = 10;
const EASE = 0.2; const EASE = 0.2;
const R = 60; const R = 60;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment