diff --git a/README.ja-JP.md b/README.ja-JP.md
index 2c84ec362..d58360556 100644
--- a/README.ja-JP.md
+++ b/README.ja-JP.md
@@ -25,7 +25,7 @@
"newsnow-mcp-server"
],
"env": {
- "BASE_URL": "https://newsnow.busiyi.world"
+ "BASE_URL": "https://news.94likeu.cn"
}
}
}
@@ -106,10 +106,4 @@ pnpm dev
新バージョンは近日公開予定のため、現在のバージョンではコントリビューションの受付を終了します。
## ライセンス
-[MIT](./LICENSE) © ourongxing
-
-## スポンサー
-
-このサービスをご利用いただいている場合、長期的な運営を支援するスポンサーを歓迎します。カスタマイズやその他のサポートが必要な場合も、以下の連絡方法から備考を添えてお問い合わせください。
-
-
+[MIT](./LICENSE) © 2024 ourongxing, modified by GavinGu0
diff --git a/README.md b/README.md
index 735ee0501..3c74b3fc8 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ English | [简体中文](README.zh-CN.md) | [日本語](README.ja-JP.md)
"newsnow-mcp-server"
],
"env": {
- "BASE_URL": "https://newsnow.busiyi.world"
+ "BASE_URL": "https://news.94likeu.cn"
}
}
}
@@ -116,7 +116,6 @@ For detailed instructions on how to add new sources, see [CONTRIBUTING.md](CONTR
- Expand **data sources** to cover global news in multiple languages.
**_release when ready_**
-
## Contributing
@@ -128,10 +127,6 @@ The new version is coming soon and we will no longer accept contributions
## License
-[MIT](./LICENSE) © ourongxing
+[MIT](./LICENSE) © 2024 ourongxing, modified by GavinGu0
-## Sponsorship
-If you rely on this service, sponsorship is welcome to help it run for the long term. If you need customization or other help, you can also use the contact method below and include a note.
-
-
diff --git a/README.zh-CN.md b/README.zh-CN.md
index b6093f65b..37e0ce021 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -25,7 +25,7 @@
"newsnow-mcp-server"
],
"env": {
- "BASE_URL": "https://newsnow.busiyi.world"
+ "BASE_URL": "https://news.94likeu.cn"
}
}
}
@@ -106,11 +106,4 @@ pnpm dev
## License
-[MIT](./LICENSE) © ourongxing
-
-## 赞赏
-如果你依赖本服务,欢迎赞助以帮助它长期运行。如果需要定制或者其他帮助,也可以下列方式联系备注。
-
-
-
-
+[MIT](./LICENSE) © 2024 ourongxing,基于 newsnow 修改 by GavinGu0
diff --git a/eslint.config.mjs b/eslint.config.mjs
index c1b25d764..44cdd3ae6 100644
--- a/eslint.config.mjs
+++ b/eslint.config.mjs
@@ -6,4 +6,8 @@ export default ourongxing({
ignores: ["src/routeTree.gen.ts", "imports.app.d.ts", "public/", ".vscode", "**/*.json"],
}).append(react({
files: ["src/**"],
-}))
+})).append({
+ rules: {
+ "react-dom/no-children-in-void-dom-elements": "off",
+ },
+})
diff --git a/index.html b/index.html
index b17ca45b2..7ea528261 100644
--- a/index.html
+++ b/index.html
@@ -15,14 +15,14 @@
-
-
+
+
-
+
@@ -34,20 +34,11 @@
"@context": "https://schema.org",
"@type": "WebSite",
"name": "NewsNow",
- "url": "https://newsnow.busiyi.world",
+ "url": "https://news.94likeu.cn",
"description": "实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验",
}
-
-
-
-