合并4组 .d.ts 独有导出到对应 .ts 并删除 .d.ts: - outLink/api.d.ts: PostShareLoginProps 合并到 api.ts - outLink/type.d.ts: 补全 password/responseDetail 字段到 type.ts - chat/type.d.ts: ChatItemType/ChatFeedbackLogSchema等合并到 type.ts - user/team/type.d.ts: tagsType/LafAccountType等合并到 type.ts next.config 冲突修复: - 删除 lufa 的 next.config.js(与官方 next.config.ts 并存导致加载冲突) - 将 @xmldom/xmldom 加入 next.config.ts 的 serverExternalPackages 修复9处 .d import 路径(去掉 .d 后缀,正确指向官方 .ts): - type.d → type, api.d → api, chat.d → chat, userRes.d → userRes
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| feedback | Loading commit data... | |
| file | Loading commit data... | |
| history | Loading commit data... | |
| inputGuide | Loading commit data... | |
| item | Loading commit data... | |
| outLink | Loading commit data... | |
| quote | Loading commit data... | |
| record | Loading commit data... | |
| team | Loading commit data... | |
| chatTest.ts | Loading commit data... | |
| clearHistories.ts | Loading commit data... | |
| delHistory.ts | Loading commit data... | |
| getHistories.ts | Loading commit data... | |
| getPaginationRecords.ts | Loading commit data... | |
| getResData.ts | Loading commit data... | |
| init.ts | Loading commit data... | |
| recentlyUsed.ts | Loading commit data... | |
| resume.ts | Loading commit data... | |
| updateHistory.ts | Loading commit data... |