📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-10 16:04:20 +00:00
parent 2bb0dc8c1d
commit 92c0c3f687
594 changed files with 55224 additions and 19038 deletions
@@ -772,7 +772,12 @@ function main() {
);
}
for (const skillRoute of topSkillPaths) {
const allSkillPaths = skills
.filter((skill) => skill && skill.id)
.map((skill) => `/skill/${encodeURIComponent(skill.id)}`)
.sort();
for (const skillRoute of allSkillPaths) {
const decodedId = decodeURIComponent(skillRoute.replace(/^\/skill\//, ''));
const skill = skillMap.get(decodedId);
if (!skill) {