diff --git a/api/core/types/config.go b/api/core/types/config.go index f7d83548..1e30051a 100644 --- a/api/core/types/config.go +++ b/api/core/types/config.go @@ -119,4 +119,5 @@ type SystemConfig struct { EnabledDraw bool `json:"enabled_draw"` // 启动 AI 绘画功能 RewardImg string `json:"reward_img"` // 众筹收款二维码地址 EnabledFunction bool `json:"enabled_function"` // 启用 API 函数功能 + EnabledReward bool `json:"enabled_reward"` // 启用众筹功能 } diff --git a/web/src/components/RewardVerify.vue b/web/src/components/RewardVerify.vue index fae50a8e..17e583f9 100644 --- a/web/src/components/RewardVerify.vue +++ b/web/src/components/RewardVerify.vue @@ -4,15 +4,16 @@ :close-on-click-modal="true" :show-close="mobile !== ''" :before-close="close" + :width="450" :title="title" >
请输入您参与众筹的微信支付转账单号兑换相应的对话次数。
+请输入您参与众筹的 微信支付转账单号 兑换相应的对话次数。