mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-05-12 14:51:08 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cfe3343f6c |
@@ -217,6 +217,8 @@ function App() {
|
|||||||
meta: provider.meta
|
meta: provider.meta
|
||||||
? JSON.parse(JSON.stringify(provider.meta))
|
? JSON.parse(JSON.stringify(provider.meta))
|
||||||
: undefined, // 深拷贝
|
: undefined, // 深拷贝
|
||||||
|
icon: provider.icon,
|
||||||
|
iconColor: provider.iconColor,
|
||||||
};
|
};
|
||||||
|
|
||||||
// 2️⃣ 如果原供应商有 sortIndex,需要将后续所有供应商的 sortIndex +1
|
// 2️⃣ 如果原供应商有 sortIndex,需要将后续所有供应商的 sortIndex +1
|
||||||
|
|||||||
Reference in New Issue
Block a user