From version 22.1
edited by Jiahao Lai
on 2026/03/26 16:17
on 2026/03/26 16:17
Change comment:
There is no comment for this version
To version 28.1
edited by Jiahao Lai
on 2026/04/02 02:23
on 2026/04/02 02:23
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -186,19 +186,96 @@ 186 186 {{/html}} 187 187 {{/velocity}} 188 188 189 -{{html clean="false"}} 190 -<style> 191 -#aiChatIcon{position:fixed;right:24px;bottom:24px;width:60px;height:60px;border-radius:50%;background:#007bff;display:flex;align-items:center;justify-content:center;color:white;font-size:24px;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,0.2);z-index:999999;} 192 -#aiChatPanel{position:fixed;right:24px;bottom:96px;width:380px;height:580px;background:white;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,0.1);display:none;overflow:hidden;z-index:999998;} 193 -#aiChatPanel iframe{width:100%;height:100%;border:none;} 194 -#aiChatPanel .close{position:absolute;top:8px;right:12px;font-size:18px;cursor:pointer;color:#666;} 195 -</style> 189 += Inverter = 196 196 197 -<div id="aiChatIcon" onclick="document.getElementById('aiChatPanel').style.display='block'">💬</div> 198 -<div id="aiChatPanel"> 199 - <div class="close" onclick="this.parentElement.style.display='none'">✕</div> 200 - <iframe src="https://docs.we-con.com.cn/bin/view/wonway/AIConfigSheet"></iframe> 191 + 192 + 193 +{{html clean="false"}} 194 +<div class="row"> 195 +<div class="col-xs-12 col-sm-6 col-md-4 col-lg-3"> 196 +<div class="well"> 197 +<div> 198 +<a href="https://docs.we-con.com.cn/bin/view/VFD/VM%20AC%20Drive%20User%20Manual/"> 199 +<span class="icon fa fa-file-text-o"></span> 200 +Manual 201 +</a> 201 201 </div> 203 +<p class="noitems"> 204 +Mainly software configuration manuals 205 +</p> 206 +<ul class="noitems"> 207 +<li> 208 +<a href="https://docs.we-con.com.cn/bin/view/VFD/VM%20AC%20Drive%20User%20Manual/" class="wikiexternallink"> 209 +Learn more 210 +</a> 211 +</li> 212 +</ul> 213 +</div> 214 +</div> 215 +<div class="col-xs-12 col-sm-6 col-md-4 col-lg-3"> 216 +<div class="well"> 217 +<div> 218 +<a href="https://docs.we-con.com.cn/bin/view/VFD/3.%20Demo/"> 219 +<span class="icon fa fa-support"></span> 220 +Demo 221 +</a> 222 +</div> 223 +<p class="noitems"> 224 +Abundant functions are demonstrated through different demo 225 +</p> 226 +<ul class="noitems"> 227 +<li> 228 +<a href="https://docs.we-con.com.cn/bin/view/VFD/3.%20Demo/" class="wikiexternallink"> 229 +Learn more 230 +</a> 231 +</li> 232 +</ul> 233 +</div> 234 +</div> 235 +<div class="clearfix visible-sm-block "></div> 236 +<div class="col-xs-12 col-sm-6 col-md-4 col-lg-3"> 237 +<div class="well"> 238 +<div> 239 +<a href="https://www.youtube.com/playlist?list=PL_Bpnb2RgaktOITeNo-g3fq0jBFoubYGz"> 240 +<span class="icon fa fa-play-circle"></span> 241 +Videos 242 +</a> 243 +</div> 244 +<p class="noitems"> 245 +Video shows function more clearly 246 +</p> 247 +<ul class="noitems"> 248 +<li> 249 +<a href="https://www.youtube.com/playlist?list=PL_Bpnb2RgaktOITeNo-g3fq0jBFoubYGz" class="wikiexternallink"> 250 +Learn more 251 +</a> 252 +</li> 253 +</ul> 254 +</div> 255 +</div> 256 +<div class="clearfix visible-md-block"></div> 257 +<div class="col-xs-12 col-sm-6 col-md-4 col-lg-3"> 258 +<div class="well"> 259 +<div> 260 +<a href="https://docs.we-con.com.cn/bin/view/VFD/Download/"> 261 +<span class="icon fa fa-download"></span> 262 +Download 263 +</a> 264 +</div> 265 +<p class="noitems"> 266 +Software Download 267 +</p> 268 +<ul class="noitems"> 269 +<li> 270 +<a href="https://docs.we-con.com.cn/bin/view/VFD/Download/" class="wikiexternallink"> 271 +Learn more 272 +</a> 273 +</li> 274 +</ul> 275 +</div> 276 +</div> 277 +</div> 202 202 {{/html}} 203 203 280 + 204 204