app_id="" bot_account= "" """ 谷歌邮箱配置 """ google_smtp_server = "smtp.gmail.com" google_email ="xxxxxx@gmail.com" google_password = "1234567891234567" #16位应用码 """ qq 邮箱配置 """ qq_smtp_server = "smtp.qq.com" qq_email = "xxxxxxxxxx@qq.com" qq_password = "123456789123456789" #应用码 """ 图床配置 """ # SMMS图床相关配置 smms_token= "" # sm.ms图床的token smms_image_upload_history= "https://sm.ms/api/v2/upload_history" # sm.ms图床获取上传图片历史API地址 # 聚合图床相关配置 ju_he_token= "" # 聚合图床的token ju_he_image_list= "https://api.superbed.cn/timeline" # 聚合图床获取上传图片历史API地址 #随机图 anosu anosu_url = "https://image.anosu.top/pixiv/json" # 搜番/acg api animetrace_url = "https://api.animetrace.com/v1/search" """ AI """ admin_password= "123456" # 默认注册管理员密码 # 图灵机器人相关配置 v3url= "https://api.vveai.com/v1/chat/completions" v3key= "" # DeepSeek相关配置 deepseek_url= "https://api.deepseek.com" deepseek_key= "" #硅基流动 silicon_flow_key = "" """ Wenku8账号 """ wenku8_username = "" wenku8_password = "" """ 多米HTTP代理api """ proxy_api = "" """ 二维码生成 API 参数 """ qrserver_url = "https://api.qrserver.com/v1/create-qr-code/" qrserver_size= "200x200" """ anonfile API 参数 """ anonfile_download_url = "https://anonfile.io/api/download/"