sharelogin.tsx
3.03 KB
-
fix: 修复 .d.ts 与 .ts 并存冲突及 next.config 冲突 · 4dfc186c
合并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
赵月辉 committed