mirror of
https://github.com/iflytek/skillhub.git
synced 2026-09-16 23:41:19 +00:00
- Backend sorts (direct API): newest, downloads, rating - Client-side sorts (fetch then re-sort): hot, stars - Add --rating option for rating-based sorting (backend supported) - Add applyClientSort() function for client-side sorting logic - Hot sort formula: downloads * 0.6 + stars * 0.4 - Update SearchSkill interface to include stars, rating, updatedAt fields - Ensure all sort options work correctly with both list and search APIs |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| .npmignore | ||
| package.json | ||
| pnpm-lock.yaml | ||
| tsconfig.json | ||
| unbuild.config.ts | ||
| vitest.config.ts | ||