- 新增家庭共享订阅管理 - 新增用户邀请统计 - 新增签名和订阅模式设置表单 - 更新 API 服务层和国际化文件 - UI 组件优化(enhanced-input、pro-table)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// @ts-nocheck
|
||||
// @ts-expect-error
|
||||
/* eslint-disable */
|
||||
// API 更新时间:
|
||||
// API 唯一标识:
|
||||
@@ -13,6 +13,7 @@ import * as log from "./log";
|
||||
import * as marketing from "./marketing";
|
||||
import * as order from "./order";
|
||||
import * as payment from "./payment";
|
||||
import * as redemption from "./redemption";
|
||||
import * as server from "./server";
|
||||
import * as subscribe from "./subscribe";
|
||||
import * as system from "./system";
|
||||
@@ -31,6 +32,7 @@ export default {
|
||||
marketing,
|
||||
order,
|
||||
payment,
|
||||
redemption,
|
||||
server,
|
||||
subscribe,
|
||||
system,
|
||||
|
||||
Reference in New Issue
Block a user