mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 08:25:07 +00:00
feat: share窗口
This commit is contained in:
@@ -8,7 +8,7 @@ export const adaptBill = (bill: BillSchema): UserBillType => {
|
||||
id: bill._id,
|
||||
userId: bill.userId,
|
||||
chatId: bill.chatId,
|
||||
time: dayjs(bill.time).format('YYYY/MM/DD hh:mm:ss'),
|
||||
time: dayjs(bill.time).format('YYYY/MM/DD HH:mm:ss'),
|
||||
textLen: bill.textLen,
|
||||
price: formatPrice(bill.price)
|
||||
};
|
||||
|
Reference in New Issue
Block a user