mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 14:03:43 +08:00
限制每天使用量
This commit is contained in:
@@ -245,7 +245,7 @@ async function existUser(user: Partial<User> ) {
|
||||
}
|
||||
|
||||
export async function insertUser(user: Partial<User> ) {
|
||||
console.log('------------', user)
|
||||
// console.log('------------', user)
|
||||
try {
|
||||
return await prisma.user.create({
|
||||
data: user
|
||||
|
||||
Reference in New Issue
Block a user