|
/*
|
|
* @Author: SpenserCai
|
|
* @Date: 2023-06-25 17:20:32
|
|
* @version:
|
|
* @LastEditors: SpenserCai
|
|
* @LastEditTime: 2023-08-12 21:23:20
|
|
* @Description: file content
|
|
*/
|
|
package config
|
|
|
|
type Config struct {
|
|
Token string `json:"token"`
|
|
SdWebUiAddr string `json:"sd_webui_addr"`
|
|
}
|