mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 13:10:30 +08:00
fix typo
This commit is contained in:
parent
a99fd85a4d
commit
434d3c2a26
@ -7,7 +7,7 @@
|
|||||||
src: url('./NotoColorEmoji.ttf');
|
src: url('./NotoColorEmoji.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
.flag-empji {
|
.flag-emoji {
|
||||||
font-family:
|
font-family:
|
||||||
system-ui,
|
system-ui,
|
||||||
-apple-system,
|
-apple-system,
|
||||||
|
|||||||
@ -64,7 +64,7 @@ const ProxyItem: React.FC<Props> = (props) => {
|
|||||||
<CardBody className="p-2">
|
<CardBody className="p-2">
|
||||||
<div className="flex select-none justify-between items-center">
|
<div className="flex select-none justify-between items-center">
|
||||||
<div>
|
<div>
|
||||||
<div className="flag-empji inline text-ellipsis whitespace-nowrap overflow-hidden">
|
<div className="flag-emoji inline text-ellipsis whitespace-nowrap overflow-hidden">
|
||||||
{proxy.name}
|
{proxy.name}
|
||||||
</div>
|
</div>
|
||||||
{proxyDisplayMode === 'full' && (
|
{proxyDisplayMode === 'full' && (
|
||||||
|
|||||||
@ -167,7 +167,7 @@ const Proxies: React.FC = () => {
|
|||||||
<div className="inline ml-2 text-sm text-default-500">
|
<div className="inline ml-2 text-sm text-default-500">
|
||||||
{groups[index].type}
|
{groups[index].type}
|
||||||
</div>
|
</div>
|
||||||
<div className="flag-empji inline ml-2 text-sm text-default-500">
|
<div className="flag-emoji inline ml-2 text-sm text-default-500">
|
||||||
{groups[index].now}
|
{groups[index].now}
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user