🗑️ remove(skills): drop unused skills and update references

This commit is contained in:
csh
2026-01-12 10:03:45 +08:00
parent 2b37860331
commit c33611ca02
17 changed files with 91 additions and 731 deletions
@@ -122,5 +122,3 @@ End;
- 把循环内的常量/表达式提到循环外
- 避免在循环内执行 I/O 或 SQL
- 对结果集访问做局部缓存(如字段名映射)
详细流程见:`$performance-optimization`