更改显示比例增加发视频等待时间

This commit is contained in:
work
2025-08-21 09:35:24 +08:00
parent ad81130aa4
commit e9e03cd7ca
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
import os
BASE_PATH = os.path.dirname(__file__)
SAFE = '!'
MIMETYPE = {
@@ -11,7 +12,6 @@ MIMETYPE = {
PIC_TYPE = ('image/jpeg', 'image/png')
ELEMENT = {
}
@@ -26,6 +26,8 @@ PROXY_HOST = 'http://proxy.ipipgo.com:31212'
PROXY_USER = 'customer-94620c-country-US'
PROXY_PASS = '4ea715cd'
api_key = "adf0d1fc9c9313b7f87c18bf9caef01d"
api_url = "http://local.adspower.net:50325"
# 显示缩放比例 1为100%
DISPLAY_SCALE = 0.7