diff --git a/README.md b/README.md
index 81e0167..6001484 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ App Design: [Freeform](https://www.icloud.com/freeform/026AxB798cViZ9jJ2DkNsXUCQ
你會看到許多觀點,但不知道這些新聞為什麼會寫比較偏見的文章。
## Inspired by
+
- puter.com
- Perplexity
- Ground.news
@@ -86,4 +87,5 @@ App Design: [Freeform](https://www.icloud.com/freeform/026AxB798cViZ9jJ2DkNsXUCQ
7. Open `http://localhost:3000` in your browser.
### For scaping
-First, Run `ps1 clone-env.ps1` or `bash clone-env.sh` to clone the `.env` file to the `scraping` folder, then cd into the `scraping` folder. Run `python main.py` to start scraping in Google News.
\ No newline at end of file
+
+First, Run `ps1 clone-env.ps1` or `bash clone-env.sh` to clone the `.env` file to the `scraping` folder, then cd into the `scraping` folder. Run `python main.py` to start scraping in Google News.
diff --git a/components/DraggableWindow.vue b/components/DraggableWindow.vue
index 18a10ff..8ec7e3a 100644
--- a/components/DraggableWindow.vue
+++ b/components/DraggableWindow.vue
@@ -1,53 +1,53 @@
@@ -56,7 +56,7 @@ onUnmounted(() => {
left: `${position.x}px`,
top: `${position.y}px`,
width: props.width || '400px',
- height: props.height || '300px'
+ height: props.height || '300px',
}"
class="fixed bg-white dark:bg-gray-800 rounded-md shadow-lg overflow-hidden flex flex-col"
>
@@ -84,4 +84,4 @@ onUnmounted(() => {
-
\ No newline at end of file
+
diff --git a/components/app/windows/hotnews.vue b/components/app/windows/hotnews.vue
index 32886a2..ed05909 100644
--- a/components/app/windows/hotnews.vue
+++ b/components/app/windows/hotnews.vue
@@ -62,4 +62,4 @@ const title = ref("Hot News");
-
\ No newline at end of file
+
diff --git a/components/app/windows/login.vue b/components/app/windows/login.vue
index d800f28..3f0cbc5 100644
--- a/components/app/windows/login.vue
+++ b/components/app/windows/login.vue
@@ -1,14 +1,50 @@
+
-
-
+
diff --git a/components/navigation.vue b/components/navigation.vue
index d44bcf8..0d72832 100644
--- a/components/navigation.vue
+++ b/components/navigation.vue
@@ -77,4 +77,4 @@ const toggleDropdown = () => {
-
\ No newline at end of file
+
diff --git a/docker-compose.yml b/docker-compose.yml
index 15df6e2..41c4a4e 100755
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,7 +1,7 @@
-version: '3.8'
+version: "3.8"
services:
- newsanalyze-service:
+ newsanalyze-service:
build: .
ports:
- "127.0.0.1:36694:3000"
@@ -12,4 +12,4 @@ services:
test: ["CMD", "curl", "-f", "http://localhost:3000"]
interval: 30s
timeout: 10s
- retries: 3
\ No newline at end of file
+ retries: 3
diff --git a/error.vue b/error.vue
index 6c970a8..058ba40 100644
--- a/error.vue
+++ b/error.vue
@@ -1,13 +1,20 @@
+
-
-