@@ -255,9 +255,9 @@ const updateAllData = async () => {
}
} catch (error) {
console.error('更新所有数据失败:', error)
- updateMessage.value = `更新所有数据失败: ${error.message}`
+ updateMessage.value = `补货失败: ${error.message}`
updateMessageType.value = 'error'
- ElMessage.error(`更新所有数据失败: ${error.message}`)
+ ElMessage.error(`补货失败: ${error.message}`)
} finally {
updatingAll.value = false
}
@@ -275,10 +275,10 @@ const navigateTo = (route) => {
}
const quickActions = [
- { label: '双色球数据', route: 'ssq', icon: Document },
- { label: '大乐透数据', route: 'dlt', icon: Document },
- { label: '统计分析', route: 'statistics', icon: TrendCharts },
- { label: '智能选号', route: 'generator', icon: MagicStick }
+ { label: '红蓝球煎饼', route: 'ssq', icon: Document },
+ { label: '大乐斗豆浆', route: 'dlt', icon: Document },
+ { label: '数据小菜', route: 'statistics', icon: TrendCharts },
+ { label: '一键下单', route: 'generator', icon: MagicStick }
]
onMounted(() => {
diff --git a/frontend/src/views/NumberGenerator.vue b/frontend/src/views/NumberGenerator.vue
index dd09086..b4e4d57 100644
--- a/frontend/src/views/NumberGenerator.vue
+++ b/frontend/src/views/NumberGenerator.vue
@@ -1,18 +1,18 @@
-
+
-
+
- 均衡策略
- 热门号码
- 冷门号码
- 遗漏值策略
+ 均衡口味
+ 热销早点
+ 冷门早点
+ 遗漏小菜
-
+
@@ -20,13 +20,13 @@
-
+
- 生成号码
- 查看分析
+ 一键下单
+ 尝一口
@@ -84,18 +84,18 @@
-
+
-
+
- 均衡策略
- 热门号码
- 冷门号码
- 遗漏值策略
+ 均衡口味
+ 热销早点
+ 冷门早点
+ 遗漏小菜
-
+
@@ -103,13 +103,13 @@
-
+
- 生成号码
- 查看分析
+ 一键下单
+ 尝一口
diff --git a/frontend/src/views/Prediction.vue b/frontend/src/views/Prediction.vue
index 9f7738c..abec3fd 100644
--- a/frontend/src/views/Prediction.vue
+++ b/frontend/src/views/Prediction.vue
@@ -2,24 +2,19 @@
-
-
-
-
-
+
+
+
+
+
-
-
+
+
- 训练模型
+ AI和面中
@@ -28,13 +23,13 @@
-
预测结果
+
今日菜单
-
+
@@ -55,14 +50,14 @@
{{ mlPrediction.confidence }}
-
暂无机器学习预测结果
+
AI今天没灵感,早点卖完了
-
+
-
-
+
+
{{ patternPrediction.suggested_criteria.sum_range.join(' - ') }}
-
+
{{ patternPrediction.suggested_criteria.odd_even_ratio }}
-
+
{{ patternPrediction.suggested_criteria.zone_distribution }}
@@ -96,14 +91,14 @@
- 暂无模式预测结果
+ 老板今天没灵感,早点卖完了
-
+
-
暂无集成预测结果
+
拼盘早点卖完了,明天早点来
@@ -174,7 +169,7 @@
:loading="predicting"
block
>
- {{ modelStatus && modelStatus.type !== 'error' ? '机器学习预测' : '训练并预测' }}
+ {{ modelStatus && modelStatus.type !== 'error' ? 'AI灵感煎饼' : 'AI和面中' }}
@@ -184,7 +179,7 @@
:loading="predicting"
block
>
- 模式预测
+ 老板经验豆浆
@@ -194,7 +189,7 @@
:loading="predicting"
block
>
- {{ modelStatus && modelStatus.type !== 'error' ? '集成预测' : '训练并预测' }}
+ {{ modelStatus && modelStatus.type !== 'error' ? '拼盘早点' : 'AI和面中' }}
@@ -202,12 +197,12 @@
-
历史预测记录
+
昨日菜单
-
-
-
-
+
+
+
+
@@ -226,7 +221,7 @@
-
+
{{ scope.row.confidence }}
diff --git a/frontend/src/views/SSQ.vue b/frontend/src/views/SSQ.vue
index ab4683f..2dda401 100644
--- a/frontend/src/views/SSQ.vue
+++ b/frontend/src/views/SSQ.vue
@@ -3,15 +3,15 @@
-
-
+
+
-
+
- 查询
- 重置
- 导出
+ 点单
+ 清空
+ 打包带走
@@ -32,14 +32,14 @@
-
-
-
+
+
+
{{ row[`red_ball_${i}`] }}
@@ -49,8 +49,8 @@
- 编辑
- 删除
+ 加料
+ 撤单
@@ -74,12 +74,12 @@
width="500px"
>
-
+
-
+
{
'确定要删除这条记录吗?',
'警告',
{
- confirmButtonText: '确定',
- cancelButtonText: '取消',
+ confirmButtonText: '下单!',
+ cancelButtonText: '不吃了',
type: 'warning',
}
).then(async () => {
diff --git a/frontend/src/views/Statistics.vue b/frontend/src/views/Statistics.vue
index 192277d..a5b3dbc 100644
--- a/frontend/src/views/Statistics.vue
+++ b/frontend/src/views/Statistics.vue
@@ -1,13 +1,13 @@
-
+
@@ -17,7 +17,7 @@
@@ -26,13 +26,13 @@
-
+
@@ -42,7 +42,7 @@