mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2026-02-10 19:50:28 +08:00
Merge branch 'smart_core' of https://github.com/mihomo-party-org/clash-party into smart_core
This commit is contained in:
commit
38389e0c3c
@ -261,6 +261,7 @@ const App: React.FC = () => {
|
||||
<div className="mt-2 mx-2">
|
||||
<OutboundModeSwitcher />
|
||||
</div>
|
||||
<div style={{ overflowX: 'clip' }}>
|
||||
<DndContext sensors={sensors} collisionDetection={closestCorners} onDragEnd={onDragEnd}>
|
||||
<div className="grid grid-cols-2 gap-2 m-2">
|
||||
<SortableContext items={order}>
|
||||
@ -273,6 +274,7 @@ const App: React.FC = () => {
|
||||
</div>
|
||||
</DndContext>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
<div
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user