feat:add new dicts

This commit is contained in:
zyronon
2025-09-17 00:43:34 +08:00
parent aad6f33001
commit cb88ed9468
7 changed files with 75594 additions and 61 deletions

View File

@@ -51,6 +51,7 @@ const groupedByCategoryAndTag = $computed(() => {
for (const [key, value] of Object.entries(groupByCategory)) {
data.push([key, groupByDictTags(value)])
}
[data[2], data[3]] = [data[3], data[2]];
return data
})