mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-06 12:06:45 +00:00
📝 Docs: 商店头像 skeleton (#3362)
This commit is contained in:
@ -11,7 +11,7 @@ function excludeThemeColor(
|
||||
): { [key: string]: string } {
|
||||
const newObj: { [key: string]: string } = {};
|
||||
for (const key in theme) {
|
||||
if (exclude.includes(key)) continue;
|
||||
if (exclude.includes(key)) {continue;}
|
||||
newObj[key] = theme[key]!;
|
||||
}
|
||||
return newObj;
|
||||
|
Reference in New Issue
Block a user