feat: 在后台管理添加AI小班长钓鱼触发概率配置
This commit is contained in:
@@ -120,6 +120,14 @@
|
||||
<option value="0" {{ !$chatbotFishingEnabled ? 'selected' : '' }}>⛔ 关闭</option>
|
||||
</select>
|
||||
</div>
|
||||
<div>
|
||||
<label class="block text-sm font-bold text-gray-700 mb-1">钓鱼触发概率 (每分钟)</label>
|
||||
<div class="relative">
|
||||
<input type="number" name="chatbot_fishing_chance" value="{{ $chatbotFishingChance }}" min="1" max="100" required
|
||||
class="w-48 border border-gray-300 rounded-md p-2 pl-3 pr-8 text-sm focus:ring-indigo-500 focus:border-indigo-500">
|
||||
<span class="absolute right-3 top-2.5 text-gray-400 text-sm">%</span>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<label class="block text-sm font-bold text-gray-700 mb-1">AI 参与百家乐</label>
|
||||
<select name="chatbot_baccarat_enabled"
|
||||
|
||||
Reference in New Issue
Block a user