Skip to content

Commit

Permalink
新增 SITEMAP。
Browse files Browse the repository at this point in the history
  • Loading branch information
pardnchiu committed Dec 3, 2024
1 parent aecf97b commit 125f19d
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 45 deletions.
70 changes: 40 additions & 30 deletions doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@
<meta name="robots" content="index, follow">

<!-- SEO 標題與描述 -->
<title>QuickUI 文檔 - 輕量化前端渲染框架 - 邱敬幃</title>
<meta name="title" content="QuickUI 文檔 - 輕量化前端渲染框架 - 邱敬幃">
<meta name="description" content="QuickUI 是一款基於純 JavaScript 搭配原生 APIs 的輕量化前端渲染框架,支援虛擬 DOM、高效數據監控與自動更新,專注於簡化開發流程並提升渲染效能。">
<title>QuickUI 文檔 - 輕量化網站前端框架 - 邱敬幃</title>
<meta name="title" content="QuickUI 文檔 - 輕量化網站前端框架 - 邱敬幃">
<meta name="description" content="QuickUI 是一款基於純 JavaScript 搭配原生 APIs 的輕量化網站前端框架,支援虛擬 DOM、高效數據監控與自動更新,專注於簡化開發流程並提升渲染效能。">
<meta name="keywords" content="QuickUI, JavaScript, Frontend Rendering Framework, Virtual DOM, Efficient Rendering, Auto Update, UI Tools, Lightweight, Rapid Development, Pardn Chiu, 前端渲染框架, 虛擬 DOM, 高效渲染, 自動更新, UI工具, 輕量化, 快速開發, 邱敬幃">
<meta name="author" content="邱敬幃 Pardn Chiu">
<link rel="author" href="https://pardnchiu.github.io">
<link rel="canonical" href="https://pardnchiu.github.io/QuickUI/">
<link rel="author" href="https://pardn.ltd">
<link rel="canonical" href="https://pardn.ltd/QuickUI/">

<!-- Favicon -->
<link rel="icon" href="./static/image/logo.png" type="image/x-icon">

<!-- Open Graph -->
<meta property="og:title" content="QuickUI 文檔 - 輕量化前端渲染框架 - 邱敬幃">
<meta property="og:description" content="QuickUI 是一款基於純 JavaScript 搭配原生 APIs 的輕量化前端渲染框架,支援虛擬 DOM、高效數據監控與自動更新,專注於簡化開發流程並提升渲染效能。">
<meta property="og:title" content="QuickUI 文檔 - 輕量化網站前端框架 - 邱敬幃">
<meta property="og:description" content="QuickUI 是一款基於純 JavaScript 搭配原生 APIs 的輕量化網站前端框架,支援虛擬 DOM、高效數據監控與自動更新,專注於簡化開發流程並提升渲染效能。">
<meta property="og:image" content="./static/image/website.jpg">
<meta property="og:url" content="https://pardnchiu.github.io/QuickUI/">
<meta property="og:url" content="https://pardn.ltd/QuickUI/">
<meta property="og:site_name" content="QuickUI">
<meta property="og:type" content="website">
<meta property="og:locale" content="zh_TW">

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="QuickUI | Lightweight Frontend Framework | 邱敬幃 Pardn Chiu">
<meta property="og:description" content="QuickUI 是一款基於純 JavaScript 搭配原生 APIs 的輕量化前端渲染框架,支援虛擬 DOM、高效數據監控與自動更新,專注於簡化開發流程並提升渲染效能。">
<meta property="twitter:title" content="QuickUI 文檔 - 輕量化網站前端框架 - 邱敬幃">
<meta property="og:description" content="QuickUI 是一款基於純 JavaScript 搭配原生 APIs 的輕量化網站前端框架,支援虛擬 DOM、高效數據監控與自動更新,專注於簡化開發流程並提升渲染效能。">
<meta property="twitter:image" content="./static/image/website.jpg">
<meta property="twitter:url" content="https://pardnchiu.github.io/QuickUI/">
<meta property="twitter:url" content="https://pardn.ltd/QuickUI/">

<!-- Google Verification -->
<meta name="google-site-verification" content="YQQ2f6AchR8dcb55Az2BYd_mw4TrP0J1RApD-v2v65Y">
Expand Down Expand Up @@ -74,91 +74,101 @@
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "QuickUI - 輕量化前端渲染框架",
"description": "QuickUI 是一款基於 JavaScript 的輕量化前端渲染框架,支援虛擬 DOM、高效數據監控與自動更新,專注於提升效能與開發效率,適合用於複雜應用場景。",
"url": "https://pardnchiu.github.io/QuickUI/",
"name": "QuickUI - 輕量化網站前端框架 - 邱敬幃",
"description": "QuickUI 是一款基於 JavaScript 的輕量化網站前端框架,支援虛擬 DOM、高效數據監控與自動更新,專注於提升效能與開發效率,適合用於複雜應用場景。",
"url": "https://pardn.ltd/QuickUI/",
"creator": {
"@type": "Person",
"name": "邱敬幃 Pardn Chiu",
"url": "https://pardnchiu.github.io"
"url": "https://pardn.ltd"
},
"datePublished": "2024-11-29",
"dateModified": "2024-11-29",
"mainEntity": [
{
"@type": "WebPageElement",
"name": "安裝與使用 - QuickUI",
"url": "https://pardnchiu.github.io/QuickUI/doc.html"
"url": "https://pardn.ltd/QuickUI/doc.html"
},
{
"@type": "WebPageElement",
"name": "安裝與使用 - QuickUI",
"url": "https://pardn.ltd/QuickUI/doc.html?tag=installation"
},
{
"@type": "WebPageElement",
"name": "屬性概覽 - QuickUI",
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=overview"
"url": "https://pardn.ltd/QuickUI/doc.html?tag=overview"
},
{
"@type": "WebPageElement",
"name": "文字替換 - QuickUI",
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=text"
"url": "https://pardn.ltd/QuickUI/doc.html?tag=text"
},
{
"@type": "WebPageElement",
"name": "插入區塊 - QuickUI",
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=block"
"url": "https://pardn.ltd/QuickUI/doc.html?tag=block"
},
{
"@type": "WebPageElement",
"name": "迴圈渲染 - QuickUI",
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=forloop"
"url": "https://pardn.ltd/QuickUI/doc.html?tag=forloop"
},
{
"@type": "WebPageElement",
"name": "條件渲染 - QuickUI",
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=ifelse"
"url": "https://pardn.ltd/QuickUI/doc.html?tag=ifelse"
},
{
"@type": "WebPageElement",
"name": "模板渲染 - QuickUI",
"url": "https://pardn.ltd/QuickUI/doc.html?tag=model"
},
{
"@type": "WebPageElement",
"name": "雙向綁定 - QuickUI",
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=binding"
"url": "https://pardn.ltd/QuickUI/doc.html?tag=binding"
},
{
"@type": "WebPageElement",
"name": "事件偵測 - QuickUI",
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=event"
"url": "https://pardn.ltd/QuickUI/doc.html?tag=event"
},
{
"@type": "WebPageElement",
"name": "CSS設置 - QuickUI",
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=css"
"url": "https://pardn.ltd/QuickUI/doc.html?tag=css"
},
{
"@type": "WebPageElement",
"name": "可用函式 - QuickUI",
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=function"
"url": "https://pardn.ltd/QuickUI/doc.html?tag=function"
},
{
"@type": "WebPageElement",
"name": "懶加載 - QuickUI",
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=lazyload"
"url": "https://pardn.ltd/QuickUI/doc.html?tag=lazyload"
},
{
"@type": "WebPageElement",
"name": "模板渲染 - QuickUI",
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=model"
"url": "https://pardn.ltd/QuickUI/doc.html?tag=i18n"
},
{
"@type": "WebPageElement",
"name": "生命週期 - QuickUI",
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=lifecircle""
"url": "https://pardn.ltd/QuickUI/doc.html?tag=lifecircle""
},
{
"@type": "WebPageElement",
"name": "資料獲取 - QuickUI",
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=data""
"url": "https://pardn.ltd/QuickUI/doc.html?tag=data""
},
{
"@type": "WebPageElement",
"name": "即將棄用 - QuickUI",
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=DEPRECATION""
"url": "https://pardn.ltd/QuickUI/doc.html?tag=DEPRECATION""
}
]
}
Expand Down
30 changes: 15 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@
<meta name="robots" content="index, follow">

<!-- SEO 標題與描述 -->
<title>QuickUI - 輕量化前端渲染框架 - 邱敬幃</title>
<meta name="title" content="QuickUI - 輕量化前端渲染框架 - 邱敬幃">
<meta name="description" content="QuickUI 是一款基於純 JavaScript 搭配原生 APIs 的輕量化前端渲染框架,支援虛擬 DOM、高效數據監控與自動更新,專注於簡化開發流程並提升渲染效能。">
<title>QuickUI - 輕量化網站前端框架 - 邱敬幃</title>
<meta name="title" content="QuickUI - 輕量化網站前端框架 - 邱敬幃">
<meta name="description" content="QuickUI 是一款基於純 JavaScript 搭配原生 APIs 的輕量化網站前端框架,支援虛擬 DOM、高效數據監控與自動更新,專注於簡化開發流程並提升渲染效能。">
<meta name="keywords" content="QuickUI, JavaScript, Frontend Rendering Framework, Virtual DOM, Efficient Rendering, Auto Update, UI Tools, Lightweight, Rapid Development, Pardn Chiu, 前端渲染框架, 虛擬 DOM, 高效渲染, 自動更新, UI工具, 輕量化, 快速開發, 邱敬幃">
<meta name="author" content="邱敬幃 Pardn Chiu">
<link rel="author" href="https://pardnchiu.github.io">
<link rel="canonical" href="https://pardnchiu.github.io/QuickUI/">
<link rel="author" href="https://pardn.ltd">
<link rel="canonical" href="https://pardn.ltd/QuickUI/">

<!-- Favicon -->
<link rel="icon" href="./static/image/logo.png" type="image/x-icon">

<!-- Open Graph -->
<meta property="og:title" content="QuickUI - 輕量化前端渲染框架 - 邱敬幃">
<meta property="og:description" content="QuickUI 是一款基於純 JavaScript 搭配原生 APIs 的輕量化前端渲染框架,支援虛擬 DOM、高效數據監控與自動更新,專注於簡化開發流程並提升渲染效能。">
<meta property="og:title" content="QuickUI - 輕量化網站前端框架 - 邱敬幃">
<meta property="og:description" content="QuickUI 是一款基於純 JavaScript 搭配原生 APIs 的輕量化網站前端框架,支援虛擬 DOM、高效數據監控與自動更新,專注於簡化開發流程並提升渲染效能。">
<meta property="og:image" content="./static/image/website.jpg">
<meta property="og:url" content="https://pardnchiu.github.io/QuickUI/">
<meta property="og:url" content="https://pardn.ltd/QuickUI/">
<meta property="og:site_name" content="QuickUI">
<meta property="og:type" content="website">
<meta property="og:locale" content="zh_TW">

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="QuickUI - 輕量化前端渲染框架 - 邱敬幃">
<meta property="twitter:description" content="QuickUI 是一款基於純 JavaScript 搭配原生 APIs 的輕量化前端渲染框架,支援虛擬 DOM、高效數據監控與自動更新,專注於簡化開發流程並提升渲染效能。">
<meta property="twitter:title" content="QuickUI - 輕量化網站前端框架 - 邱敬幃">
<meta property="twitter:description" content="QuickUI 是一款基於純 JavaScript 搭配原生 APIs 的輕量化網站前端框架,支援虛擬 DOM、高效數據監控與自動更新,專注於簡化開發流程並提升渲染效能。">
<meta property="twitter:image" content="./static/image/website.jpg">
<meta property="twitter:url" content="https://pardnchiu.github.io/QuickUI/">
<meta property="twitter:url" content="https://pardn.ltd/QuickUI/">

<!-- Google Verification -->
<meta name="google-site-verification" content="YQQ2f6AchR8dcb55Az2BYd_mw4TrP0J1RApD-v2v65Y">
Expand Down Expand Up @@ -71,13 +71,13 @@
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "QuickUI - 輕量化前端渲染框架",
"description": ""QuickUI 是一款基於純 JavaScript 搭配原生 APIs 的輕量化前端渲染框架,支援虛擬 DOM、高效數據監控與自動更新,專注於簡化開發流程並提升渲染效能。"",
"url": "https://pardnchiu.github.io/QuickUI/",
"name": "QuickUI - 輕量化網站前端框架 - 邱敬幃",
"description": ""QuickUI 是一款基於純 JavaScript 搭配原生 APIs 的輕量化網站前端框架,支援虛擬 DOM、高效數據監控與自動更新,專注於簡化開發流程並提升渲染效能。"",
"url": "https://pardn.ltd/QuickUI/",
"creator": {
"@type": "Person",
"name": "邱敬幃 Pardn Chiu",
"url": "https://pardnchiu.github.io"
"url": "https://pardn.ltd"
},
"image": "./static/image/website.jpg"
}
Expand Down
117 changes: 117 additions & 0 deletions static/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://pardn.ltd/QuickUI</loc>
<lastmod>2024-12-04</lastmod>
<changefreq>weekly</changefreq>
<priority>1</priority>
</url>
<url>
<loc>https://pardn.ltd/QuickUI/index.html</loc>
<lastmod>2024-12-04</lastmod>
<changefreq>weekly</changefreq>
<priority>1</priority>
</url>
<url>
<loc>https://pardn.ltd/QuickUI/doc.html</loc>
<lastmod>2024-12-04</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://pardn.ltd/QuickUI/doc.html?tag=installation</loc>
<lastmod>2024-12-04</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://pardn.ltd/QuickUI/doc.html?tag=overview</loc>
<lastmod>2024-12-04</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://pardn.ltd/QuickUI/doc.html?tag=text</loc>
<lastmod>2024-12-04</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://pardn.ltd/QuickUI/doc.html?tag=block</loc>
<lastmod>2024-12-04</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://pardn.ltd/QuickUI/doc.html?tag=forloop</loc>
<lastmod>2024-12-04</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://pardn.ltd/QuickUI/doc.html?tag=ifelse</loc>
<lastmod>2024-12-04</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://pardn.ltd/QuickUI/doc.html?tag=model</loc>
<lastmod>2024-12-04</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://pardn.ltd/QuickUI/doc.html?tag=binding</loc>
<lastmod>2024-12-04</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://pardn.ltd/QuickUI/doc.html?tag=event</loc>
<lastmod>2024-12-04</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://pardn.ltd/QuickUI/doc.html?tag=css</loc>
<lastmod>2024-12-04</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://pardn.ltd/QuickUI/doc.html?tag=function</loc>
<lastmod>2024-12-04</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://pardn.ltd/QuickUI/doc.html?tag=lazyload</loc>
<lastmod>2024-12-04</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://pardn.ltd/QuickUI/doc.html?tag=i18n</loc>
<lastmod>2024-12-04</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://pardn.ltd/QuickUI/doc.html?tag=lifecircle</loc>
<lastmod>2024-12-04</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://pardn.ltd/QuickUI/doc.html?tag=data</loc>
<lastmod>2024-12-04</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://pardn.ltd/QuickUI/doc.html?tag=DEPRECATION</loc>
<lastmod>2024-12-04</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
</urlset>

0 comments on commit 125f19d

Please sign in to comment.