Skip to content

Commit 125f19d

Browse files
committed
新增 SITEMAP。
1 parent aecf97b commit 125f19d

File tree

3 files changed

+172
-45
lines changed

3 files changed

+172
-45
lines changed

doc.html

Lines changed: 40 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,32 @@
99
<meta name="robots" content="index, follow">
1010

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

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

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

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

3939
<!-- Google Verification -->
4040
<meta name="google-site-verification" content="YQQ2f6AchR8dcb55Az2BYd_mw4TrP0J1RApD-v2v65Y">
@@ -74,91 +74,101 @@
7474
{
7575
"@context": "https://schema.org",
7676
"@type": "WebPage",
77-
"name": "QuickUI - 輕量化前端渲染框架",
78-
"description": "QuickUI 是一款基於 JavaScript 的輕量化前端渲染框架,支援虛擬 DOM、高效數據監控與自動更新,專注於提升效能與開發效率,適合用於複雜應用場景。",
79-
"url": "https://pardnchiu.github.io/QuickUI/",
77+
"name": "QuickUI - 輕量化網站前端框架 - 邱敬幃",
78+
"description": "QuickUI 是一款基於 JavaScript 的輕量化網站前端框架,支援虛擬 DOM、高效數據監控與自動更新,專注於提升效能與開發效率,適合用於複雜應用場景。",
79+
"url": "https://pardn.ltd/QuickUI/",
8080
"creator": {
8181
"@type": "Person",
8282
"name": "邱敬幃 Pardn Chiu",
83-
"url": "https://pardnchiu.github.io"
83+
"url": "https://pardn.ltd"
8484
},
8585
"datePublished": "2024-11-29",
8686
"dateModified": "2024-11-29",
8787
"mainEntity": [
8888
{
8989
"@type": "WebPageElement",
9090
"name": "安裝與使用 - QuickUI",
91-
"url": "https://pardnchiu.github.io/QuickUI/doc.html"
91+
"url": "https://pardn.ltd/QuickUI/doc.html"
92+
},
93+
{
94+
"@type": "WebPageElement",
95+
"name": "安裝與使用 - QuickUI",
96+
"url": "https://pardn.ltd/QuickUI/doc.html?tag=installation"
9297
},
9398
{
9499
"@type": "WebPageElement",
95100
"name": "屬性概覽 - QuickUI",
96-
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=overview"
101+
"url": "https://pardn.ltd/QuickUI/doc.html?tag=overview"
97102
},
98103
{
99104
"@type": "WebPageElement",
100105
"name": "文字替換 - QuickUI",
101-
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=text"
106+
"url": "https://pardn.ltd/QuickUI/doc.html?tag=text"
102107
},
103108
{
104109
"@type": "WebPageElement",
105110
"name": "插入區塊 - QuickUI",
106-
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=block"
111+
"url": "https://pardn.ltd/QuickUI/doc.html?tag=block"
107112
},
108113
{
109114
"@type": "WebPageElement",
110115
"name": "迴圈渲染 - QuickUI",
111-
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=forloop"
116+
"url": "https://pardn.ltd/QuickUI/doc.html?tag=forloop"
112117
},
113118
{
114119
"@type": "WebPageElement",
115120
"name": "條件渲染 - QuickUI",
116-
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=ifelse"
121+
"url": "https://pardn.ltd/QuickUI/doc.html?tag=ifelse"
122+
},
123+
{
124+
"@type": "WebPageElement",
125+
"name": "模板渲染 - QuickUI",
126+
"url": "https://pardn.ltd/QuickUI/doc.html?tag=model"
117127
},
118128
{
119129
"@type": "WebPageElement",
120130
"name": "雙向綁定 - QuickUI",
121-
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=binding"
131+
"url": "https://pardn.ltd/QuickUI/doc.html?tag=binding"
122132
},
123133
{
124134
"@type": "WebPageElement",
125135
"name": "事件偵測 - QuickUI",
126-
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=event"
136+
"url": "https://pardn.ltd/QuickUI/doc.html?tag=event"
127137
},
128138
{
129139
"@type": "WebPageElement",
130140
"name": "CSS設置 - QuickUI",
131-
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=css"
141+
"url": "https://pardn.ltd/QuickUI/doc.html?tag=css"
132142
},
133143
{
134144
"@type": "WebPageElement",
135145
"name": "可用函式 - QuickUI",
136-
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=function"
146+
"url": "https://pardn.ltd/QuickUI/doc.html?tag=function"
137147
},
138148
{
139149
"@type": "WebPageElement",
140150
"name": "懶加載 - QuickUI",
141-
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=lazyload"
151+
"url": "https://pardn.ltd/QuickUI/doc.html?tag=lazyload"
142152
},
143153
{
144154
"@type": "WebPageElement",
145155
"name": "模板渲染 - QuickUI",
146-
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=model"
156+
"url": "https://pardn.ltd/QuickUI/doc.html?tag=i18n"
147157
},
148158
{
149159
"@type": "WebPageElement",
150160
"name": "生命週期 - QuickUI",
151-
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=lifecircle""
161+
"url": "https://pardn.ltd/QuickUI/doc.html?tag=lifecircle""
152162
},
153163
{
154164
"@type": "WebPageElement",
155165
"name": "資料獲取 - QuickUI",
156-
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=data""
166+
"url": "https://pardn.ltd/QuickUI/doc.html?tag=data""
157167
},
158168
{
159169
"@type": "WebPageElement",
160170
"name": "即將棄用 - QuickUI",
161-
"url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=DEPRECATION""
171+
"url": "https://pardn.ltd/QuickUI/doc.html?tag=DEPRECATION""
162172
}
163173
]
164174
}

index.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,32 @@
99
<meta name="robots" content="index, follow">
1010

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

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

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

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

3939
<!-- Google Verification -->
4040
<meta name="google-site-verification" content="YQQ2f6AchR8dcb55Az2BYd_mw4TrP0J1RApD-v2v65Y">
@@ -71,13 +71,13 @@
7171
{
7272
"@context": "https://schema.org",
7373
"@type": "WebPage",
74-
"name": "QuickUI - 輕量化前端渲染框架",
75-
"description": ""QuickUI 是一款基於純 JavaScript 搭配原生 APIs 的輕量化前端渲染框架,支援虛擬 DOM、高效數據監控與自動更新,專注於簡化開發流程並提升渲染效能。"",
76-
"url": "https://pardnchiu.github.io/QuickUI/",
74+
"name": "QuickUI - 輕量化網站前端框架 - 邱敬幃",
75+
"description": ""QuickUI 是一款基於純 JavaScript 搭配原生 APIs 的輕量化網站前端框架,支援虛擬 DOM、高效數據監控與自動更新,專注於簡化開發流程並提升渲染效能。"",
76+
"url": "https://pardn.ltd/QuickUI/",
7777
"creator": {
7878
"@type": "Person",
7979
"name": "邱敬幃 Pardn Chiu",
80-
"url": "https://pardnchiu.github.io"
80+
"url": "https://pardn.ltd"
8181
},
8282
"image": "./static/image/website.jpg"
8383
}

static/sitemap.xml

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://pardn.ltd/QuickUI</loc>
5+
<lastmod>2024-12-04</lastmod>
6+
<changefreq>weekly</changefreq>
7+
<priority>1</priority>
8+
</url>
9+
<url>
10+
<loc>https://pardn.ltd/QuickUI/index.html</loc>
11+
<lastmod>2024-12-04</lastmod>
12+
<changefreq>weekly</changefreq>
13+
<priority>1</priority>
14+
</url>
15+
<url>
16+
<loc>https://pardn.ltd/QuickUI/doc.html</loc>
17+
<lastmod>2024-12-04</lastmod>
18+
<changefreq>weekly</changefreq>
19+
<priority>0.9</priority>
20+
</url>
21+
<url>
22+
<loc>https://pardn.ltd/QuickUI/doc.html?tag=installation</loc>
23+
<lastmod>2024-12-04</lastmod>
24+
<changefreq>weekly</changefreq>
25+
<priority>0.9</priority>
26+
</url>
27+
<url>
28+
<loc>https://pardn.ltd/QuickUI/doc.html?tag=overview</loc>
29+
<lastmod>2024-12-04</lastmod>
30+
<changefreq>weekly</changefreq>
31+
<priority>0.8</priority>
32+
</url>
33+
<url>
34+
<loc>https://pardn.ltd/QuickUI/doc.html?tag=text</loc>
35+
<lastmod>2024-12-04</lastmod>
36+
<changefreq>weekly</changefreq>
37+
<priority>0.8</priority>
38+
</url>
39+
<url>
40+
<loc>https://pardn.ltd/QuickUI/doc.html?tag=block</loc>
41+
<lastmod>2024-12-04</lastmod>
42+
<changefreq>weekly</changefreq>
43+
<priority>0.8</priority>
44+
</url>
45+
<url>
46+
<loc>https://pardn.ltd/QuickUI/doc.html?tag=forloop</loc>
47+
<lastmod>2024-12-04</lastmod>
48+
<changefreq>weekly</changefreq>
49+
<priority>0.8</priority>
50+
</url>
51+
<url>
52+
<loc>https://pardn.ltd/QuickUI/doc.html?tag=ifelse</loc>
53+
<lastmod>2024-12-04</lastmod>
54+
<changefreq>weekly</changefreq>
55+
<priority>0.8</priority>
56+
</url>
57+
<url>
58+
<loc>https://pardn.ltd/QuickUI/doc.html?tag=model</loc>
59+
<lastmod>2024-12-04</lastmod>
60+
<changefreq>weekly</changefreq>
61+
<priority>0.8</priority>
62+
</url>
63+
<url>
64+
<loc>https://pardn.ltd/QuickUI/doc.html?tag=binding</loc>
65+
<lastmod>2024-12-04</lastmod>
66+
<changefreq>weekly</changefreq>
67+
<priority>0.8</priority>
68+
</url>
69+
<url>
70+
<loc>https://pardn.ltd/QuickUI/doc.html?tag=event</loc>
71+
<lastmod>2024-12-04</lastmod>
72+
<changefreq>weekly</changefreq>
73+
<priority>0.8</priority>
74+
</url>
75+
<url>
76+
<loc>https://pardn.ltd/QuickUI/doc.html?tag=css</loc>
77+
<lastmod>2024-12-04</lastmod>
78+
<changefreq>weekly</changefreq>
79+
<priority>0.8</priority>
80+
</url>
81+
<url>
82+
<loc>https://pardn.ltd/QuickUI/doc.html?tag=function</loc>
83+
<lastmod>2024-12-04</lastmod>
84+
<changefreq>weekly</changefreq>
85+
<priority>0.8</priority>
86+
</url>
87+
<url>
88+
<loc>https://pardn.ltd/QuickUI/doc.html?tag=lazyload</loc>
89+
<lastmod>2024-12-04</lastmod>
90+
<changefreq>weekly</changefreq>
91+
<priority>0.8</priority>
92+
</url>
93+
<url>
94+
<loc>https://pardn.ltd/QuickUI/doc.html?tag=i18n</loc>
95+
<lastmod>2024-12-04</lastmod>
96+
<changefreq>weekly</changefreq>
97+
<priority>0.8</priority>
98+
</url>
99+
<url>
100+
<loc>https://pardn.ltd/QuickUI/doc.html?tag=lifecircle</loc>
101+
<lastmod>2024-12-04</lastmod>
102+
<changefreq>weekly</changefreq>
103+
<priority>0.8</priority>
104+
</url>
105+
<url>
106+
<loc>https://pardn.ltd/QuickUI/doc.html?tag=data</loc>
107+
<lastmod>2024-12-04</lastmod>
108+
<changefreq>weekly</changefreq>
109+
<priority>0.8</priority>
110+
</url>
111+
<url>
112+
<loc>https://pardn.ltd/QuickUI/doc.html?tag=DEPRECATION</loc>
113+
<lastmod>2024-12-04</lastmod>
114+
<changefreq>weekly</changefreq>
115+
<priority>0.8</priority>
116+
</url>
117+
</urlset>

0 commit comments

Comments
 (0)