配置优化

feat/task1-c-wallet
gongfuxiang 2025-09-27 00:13:29 +08:00
parent 0eb43fa8cc
commit 643797a037
1 changed files with 3 additions and 0 deletions

View File

@ -162,6 +162,9 @@ return [
// DIY上传到远程商店店铺
'store_diy_upload_url' => $store_http.'store.shopxo.net/api.php?s=plugins/index&pluginsname=store&pluginscontrol=index&pluginsaction=diyupload',
// form表单上传到远程商店店铺
'store_forminput_upload_url' => $store_http.'store.shopxo.net/api.php?s=plugins/index&pluginsname=store&pluginscontrol=index&pluginsaction=forminputupload',
// 主题上传到远程商店店铺
'store_themeadmin_upload_url' => $store_http.'store.shopxo.net/api.php?s=plugins/index&pluginsname=store&pluginscontrol=index&pluginsaction=themeadminupload',