feat: 更新 ESLint 配置以放宽不安全参数传递的限制;在 API 查询中添加 Bili-Auth 支持;优化路由参数传递逻辑

This commit is contained in:
Megghy
2025-10-10 13:25:07 +08:00
parent a9453aa919
commit c9ec427692
6 changed files with 25 additions and 12 deletions

View File

@@ -85,6 +85,7 @@ export default antfu(
'ts/restrict-template-expressions': 'off', // 允许模板字符串表达式不受限制
'perfectionist/sort-imports': 'off',
'ts/no-unsafe-argument': 'off', // 允许不安全的参数传递
// JSON 相关规则
'jsonc/sort-keys': 'off', // 关闭 JSON key 排序要求