|
9 | 9 | <meta name="robots" content="index, follow"> |
10 | 10 |
|
11 | 11 | <!-- 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、高效數據監控與自動更新,專注於簡化開發流程並提升渲染效能。"> |
15 | 15 | <meta name="keywords" content="QuickUI, JavaScript, Frontend Rendering Framework, Virtual DOM, Efficient Rendering, Auto Update, UI Tools, Lightweight, Rapid Development, Pardn Chiu, 前端渲染框架, 虛擬 DOM, 高效渲染, 自動更新, UI工具, 輕量化, 快速開發, 邱敬幃"> |
16 | 16 | <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/"> |
19 | 19 |
|
20 | 20 | <!-- Favicon --> |
21 | 21 | <link rel="icon" href="./static/image/logo.png" type="image/x-icon"> |
22 | 22 |
|
23 | 23 | <!-- 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、高效數據監控與自動更新,專注於簡化開發流程並提升渲染效能。"> |
26 | 26 | <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/"> |
28 | 28 | <meta property="og:site_name" content="QuickUI"> |
29 | 29 | <meta property="og:type" content="website"> |
30 | 30 | <meta property="og:locale" content="zh_TW"> |
31 | 31 |
|
32 | 32 | <!-- Twitter --> |
33 | 33 | <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、高效數據監控與自動更新,專注於簡化開發流程並提升渲染效能。"> |
36 | 36 | <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/"> |
38 | 38 |
|
39 | 39 | <!-- Google Verification --> |
40 | 40 | <meta name="google-site-verification" content="YQQ2f6AchR8dcb55Az2BYd_mw4TrP0J1RApD-v2v65Y"> |
|
74 | 74 | { |
75 | 75 | "@context": "https://schema.org", |
76 | 76 | "@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/", |
80 | 80 | "creator": { |
81 | 81 | "@type": "Person", |
82 | 82 | "name": "邱敬幃 Pardn Chiu", |
83 | | - "url": "https://pardnchiu.github.io" |
| 83 | + "url": "https://pardn.ltd" |
84 | 84 | }, |
85 | 85 | "datePublished": "2024-11-29", |
86 | 86 | "dateModified": "2024-11-29", |
87 | 87 | "mainEntity": [ |
88 | 88 | { |
89 | 89 | "@type": "WebPageElement", |
90 | 90 | "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" |
92 | 97 | }, |
93 | 98 | { |
94 | 99 | "@type": "WebPageElement", |
95 | 100 | "name": "屬性概覽 - QuickUI", |
96 | | - "url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=overview" |
| 101 | + "url": "https://pardn.ltd/QuickUI/doc.html?tag=overview" |
97 | 102 | }, |
98 | 103 | { |
99 | 104 | "@type": "WebPageElement", |
100 | 105 | "name": "文字替換 - QuickUI", |
101 | | - "url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=text" |
| 106 | + "url": "https://pardn.ltd/QuickUI/doc.html?tag=text" |
102 | 107 | }, |
103 | 108 | { |
104 | 109 | "@type": "WebPageElement", |
105 | 110 | "name": "插入區塊 - QuickUI", |
106 | | - "url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=block" |
| 111 | + "url": "https://pardn.ltd/QuickUI/doc.html?tag=block" |
107 | 112 | }, |
108 | 113 | { |
109 | 114 | "@type": "WebPageElement", |
110 | 115 | "name": "迴圈渲染 - QuickUI", |
111 | | - "url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=forloop" |
| 116 | + "url": "https://pardn.ltd/QuickUI/doc.html?tag=forloop" |
112 | 117 | }, |
113 | 118 | { |
114 | 119 | "@type": "WebPageElement", |
115 | 120 | "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" |
117 | 127 | }, |
118 | 128 | { |
119 | 129 | "@type": "WebPageElement", |
120 | 130 | "name": "雙向綁定 - QuickUI", |
121 | | - "url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=binding" |
| 131 | + "url": "https://pardn.ltd/QuickUI/doc.html?tag=binding" |
122 | 132 | }, |
123 | 133 | { |
124 | 134 | "@type": "WebPageElement", |
125 | 135 | "name": "事件偵測 - QuickUI", |
126 | | - "url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=event" |
| 136 | + "url": "https://pardn.ltd/QuickUI/doc.html?tag=event" |
127 | 137 | }, |
128 | 138 | { |
129 | 139 | "@type": "WebPageElement", |
130 | 140 | "name": "CSS設置 - QuickUI", |
131 | | - "url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=css" |
| 141 | + "url": "https://pardn.ltd/QuickUI/doc.html?tag=css" |
132 | 142 | }, |
133 | 143 | { |
134 | 144 | "@type": "WebPageElement", |
135 | 145 | "name": "可用函式 - QuickUI", |
136 | | - "url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=function" |
| 146 | + "url": "https://pardn.ltd/QuickUI/doc.html?tag=function" |
137 | 147 | }, |
138 | 148 | { |
139 | 149 | "@type": "WebPageElement", |
140 | 150 | "name": "懶加載 - QuickUI", |
141 | | - "url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=lazyload" |
| 151 | + "url": "https://pardn.ltd/QuickUI/doc.html?tag=lazyload" |
142 | 152 | }, |
143 | 153 | { |
144 | 154 | "@type": "WebPageElement", |
145 | 155 | "name": "模板渲染 - QuickUI", |
146 | | - "url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=model" |
| 156 | + "url": "https://pardn.ltd/QuickUI/doc.html?tag=i18n" |
147 | 157 | }, |
148 | 158 | { |
149 | 159 | "@type": "WebPageElement", |
150 | 160 | "name": "生命週期 - QuickUI", |
151 | | - "url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=lifecircle"" |
| 161 | + "url": "https://pardn.ltd/QuickUI/doc.html?tag=lifecircle"" |
152 | 162 | }, |
153 | 163 | { |
154 | 164 | "@type": "WebPageElement", |
155 | 165 | "name": "資料獲取 - QuickUI", |
156 | | - "url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=data"" |
| 166 | + "url": "https://pardn.ltd/QuickUI/doc.html?tag=data"" |
157 | 167 | }, |
158 | 168 | { |
159 | 169 | "@type": "WebPageElement", |
160 | 170 | "name": "即將棄用 - QuickUI", |
161 | | - "url": "https://pardnchiu.github.io/QuickUI/doc.html?tag=DEPRECATION"" |
| 171 | + "url": "https://pardn.ltd/QuickUI/doc.html?tag=DEPRECATION"" |
162 | 172 | } |
163 | 173 | ] |
164 | 174 | } |
|
0 commit comments