From 0e96e1692171ffa83dd64e981919149c3973d1f6 Mon Sep 17 00:00:00 2001 From: reng Date: Fri, 9 Jan 2026 16:06:38 +0800 Subject: [PATCH] update --- v2/app/src/App.css | 3 + v2/app/src/App.jsx | 20 +++- v2/app/src/components/point.jsx | 56 +++++++++-- v2/app/src/utils/parsing.js | 13 ++- v2/scrapper/agent.js | 171 +++++++++++++++++++++++--------- v2/scrapper/assets/agent_v2.txt | 58 +++-------- v2/scrapper/embeddings.js | 8 +- v2/scrapper/main.js | 25 +++-- v2/scrapper/scrapper.js | 8 +- 9 files changed, 242 insertions(+), 120 deletions(-) diff --git a/v2/app/src/App.css b/v2/app/src/App.css index 6cd05cc..1f54898 100644 --- a/v2/app/src/App.css +++ b/v2/app/src/App.css @@ -1,5 +1,8 @@ @import "tailwindcss"; +body{ + font-family: monospace; +} button, input, select{ @apply border rounded-full p-2; } diff --git a/v2/app/src/App.jsx b/v2/app/src/App.jsx index b3acaf8..c72d52a 100644 --- a/v2/app/src/App.jsx +++ b/v2/app/src/App.jsx @@ -113,6 +113,10 @@ function App() {