update
This commit is contained in:
parent
f5b6726a69
commit
de349eabaa
2
main.py
2
main.py
@ -55,7 +55,7 @@ def generate():
|
||||
# 控制小程序是否显示“最佳案例”
|
||||
@app.route('/config', methods=['post'])
|
||||
def config():
|
||||
return {'errcode': 200, 'showBest': 'true'}
|
||||
return {'errcode': 200, 'showBest': 'false'}
|
||||
|
||||
# 图标
|
||||
@app.route('/favicon.ico')
|
||||
|
@ -56,7 +56,7 @@
|
||||
wxpay: "",
|
||||
alpay: "",
|
||||
id: "",
|
||||
qrcodeApi: "http://qr.topscan.com/api.php?text="
|
||||
qrcodeApi: "https://qr.lacus.site/generate?text="
|
||||
}
|
||||
|
||||
var bgs = ['https://qr.lacus.site/qr/img/bg1.jpg',
|
||||
|
Loading…
x
Reference in New Issue
Block a user