From fd1a103f4c82cf34f2d86937305d8248fdc29465 Mon Sep 17 00:00:00 2001 From: gitea_eternal <401029566@qq.com> Date: Tue, 23 Jun 2026 00:32:07 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=A9=E6=95=99]=20=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=A4=96=E5=8D=96=E8=AF=84=E8=AE=BA=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/reviews.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 data/reviews.json diff --git a/data/reviews.json b/data/reviews.json new file mode 100644 index 0000000..14956b1 --- /dev/null +++ b/data/reviews.json @@ -0,0 +1,27 @@ +[ + { + "id": 1, + "text": "外卖小哥送得超快,餐盒还是热的,炸鸡酥脆多汁,酸辣粉也很正宗,分量足,五星好评!", + "sentiment": "正面" + }, + { + "id": 2, + "text": "等了一个半小时才送到,汤全洒了,面坨成一坨,联系客服也不回,太让人失望了。", + "sentiment": "负面" + }, + { + "id": 3, + "text": "奶茶是用料很扎实的现煮茶,珍珠Q弹有嚼劲,配送员态度也好,下次还会再点。", + "sentiment": "正面" + }, + { + "id": 4, + "text": "配送速度一般,但披萨味道不错,芝士拉丝效果好,性价比高,值得推荐。", + "sentiment": "正面" + }, + { + "id": 5, + "text": "点的麻辣烫食材不新鲜,有股怪味,吃完拉肚子,商家推卸责任,再也不点了。", + "sentiment": "负面" + } +] \ No newline at end of file