diff --git a/src/assets/img/AiEmotion/dbqb-button01.png b/src/assets/img/AiEmotion/dbqb-button01.png index 5131adc..86f77c8 100644 Binary files a/src/assets/img/AiEmotion/dbqb-button01.png and b/src/assets/img/AiEmotion/dbqb-button01.png differ diff --git a/src/assets/img/AiEmotion/dbqb-button02.png b/src/assets/img/AiEmotion/dbqb-button02.png index cfd37b5..bbdb494 100644 Binary files a/src/assets/img/AiEmotion/dbqb-button02.png and b/src/assets/img/AiEmotion/dbqb-button02.png differ diff --git a/src/assets/img/AiEmotion/emotion-button01.png b/src/assets/img/AiEmotion/emotion-button01.png index e795712..0e31ea1 100644 Binary files a/src/assets/img/AiEmotion/emotion-button01.png and b/src/assets/img/AiEmotion/emotion-button01.png differ diff --git a/src/assets/img/AiEmotion/emotion-button02.png b/src/assets/img/AiEmotion/emotion-button02.png index 8696f31..162a77c 100644 Binary files a/src/assets/img/AiEmotion/emotion-button02.png and b/src/assets/img/AiEmotion/emotion-button02.png differ diff --git a/src/views/components/HistoryRecord.vue b/src/views/components/HistoryRecord.vue index 1374ba8..f20e0ac 100644 --- a/src/views/components/HistoryRecord.vue +++ b/src/views/components/HistoryRecord.vue @@ -61,47 +61,78 @@
-
- - {{ record.type === "AIchat" ? "夺宝奇兵" : "AI情绪" }} - +
+ +
+
+
{{ record.code }}
+
+ {{ moment(record.date).format("D/M/YYYY") }} +
-
{{ record.question }}
-
{{ formatTime(record.timestamp) }}
- + +
+
+ + 数据更新时间:{{ + moment(record.updateTime).format("D/M/YYYY") + }} +
+
+ + 取消置顶 +
+
+ + 置顶 +
+
+ + 删除 +
+
+ +
-
+
-
+
{{ record.type === "AIchat" ? "夺宝奇兵" : "AI情绪" }} @@ -190,7 +220,7 @@
-
+
- +