fix(types): 修复内部类型文件未编译问题
- 把所有.d.ts改为.ts BREAKING CHANGES: 1.1.0->1.1.1(latest)
This commit is contained in:
@@ -134,3 +134,6 @@ knowai-core/
|
|||||||
- 添加热门帖子、榜单、热门作者接口
|
- 添加热门帖子、榜单、热门作者接口
|
||||||
- 完成api-documentation.md文档,详细描述所有接口的功能、参数、响应格式等
|
- 完成api-documentation.md文档,详细描述所有接口的功能、参数、响应格式等
|
||||||
- 修复类型未导出问题
|
- 修复类型未导出问题
|
||||||
|
|
||||||
|
### 2025-11-19
|
||||||
|
- 把所有.d.ts改成.ts,避免无js生成问题
|
||||||
@@ -2,7 +2,6 @@
|
|||||||
* 认证模块类型定义
|
* 认证模块类型定义
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import type { AxiosRequestConfig } from 'axios';
|
|
||||||
import type { User } from '@/types';
|
import type { User } from '@/types';
|
||||||
import type {
|
import type {
|
||||||
LoginRequest,
|
LoginRequest,
|
||||||
Reference in New Issue
Block a user