From 91169b0a03c9aac2e3a5daed34f68e66a2331397 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 11 Apr 2026 13:38:58 +0000 Subject: [PATCH] Remove trailing comma in hitokotoCategories array Agent-Logs-Url: https://github.com/ZeroCatDev/Classworks/sessions/6de2bd3a-dd64-4f26-a5a5-0f7fed081fdc Co-authored-by: Sunwuyuan <88357633+Sunwuyuan@users.noreply.github.com> --- src/components/HitokotoSettings.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HitokotoSettings.vue b/src/components/HitokotoSettings.vue index 75efd00..2bce7af 100644 --- a/src/components/HitokotoSettings.vue +++ b/src/components/HitokotoSettings.vue @@ -312,7 +312,7 @@ export default { { value: 'i', label: '诗词' }, { value: 'j', label: '网易云' }, { value: 'k', label: '哲学' }, - { value: 'l', label: '抖机灵' }, + { value: 'l', label: '抖机灵' } ], loading: false, testLoading: false,