diff --git a/README.md b/README.md index dc44abb..e8d393a 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,20 @@ +![Notion Chart Generator Banner](assets/images/github-repo-banner3.png) +
- - -
-
- - 一個採用現代前後端分離架構的 Web 應用程式,使用 NestJS + Next.js 技術棧,能夠連接 Notion 資料庫並將資料轉換為互動式圖表。支援多種圖表類型、資料聚合計算、即時分享和跨平台嵌入功能。 - + +

Notion Chart Generator


+

+ + 一個採用現代前後端分離架構的 Web 應用程式,使用 NestJS + Next.js 技術棧,能夠連接 Notion 資料庫並將資料轉換為互動式圖表。支援多種圖表類型、資料聚合計算、即時分享和跨平台嵌入功能。 + +
+ Website | + Documentation(TODO) | + About Author +


-![Notion Chart Generator Usage Demo](assets/images/notion-chart-generator-usage-demo.gif) -
@@ -27,6 +31,8 @@ Notion Chart Generator 是一款專為 Notion 使用者打造的圖表生成工具。它能夠連接您的 Notion 資料庫,將原始資料自動轉換為多種互動式圖表,協助您更直觀地分析和展示資訊。無需撰寫程式碼,只需簡單設定,即可快速產生長條圖、線圖、圓餅圖等多種視覺化報表,並支援即時分享與跨平台嵌入,讓資料應用更靈活便利。 +![Notion Chart Generator Usage Demo](assets/images/notion-chart-generator-basic-feature-demo.gif) + ## 主要功能 ### 核心功能 diff --git a/assets/images/github-repo-banner3.png b/assets/images/github-repo-banner3.png new file mode 100644 index 0000000..8fbd2da Binary files /dev/null and b/assets/images/github-repo-banner3.png differ diff --git a/assets/images/notion-chart-generator-basic-feature-demo.gif b/assets/images/notion-chart-generator-basic-feature-demo.gif new file mode 100644 index 0000000..4a8501a Binary files /dev/null and b/assets/images/notion-chart-generator-basic-feature-demo.gif differ diff --git a/website/public/images/advanced-filter-demo.gif b/website/public/images/advanced-filter-demo.gif index e7e66f8..c5b0ff7 100644 Binary files a/website/public/images/advanced-filter-demo.gif and b/website/public/images/advanced-filter-demo.gif differ diff --git a/website/src/components/Footer.tsx b/website/src/components/Footer.tsx index d1cc4b3..dce0ab0 100644 --- a/website/src/components/Footer.tsx +++ b/website/src/components/Footer.tsx @@ -180,9 +180,9 @@ const Footer: React.FC = () => { className="border-t border-gray-600 mt-8 pt-8" >
-
+
© {currentYear} Notion Chart Generator. Made with - + by   {
{/* White Gradient Overlay for Fade Out Effect at bottom - more gentle */} -
+
-
+
{/* Top Content - Text Introduction */} { initial={{ opacity: 0, y: 50 }} animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.8, delay: 0.4 }} - className="relative z-10 w-full max-w-6xl mx-auto mt-4 flex-1 flex items-end" + className="relative z-10 w-full max-w-6xl mx-auto mt-4 flex-1 flex items-end hidden md:block" > {/* App preview image that extends to bottom */}
diff --git a/website/src/components/HowToUseSection.tsx b/website/src/components/HowToUseSection.tsx index ced703a..a9204d4 100644 --- a/website/src/components/HowToUseSection.tsx +++ b/website/src/components/HowToUseSection.tsx @@ -364,7 +364,7 @@ const HowToUseSection: React.FC = () => { 立即體驗 Notion Chart Generator,將你的 Notion 資料轉換成精美的圖表。 開源免費,支援多種部署方式。

-
+