mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
feat: change challenge method in certificate management page
This commit is contained in:
parent
002d9c22ab
commit
5b3cd981e9
33 changed files with 1875 additions and 1496 deletions
|
@ -7,7 +7,7 @@ export interface ChatComplicationMessage {
|
|||
}
|
||||
|
||||
const openai = {
|
||||
store_record(data: { file_name?: string; messages: ChatComplicationMessage[] }) {
|
||||
store_record(data: { file_name?: string; messages?: ChatComplicationMessage[] }) {
|
||||
return http.post('/chat_gpt_record', data)
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue