This commit is contained in:
pompurin404 2024-08-09 09:01:43 +08:00
parent a99fd85a4d
commit 434d3c2a26
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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' && (

View File

@ -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>
</> </>