<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NewsDetail归档 - 大行ASiNG官方网站</title>
	<atom:link href="https://www.asing.com.cn/category/newsdetail/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.asing.com.cn/category/newsdetail/</link>
	<description>大行ASiNG</description>
	<lastBuildDate>Tue, 18 Aug 2026 01:24:10 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.asing.com.cn/wp-content/uploads/2025/12/cropped-logo-2-32x32.png</url>
	<title>NewsDetail归档 - 大行ASiNG官方网站</title>
	<link>https://www.asing.com.cn/category/newsdetail/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>大行产品使用教程</title>
		<link>https://www.asing.com.cn/newsdetail/3610635.html</link>
					<comments>https://www.asing.com.cn/newsdetail/3610635.html#respond</comments>
		
		<dc:creator><![CDATA[大行管理员]]></dc:creator>
		<pubDate>Wed, 22 Jul 2026 06:59:31 +0000</pubDate>
				<category><![CDATA[NewsDetail]]></category>
		<guid isPermaLink="false">https://www.asing.com.cn/?p=2871</guid>

					<description><![CDATA[<p>📖 大行产品使用教程 😕 搜索不到此型号 🖊️ 翻页笔系列 ▼ A8 📖 使用说明书 🎬 使用视频 A81 📖 [&#8230;]</p>
<p><a href="https://www.asing.com.cn/newsdetail/3610635.html">大行产品使用教程</a>最先出现在<a href="https://www.asing.com.cn">大行ASiNG官方网站</a>。</p>
]]></description>
										<content:encoded><![CDATA[<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; background: #f8f9fa; }
.container { max-width: 100%; margin: 0; padding: 0; width: 100%; }
.page-title { font-size: 20px; font-weight: 800 !important; text-align: center; padding: 12px; background: white; border-radius: 8px; margin-bottom: 12px; }
.search-box { background: white; border-radius: 8px; padding: 12px; margin-bottom: 12px; }
.search-input { width: 100%; padding: 10px 16px; font-size: 14px; border: 1px solid #e2e8f0; border-radius: 20px; outline: none; }
.series { background: white; border-radius: 8px; margin-bottom: 12px; overflow: hidden; }
.series-header { padding: 14px 16px; background: linear-gradient(135deg, #4c51bf 0%, #6b46c1 100%); color: white; cursor: pointer; display: flex; align-items: center; gap: 10px; font-weight: 600; }
.series-icon { font-size: 18px; }
.series-title { flex: 1; }
.series-arrow { transition: transform 0.3s; }
.series.expanded .series-arrow { transform: rotate(180deg); }
.series-content { max-height: 0; overflow: hidden; transition: max-height 0.5s ease-out; background: #fafbfc; padding: 0; }
.series.expanded .series-content { max-height: 5000px; padding: 0; }</p>
<p>/* 产品卡片 */
.product { 
  background: white; 
  margin: 10px 0 !important; 
  padding: 12px !important; 
  border-radius: 8px; 
  border: 1px solid #e2e8f0; 
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
  min-height: 140px;
}
.product-inner { display: flex; gap: 12px; align-items: flex-start; }</p>
<p>/* 图片区域 */
.product-img { 
  flex: 0 0 120px !important; 
  text-align: center; 
}
.product-img img { 
  max-width: 120px !important; 
  max-height: 120px !important; 
  object-fit: contain; 
}</p>
<p>/* 信息区域 */
.product-info { flex: 1; min-width: 0; }</p>
<p>/* 型号名称 - 强制加粗 */
.product-name { 
  font-size: 20px !important; 
  font-weight: 800 !important; 
  margin-bottom: 15px !important; 
  padding-bottom: 8px !important; 
  border-bottom: 1px solid #e2e8f0 !important; 
  color: #e53e3e !important;
}</p>
<p>/* 按钮区域 - 强制加大间距 */
.product-btns { 
  display: flex !important; 
  flex-direction: row !important; 
  gap: 8px !important; 
  margin-top: 8px !important;
  flex-wrap: wrap;
}
.btn { 
  padding: 10px 16px !important; 
  font-size: 15px !important; 
  font-weight: 600 !important;
  border-radius: 5px !important; 
  text-decoration: none !important; 
  text-align: center !important; 
  display: inline-flex !important; 
  align-items: center !important; 
  justify-content: center !important; 
  gap: 4px !important; 
  border: none !important; 
  min-width: 140px !important;
}
.btn-manual { background: #ebf8ff !important; color: #3182ce !important; }
.btn-manual:hover { background: #3182ce !important; color: white !important; }
.btn-video { background: #ebf8ff !important; color: #3182ce !important;}
.btn-video:hover {background: #3182ce !important; color: white !important; }
.btn-disabled { background: #edf2f7 !important; color: #a0aec0 !important; cursor: not-allowed !important; }
.placeholder { 
  width: 120px !important; 
  height: 120px !important; 
  background: #edf2f7 !important; 
  border-radius: 6px !important; 
  display: flex !important; 
  align-items: center !important; 
  justify-content: center !important; 
  color: #a0aec0 !important; 
  font-size: 12px !important; 
}</p>
<p>@media (min-width: 480px) {
  .product-btns { flex-direction: row !important; gap: 10px !important; }
  .btn { flex: 1 !important; min-width: auto !important; }
}
</style>
<div class="container">
<h1 class="page-title"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 大行产品使用教程</h1>
<div class="search-box">
  <input type="text" class="search-input" id="searchInput" placeholder="搜索型号，如 A81、S18、B11..." onkeyup="doSearch()">
</div>
<div style="text-align:center;padding:15px;color:#a0aec0;font-size:13px;display:none" id="searchHint"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f615.png" alt="😕" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 搜索不到此型号</div>
<p><!-- 翻页笔系列 --></p>
<div class="series" id="series1">
<div class="series-header" onclick="toggleSeries('series1')">
    <span class="series-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f58a.png" alt="🖊" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span><br />
    <span class="series-title">翻页笔系列</span><br />
    <span class="series-arrow">▼</span>
  </div>
<div class="series-content">
<p>    <!-- A8 --></p>
<div class="product" data-name="A8 大行A8">
<div class="product-inner">
<div class="product-img">
<img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2025/12/正面.jpg"/></div>
<div class="product-info">
<div class="product-name">A8</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/A8.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
            <a href="https://video.asing.com.cn/A8.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</p>
</div>
</div>
</div>
<p>   <!-- A81 --></p>
<div class="product" data-name="A81 大行A81">
<div class="product-inner">
<div class="product-img">
<img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2026/07/A81.jpg"/></div>
<div class="product-info">
<div class="product-name">A81</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/A81.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
            <a href="https://video.asing.com.cn/A81.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</p>
</div>
</div>
</div>
<p>   <!-- A9 --></p>
<div class="product" data-name="A9 大行A9">
<div class="product-inner">
<div class="product-img">
<img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2026/07/A9商务灰.jpg"/></div>
<div class="product-info">
<div class="product-name">A9</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/A9.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
            <a href="https://video.asing.com.cn/A9.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</p>
</div>
</div>
</div>
<p>   <!-- A9 Pro --></p>
<div class="product" data-name="A9 Pro 大行A9 Pro">
<div class="product-inner">
<div class="product-img">
<img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2025/12/1-5.jpg"/></div>
<div class="product-info">
<div class="product-name">A9 Pro</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/A9Pro.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
            <a href="https://video.asing.com.cn/A9Pro.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</p>
</div>
</div>
</div>
<p>   <!-- A10 --></p>
<div class="product" data-name="A10 大行A10">
<div class="product-inner">
<div class="product-img">
<img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2026/07/A10.jpg"/></div>
<div class="product-info">
<div class="product-name">A10</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/A10.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
            <a href="https://video.asing.com.cn/A10.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</p>
</div>
</div>
</div>
<p>   <!-- A11 --></p>
<div class="product" data-name="A11 大行A11">
<div class="product-inner">
<div class="product-img">
<img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2026/07/A10.jpg"/></div>
<div class="product-info">
<div class="product-name">A11</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/A11.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
            <a href="https://video.asing.com.cn/A11.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</p>
</div>
</div>
</div>
<p>   <!-- A17 --></p>
<div class="product" data-name="A17 大行A17">
<div class="product-inner">
<div class="product-img">
<img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2026/07/8.jpg"/></div>
<div class="product-info">
<div class="product-name">A17</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/A17.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
            <a href="https://video.asing.com.cn/A17.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</div>
</div>
</div>
<p>   <!-- A17 Pro --></p>
<div class="product" data-name="A17 Pro 大行A17 Pro">
<div class="product-inner">
<div class="product-img">
<img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2026/07/白底.jpg"/></div>
<div class="product-info">
<div class="product-name">A17 Pro</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/A17Pro.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
            <a href="https://video.asing.com.cn/A17Pro.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</div>
</div>
</div>
<p>   <!-- A31 --></p>
<div class="product" data-name="A31 大行A31">
<div class="product-inner">
<div class="product-img">
<img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2026/07/白底-1.jpg"/></div>
<div class="product-info">
<div class="product-name">A31</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/A31.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
            <a href="https://video.asing.com.cn/A31.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</div>
</div>
</div>
<p>   <!-- A32 --></p>
<div class="product" data-name="A32 大行A32">
<div class="product-inner">
<div class="product-img">
<img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2026/07/白底-2.jpg"/></div>
<div class="product-info">
<div class="product-name">A32</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/A32.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
            <a href="https://video.asing.com.cn/A32.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</div>
</div>
</div>
<p>   <!-- A32 SE --></p>
<div class="product" data-name="A32 SE 大行A32 SE">
<div class="product-inner">
<div class="product-img">
<img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2025/12/A32-SE透明图.png"/></div>
<div class="product-info">
<div class="product-name">A32 SE</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/A32SE.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
            <a href="https://video.asing.com.cn/A32SE.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</div>
</div>
</div>
<p>   <!-- A32 Air --></p>
<div class="product" data-name="A32 Air 大行A32 Air">
<div class="product-inner">
<div class="product-img">
<img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2026/08/白底.jpg"/></div>
<div class="product-info">
<div class="product-name">A32 Air</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/A32Air.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
            <a href="https://video.asing.com.cn/A32Air.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</div>
</div>
</div>
<p>   <!-- B11 --></p>
<div class="product" data-name="B11 大行B11">
<div class="product-inner">
<div class="product-img">
<img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2025/12/白底图.jpg"/></div>
<div class="product-info">
<div class="product-name">B11</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/B11.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
            <a href="https://video.asing.com.cn/B11.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</div>
</div>
</div>
<p>   <!-- T11S --></p>
<div class="product" data-name="T11S 大行T11S">
<div class="product-inner">
<div class="product-img">
<img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2025/12/T11S-白底.jpg"/></div>
<div class="product-info">
<div class="product-name">T11S</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/T11S.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
            <a href="https://video.asing.com.cn/T11S.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</p>
</div>
</div>
</div>
</div>
</div>
<p><!-- 扩音器系列 --></p>
<div class="series" id="series2">
<div class="series-header" onclick="toggleSeries('series2')">
    <span class="series-icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f50a.png" alt="🔊" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span><br />
    <span class="series-title">扩音器系列</span><br />
    <span class="series-arrow">▼</span>
</div>
<div class="series-content">
<p>    <!-- S10头戴版 --></p>
<div class="product" data-name="S10头戴版 大行S10头戴扩音器">
<div class="product-inner">
<div class="product-img"><img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2026/08/S10头戴版白底.jpg"/>
</div>
<div class="product-info">
<div class="product-name">S10头戴版</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/S10.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
           <a href="https://video.asing.com.cn/S10.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</p>
</div>
</div>
</div>
<p>    <!-- S10领夹版 --></p>
<div class="product" data-name="S10领夹版 大行S10领夹扩音器">
<div class="product-inner">
<div class="product-img"><img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2026/08/白底-1.jpg"/>
</div>
<div class="product-info">
<div class="product-name">S10领夹版</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/S10L.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
           <a href="https://video.asing.com.cn/S10L.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</p>
</div>
</div>
</div>
<p>    <!-- S16 --></p>
<div class="product" data-name="S16 大行S16">
<div class="product-inner">
<div class="product-img"><img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2026/07/白底-3.jpg"/>
</div>
<div class="product-info">
<div class="product-name">S16</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/S16.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
           <a href="https://video.asing.com.cn/S16.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</p>
</div>
</div>
</div>
<p>    <!-- S17 --></p>
<div class="product" data-name="S17 大行S17">
<div class="product-inner">
<div class="product-img"><img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2026/07/白底800x800.jpg"/>
</div>
<div class="product-info">
<div class="product-name">S17</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/S17.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
           <a href="https://video.asing.com.cn/S17.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</p>
</div>
</div>
</div>
<p>    <!-- S18 --></p>
<div class="product" data-name="S18 大行S18">
<div class="product-inner">
<div class="product-img"><img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2026/07/白底03061.jpg"/>
</div>
<div class="product-info">
<div class="product-name">S18</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/S18.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
           <a href="https://video.asing.com.cn/S18.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</p>
</div>
</div>
</div>
<p>    <!-- T11 --></p>
<div class="product" data-name="T11 大行T11">
<div class="product-inner">
<div class="product-img"><img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2026/07/T11S-白底.jpg"/>
</div>
<div class="product-info">
<div class="product-name">T11</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/T11.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
           <a href="https://video.asing.com.cn/T11.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</p>
</div>
</div>
</div>
<p>    <!-- WM03 --></p>
<div class="product" data-name="WM03 大行WM03">
<div class="product-inner">
<div class="product-img"><img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2026/07/5.jpg"/>
</div>
<div class="product-info">
<div class="product-name">WM03</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/WM03.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
           <a href="https://video.asing.com.cn/WM03.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</p>
</div>
</div>
</div>
<p>    <!-- WM03 Pro --></p>
<div class="product" data-name="WM03 Pro 大行WM03 Pro">
<div class="product-inner">
<div class="product-img"><img decoding="async" src="https://www.asing.com.cn/wp-content/uploads/2026/07/WM03-pro.jpg"/>
</div>
<div class="product-info">
<div class="product-name">WM03 Pro</div>
<div class="product-btns">
            <a href="https://video.asing.com.cn/WM03Pro.pdf" class="btn btn-manual" target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4d6.png" alt="📖" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用说明书</a><br />
           <a href="https://video.asing.com.cn/WM03Pro.mp4" class="btn btn-video " target="_blank" title="点击查看"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3ac.png" alt="🎬" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 使用视频</a>
          </div>
</p>
</div>
</div>
</div>
<p><script>
function toggleSeries(id) {
  var series = document.getElementById(id);
  var content = series.querySelector('.series-content');
  series.classList.toggle('expanded');
  if (series.classList.contains('expanded')) {
    content.style.maxHeight = content.scrollHeight + 'px';
  } else {
    content.style.maxHeight = '0';
  }
}
function doSearch() {
  var input = document.getElementById('searchInput');
  var keyword = input.value.trim().toUpperCase();
  var products = document.querySelectorAll('.product');
  var hint = document.getElementById('searchHint');
  var found = false;
  products.forEach(function(p) {
    var name = p.getAttribute('data-name');
    var nameNoSpace = name.replace(/\s+/g, '');
    if (keyword === '' || name.toUpperCase().indexOf(keyword) !== -1 || nameNoSpace.indexOf(keyword) !== -1) {
      p.style.display = 'block';
      if (keyword !== '') found = true;
    } else {
      p.style.display = 'none';
    }
  });
  if (keyword !== '' && !found) {
    hint.style.display = 'block';
  } else {
    hint.style.display = 'none';
  }
  if (keyword !== '' && found) {
    products.forEach(function(p) {
      if (p.style.display !== 'none') {
        var series = p.closest('.series');
        if (series && !series.classList.contains('expanded')) {
          series.classList.add('expanded');
        }
      }
    });
  }
}
</script></p>
<p><a href="https://www.asing.com.cn/newsdetail/3610635.html">大行产品使用教程</a>最先出现在<a href="https://www.asing.com.cn">大行ASiNG官方网站</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asing.com.cn/newsdetail/3610635.html/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://video.asing.com.cn/A8.mp4" length="15034396" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A81.mp4" length="200435739" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A9.mp4" length="119986163" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A9Pro.mp4" length="123872246" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A10.mp4" length="246473225" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A11.mp4" length="194695381" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A17.mp4" length="757968" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A17Pro.mp4" length="67267839" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A31.mp4" length="37596033" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A32.mp4" length="73737890" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A32SE.mp4" length="74395678" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/B11.mp4" length="129979577" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/T11S.mp4" length="40184044" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/S16.mp4" length="67002438" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/S17.mp4" length="73770409" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/S18.mp4" length="169208242" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/T11.mp4" length="64386917" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/WM03.mp4" length="106112762" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/WM03Pro.mp4" length="85046762" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A32Air.mp4" length="383" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/S10.mp4" length="102861857" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/S10L.mp4" length="119061054" type="video/mp4" />

			</item>
		<item>
		<title>大行产品电子说明书及使用视频</title>
		<link>https://www.asing.com.cn/newsdetail/2871.html</link>
					<comments>https://www.asing.com.cn/newsdetail/2871.html#respond</comments>
		
		<dc:creator><![CDATA[大行管理员]]></dc:creator>
		<pubDate>Thu, 11 Dec 2025 02:29:44 +0000</pubDate>
				<category><![CDATA[NewsDetail]]></category>
		<guid isPermaLink="false">https://www.asing.com.cn/?p=1756</guid>

					<description><![CDATA[<p>翻页笔系列 A8说明书 A8使用视频 A81说明书 A81使用视频 A32说明书 A32使用视频 A10说明书 [&#8230;]</p>
<p><a href="https://www.asing.com.cn/newsdetail/2871.html">大行产品电子说明书及使用视频</a>最先出现在<a href="https://www.asing.com.cn">大行ASiNG官方网站</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading" style="font-size:32px">翻页笔系列</h2>



<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-fe9cc265 wp-block-group-is-layout-flex">
<div class="wp-block-media-text" style="font-size:0px;grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img fetchpriority="high" decoding="async" width="800" height="800" src="https://www.asing.com.cn/wp-content/uploads/2025/12/正面.jpg" alt="" class="wp-image-1940 size-full" srcset="https://www.asing.com.cn/wp-content/uploads/2025/12/正面.jpg 800w, https://www.asing.com.cn/wp-content/uploads/2025/12/正面-100x100.jpg 100w, https://www.asing.com.cn/wp-content/uploads/2025/12/正面-300x300.jpg 300w, https://www.asing.com.cn/wp-content/uploads/2025/12/正面-150x150.jpg 150w, https://www.asing.com.cn/wp-content/uploads/2025/12/正面-768x768.jpg 768w, https://www.asing.com.cn/wp-content/uploads/2025/12/正面-600x600.jpg 600w" sizes="(max-width: 800px) 100vw, 800px" /></figure><div class="wp-block-media-text__content">
<div class="wp-block-group is-layout-flex wp-block-group-is-layout-flex">
<p style="font-size:20px"><a href="https://www.asing.com.cn/NewsDetail/1942.html">A8说明书</a></p>
</div>



<p style="font-size:20px;line-height:0.5"><a href="https://video.asing.com.cn/A8.mp4">A8使用视频</a></p>
</div></div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-fe9cc265 wp-block-group-is-layout-flex">
<div class="wp-block-media-text" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img decoding="async" width="800" height="800" src="https://www.asing.com.cn/wp-content/uploads/2025/12/未标题-1-1.png" alt="" class="wp-image-1757 size-full" srcset="https://www.asing.com.cn/wp-content/uploads/2025/12/未标题-1-1.png 800w, https://www.asing.com.cn/wp-content/uploads/2025/12/未标题-1-1-100x100.png 100w, https://www.asing.com.cn/wp-content/uploads/2025/12/未标题-1-1-300x300.png 300w, https://www.asing.com.cn/wp-content/uploads/2025/12/未标题-1-1-150x150.png 150w, https://www.asing.com.cn/wp-content/uploads/2025/12/未标题-1-1-768x768.png 768w, https://www.asing.com.cn/wp-content/uploads/2025/12/未标题-1-1-600x600.png 600w" sizes="(max-width: 800px) 100vw, 800px" /></figure><div class="wp-block-media-text__content">
<p style="font-size:20px;letter-spacing:0px;line-height:1"><a href="https://www.asing.com.cn/%e5%a4%a7%e8%a1%8ca81%e7%94%b5%e5%ad%90%e8%af%b4%e6%98%8e%e4%b9%a6/">A81说明书</a></p>



<p style="font-size:20px;line-height:1.3"><a href="https://video.asing.com.cn/A81.mp4">A81使用视频</a></p>
</div></div>



<div class="wp-block-media-text" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img decoding="async" width="800" height="800" src="https://www.asing.com.cn/wp-content/uploads/2025/12/白底-1.jpg" alt="" class="wp-image-1758 size-full" srcset="https://www.asing.com.cn/wp-content/uploads/2025/12/白底-1.jpg 800w, https://www.asing.com.cn/wp-content/uploads/2025/12/白底-1-100x100.jpg 100w, https://www.asing.com.cn/wp-content/uploads/2025/12/白底-1-300x300.jpg 300w, https://www.asing.com.cn/wp-content/uploads/2025/12/白底-1-150x150.jpg 150w, https://www.asing.com.cn/wp-content/uploads/2025/12/白底-1-768x768.jpg 768w, https://www.asing.com.cn/wp-content/uploads/2025/12/白底-1-600x600.jpg 600w" sizes="(max-width: 800px) 100vw, 800px" /></figure><div class="wp-block-media-text__content">
<p style="font-size:20px"><a href="https://www.asing.com.cn/%e5%a4%a7%e8%a1%8ca32%e7%94%b5%e5%ad%90%e8%af%b4%e6%98%8e%e4%b9%a6/">A32说明书</a></p>



<p style="font-size:20px;line-height:0.5"><a href="https://video.asing.com.cn/A32.mp4">A32使用视频</a></p>
</div></div>



<div class="wp-block-media-text" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="800" height="800" src="https://www.asing.com.cn/wp-content/uploads/2025/12/发射器.png" alt="" class="wp-image-2747 size-full" srcset="https://www.asing.com.cn/wp-content/uploads/2025/12/发射器.png 800w, https://www.asing.com.cn/wp-content/uploads/2025/12/发射器-300x300.png 300w, https://www.asing.com.cn/wp-content/uploads/2025/12/发射器-150x150.png 150w, https://www.asing.com.cn/wp-content/uploads/2025/12/发射器-768x768.png 768w, https://www.asing.com.cn/wp-content/uploads/2025/12/发射器-100x100.png 100w" sizes="(max-width: 800px) 100vw, 800px" /></figure><div class="wp-block-media-text__content">
<div class="wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex">
<p style="font-size:20px"><a href="https://www.asing.com.cn/%e5%a4%a7%e8%a1%8ca10%e7%94%b5%e5%ad%90%e8%af%b4%e6%98%8e%e4%b9%a6/">A10说明书</a></p>
</div>



<p style="font-size:20px;line-height:0.5"><a href="https://video.asing.com.cn/A10.mp4">A10使用视频</a></p>
</div></div>
</div>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-fe9cc265 wp-block-group-is-layout-flex">
<div class="wp-block-media-text" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="800" height="800" src="https://www.asing.com.cn/wp-content/uploads/2025/12/透明-1.png" alt="" class="wp-image-1849 size-full" srcset="https://www.asing.com.cn/wp-content/uploads/2025/12/透明-1.png 800w, https://www.asing.com.cn/wp-content/uploads/2025/12/透明-1-100x100.png 100w, https://www.asing.com.cn/wp-content/uploads/2025/12/透明-1-300x300.png 300w, https://www.asing.com.cn/wp-content/uploads/2025/12/透明-1-150x150.png 150w, https://www.asing.com.cn/wp-content/uploads/2025/12/透明-1-768x768.png 768w, https://www.asing.com.cn/wp-content/uploads/2025/12/透明-1-600x600.png 600w" sizes="(max-width: 800px) 100vw, 800px" /></figure><div class="wp-block-media-text__content">
<p style="font-size:20px"><a href="https://www.asing.com.cn/%e5%a4%a7%e8%a1%8ca11%e7%94%b5%e5%ad%90%e8%af%b4%e6%98%8e%e4%b9%a6-2/">A11说明书</a></p>



<p style="font-size:20px;line-height:0.5"><a href="https://video.asing.com.cn/A11.mp4">A11使用视频</a></p>
</div></div>



<div class="wp-block-media-text" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="800" height="800" src="https://www.asing.com.cn/wp-content/uploads/2025/12/A32-SE透明图-1.png" alt="" class="wp-image-1939 size-full" srcset="https://www.asing.com.cn/wp-content/uploads/2025/12/A32-SE透明图-1.png 800w, https://www.asing.com.cn/wp-content/uploads/2025/12/A32-SE透明图-1-100x100.png 100w, https://www.asing.com.cn/wp-content/uploads/2025/12/A32-SE透明图-1-300x300.png 300w, https://www.asing.com.cn/wp-content/uploads/2025/12/A32-SE透明图-1-150x150.png 150w, https://www.asing.com.cn/wp-content/uploads/2025/12/A32-SE透明图-1-768x768.png 768w, https://www.asing.com.cn/wp-content/uploads/2025/12/A32-SE透明图-1-600x600.png 600w" sizes="(max-width: 800px) 100vw, 800px" /></figure><div class="wp-block-media-text__content">
<p style="font-size:20px"><a href="https://www.asing.com.cn/NewsDetail/1919.html">A32 SE说明书</a></p>



<p style="font-size:20px;line-height:0.5"><a href="https://video.asing.com.cn/A32SE.mp4">A32 SE使用视频</a></p>
</div></div>
</div>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-fe9cc265 wp-block-group-is-layout-flex">
<div class="wp-block-media-text" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="800" height="800" src="https://www.asing.com.cn/wp-content/uploads/2025/12/透明.png" alt="" class="wp-image-1759 size-full" srcset="https://www.asing.com.cn/wp-content/uploads/2025/12/透明.png 800w, https://www.asing.com.cn/wp-content/uploads/2025/12/透明-100x100.png 100w, https://www.asing.com.cn/wp-content/uploads/2025/12/透明-300x300.png 300w, https://www.asing.com.cn/wp-content/uploads/2025/12/透明-150x150.png 150w, https://www.asing.com.cn/wp-content/uploads/2025/12/透明-768x768.png 768w, https://www.asing.com.cn/wp-content/uploads/2025/12/透明-600x600.png 600w" sizes="(max-width: 800px) 100vw, 800px" /></figure><div class="wp-block-media-text__content">
<p style="font-size:20px"><a href="https://www.asing.com.cn/%e5%a4%a7%e8%a1%8ca17-pro%e7%94%b5%e5%ad%90%e8%af%b4%e6%98%8e%e4%b9%a6/">A17 Pro说明书</a></p>



<p style="font-size:20px;line-height:0.5"><a href="https://video.asing.com.cn/A17Pro.mp4">A17 Pro使用视频</a></p>
</div></div>



<div class="wp-block-media-text" style="padding-top:0;padding-bottom:0;grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="800" height="800" src="https://www.asing.com.cn/wp-content/uploads/2025/12/A17白底.jpg" alt="" class="wp-image-1941 size-full" srcset="https://www.asing.com.cn/wp-content/uploads/2025/12/A17白底.jpg 800w, https://www.asing.com.cn/wp-content/uploads/2025/12/A17白底-100x100.jpg 100w, https://www.asing.com.cn/wp-content/uploads/2025/12/A17白底-300x300.jpg 300w, https://www.asing.com.cn/wp-content/uploads/2025/12/A17白底-150x150.jpg 150w, https://www.asing.com.cn/wp-content/uploads/2025/12/A17白底-768x768.jpg 768w, https://www.asing.com.cn/wp-content/uploads/2025/12/A17白底-600x600.jpg 600w" sizes="(max-width: 800px) 100vw, 800px" /></figure><div class="wp-block-media-text__content">
<p style="font-size:20px"><a href="https://www.asing.com.cn/NewsDetail/2006.html">A17说明书</a></p>



<p style="font-size:20px;line-height:0.5"><a href="https://video.asing.com.cn/A17.mp4">A17使用视频</a></p>
</div></div>
</div>



<div class="wp-block-media-text" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="800" height="800" src="https://www.asing.com.cn/wp-content/uploads/2025/12/白底-2.jpg" alt="" class="wp-image-2696 size-full" srcset="https://www.asing.com.cn/wp-content/uploads/2025/12/白底-2.jpg 800w, https://www.asing.com.cn/wp-content/uploads/2025/12/白底-2-300x300.jpg 300w, https://www.asing.com.cn/wp-content/uploads/2025/12/白底-2-150x150.jpg 150w, https://www.asing.com.cn/wp-content/uploads/2025/12/白底-2-768x768.jpg 768w, https://www.asing.com.cn/wp-content/uploads/2025/12/白底-2-100x100.jpg 100w" sizes="(max-width: 800px) 100vw, 800px" /></figure><div class="wp-block-media-text__content">
<p style="font-size:20px"><a href="https://www.asing.com.cn/NewsDetail/2656.html">A9说明书</a></p>



<p style="font-size:20px;line-height:0.5"><a href="https://video.asing.com.cn/A9.mp4">A9使用视频</a></p>
</div></div>



<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-fe9cc265 wp-block-group-is-layout-flex">
<div class="wp-block-media-text wp-container-content-69bc4bdf" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="800" height="800" src="https://www.asing.com.cn/wp-content/uploads/2025/12/1-5.jpg" alt="" class="wp-image-2698 size-full" srcset="https://www.asing.com.cn/wp-content/uploads/2025/12/1-5.jpg 800w, https://www.asing.com.cn/wp-content/uploads/2025/12/1-5-300x300.jpg 300w, https://www.asing.com.cn/wp-content/uploads/2025/12/1-5-150x150.jpg 150w, https://www.asing.com.cn/wp-content/uploads/2025/12/1-5-768x768.jpg 768w, https://www.asing.com.cn/wp-content/uploads/2025/12/1-5-100x100.jpg 100w" sizes="(max-width: 800px) 100vw, 800px" /></figure><div class="wp-block-media-text__content">
<p style="font-size:20px"><a href="https://www.asing.com.cn/NewsDetail/1956.html">A9 Pro说明书</a></p>



<p style="font-size:20px"><a href="https://video.asing.com.cn/A9Pro.mp4">A9 Pro使用视频</a></p>
</div></div>



<div class="wp-block-media-text" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="800" height="800" src="https://www.asing.com.cn/wp-content/uploads/2025/12/白底-3.jpg" alt="" class="wp-image-2739 size-full" srcset="https://www.asing.com.cn/wp-content/uploads/2025/12/白底-3.jpg 800w, https://www.asing.com.cn/wp-content/uploads/2025/12/白底-3-300x300.jpg 300w, https://www.asing.com.cn/wp-content/uploads/2025/12/白底-3-150x150.jpg 150w, https://www.asing.com.cn/wp-content/uploads/2025/12/白底-3-768x768.jpg 768w, https://www.asing.com.cn/wp-content/uploads/2025/12/白底-3-100x100.jpg 100w" sizes="(max-width: 800px) 100vw, 800px" /></figure><div class="wp-block-media-text__content">
<p style="font-size:20px"><a href="https://www.asing.com.cn/NewsDetail/2728.html">A31说明书</a></p>



<p style="font-size:20px;line-height:0.5"><a href="https://video.asing.com.cn/A31.mp4">A31使用视频</a></p>
</div></div>



<h2 class="wp-block-heading" style="font-size:32px">扩音器系列</h2>



<div class="wp-block-media-text" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="800" height="800" src="https://www.asing.com.cn/wp-content/uploads/2025/12/透明-2.png" alt="" class="wp-image-1851 size-full" srcset="https://www.asing.com.cn/wp-content/uploads/2025/12/透明-2.png 800w, https://www.asing.com.cn/wp-content/uploads/2025/12/透明-2-100x100.png 100w, https://www.asing.com.cn/wp-content/uploads/2025/12/透明-2-300x300.png 300w, https://www.asing.com.cn/wp-content/uploads/2025/12/透明-2-150x150.png 150w, https://www.asing.com.cn/wp-content/uploads/2025/12/透明-2-768x768.png 768w, https://www.asing.com.cn/wp-content/uploads/2025/12/透明-2-600x600.png 600w" sizes="(max-width: 800px) 100vw, 800px" /></figure><div class="wp-block-media-text__content">
<p style="font-size:20px"><a href="https://www.asing.com.cn/NewsDetail/1930.html">S16说明书</a></p>



<p style="font-size:20px;line-height:0.5"><a href="https://video.asing.com.cn/S16.mp4">S16使用视频</a></p>
</div></div>
</div>
</div>
</div>
</div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-fe9cc265 wp-block-group-is-layout-flex">
<div class="wp-block-media-text" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="800" height="800" src="https://www.asing.com.cn/wp-content/uploads/2025/12/透明800x800.png" alt="" class="wp-image-1853 size-full" srcset="https://www.asing.com.cn/wp-content/uploads/2025/12/透明800x800.png 800w, https://www.asing.com.cn/wp-content/uploads/2025/12/透明800x800-100x100.png 100w, https://www.asing.com.cn/wp-content/uploads/2025/12/透明800x800-300x300.png 300w, https://www.asing.com.cn/wp-content/uploads/2025/12/透明800x800-150x150.png 150w, https://www.asing.com.cn/wp-content/uploads/2025/12/透明800x800-768x768.png 768w, https://www.asing.com.cn/wp-content/uploads/2025/12/透明800x800-600x600.png 600w" sizes="(max-width: 800px) 100vw, 800px" /></figure><div class="wp-block-media-text__content">
<p style="font-size:20px"><a href="https://www.asing.com.cn/NewsDetail/2622.html">S17说明书</a></p>



<p style="font-size:20px;line-height:0.5"><a href="https://video.asing.com.cn/S17.mp4">S17使用视频</a></p>
</div></div>



<div class="wp-block-media-text" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="800" height="800" src="https://www.asing.com.cn/wp-content/uploads/2025/12/S18白底图.jpg" alt="" class="wp-image-2605 size-full" srcset="https://www.asing.com.cn/wp-content/uploads/2025/12/S18白底图.jpg 800w, https://www.asing.com.cn/wp-content/uploads/2025/12/S18白底图-300x300.jpg 300w, https://www.asing.com.cn/wp-content/uploads/2025/12/S18白底图-150x150.jpg 150w, https://www.asing.com.cn/wp-content/uploads/2025/12/S18白底图-768x768.jpg 768w, https://www.asing.com.cn/wp-content/uploads/2025/12/S18白底图-100x100.jpg 100w" sizes="(max-width: 800px) 100vw, 800px" /></figure><div class="wp-block-media-text__content">
<p style="font-size:20px"><a href="https://www.asing.com.cn/NewsDetail/2596.html">S18说明书</a></p>



<p style="font-size:20px;line-height:0.5"><a href="https://video.asing.com.cn/S18.mp4">S18使用视频</a></p>
</div></div>



<div class="wp-block-media-text" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="800" height="800" src="https://www.asing.com.cn/wp-content/uploads/2025/12/T11S-透明.png" alt="" class="wp-image-1852 size-full" srcset="https://www.asing.com.cn/wp-content/uploads/2025/12/T11S-透明.png 800w, https://www.asing.com.cn/wp-content/uploads/2025/12/T11S-透明-100x100.png 100w, https://www.asing.com.cn/wp-content/uploads/2025/12/T11S-透明-300x300.png 300w, https://www.asing.com.cn/wp-content/uploads/2025/12/T11S-透明-150x150.png 150w, https://www.asing.com.cn/wp-content/uploads/2025/12/T11S-透明-768x768.png 768w, https://www.asing.com.cn/wp-content/uploads/2025/12/T11S-透明-600x600.png 600w" sizes="(max-width: 800px) 100vw, 800px" /></figure><div class="wp-block-media-text__content">
<p style="font-size:20px"><a href="https://www.asing.com.cn/NewsDetail/2012.html">T11说明书</a></p>



<p style="font-size:20px;line-height:0.5"><a href="https://video.asing.com.cn/T11.mp4">T11使用视频</a></p>
</div></div>
</div>
</div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-fe9cc265 wp-block-group-is-layout-flex">
<div class="wp-block-media-text" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="800" height="800" src="https://www.asing.com.cn/wp-content/uploads/2025/12/T11S-白底.jpg" alt="" class="wp-image-1969 size-full" srcset="https://www.asing.com.cn/wp-content/uploads/2025/12/T11S-白底.jpg 800w, https://www.asing.com.cn/wp-content/uploads/2025/12/T11S-白底-100x100.jpg 100w, https://www.asing.com.cn/wp-content/uploads/2025/12/T11S-白底-300x300.jpg 300w, https://www.asing.com.cn/wp-content/uploads/2025/12/T11S-白底-150x150.jpg 150w, https://www.asing.com.cn/wp-content/uploads/2025/12/T11S-白底-768x768.jpg 768w, https://www.asing.com.cn/wp-content/uploads/2025/12/T11S-白底-600x600.jpg 600w" sizes="(max-width: 800px) 100vw, 800px" /></figure><div class="wp-block-media-text__content">
<p style="font-size:20px"><a href="https://www.asing.com.cn/newsdetail/3610636.html">T11S说明书</a></p>



<p style="font-size:20px;line-height:0.5"><a href="https://video.asing.com.cn/T11S.mp4">T11S使用视频</a></p>
</div></div>



<div class="wp-block-media-text" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="800" height="800" src="https://www.asing.com.cn/wp-content/uploads/2025/12/wm03.png" alt="" class="wp-image-1968 size-full" srcset="https://www.asing.com.cn/wp-content/uploads/2025/12/wm03.png 800w, https://www.asing.com.cn/wp-content/uploads/2025/12/wm03-100x100.png 100w, https://www.asing.com.cn/wp-content/uploads/2025/12/wm03-300x300.png 300w, https://www.asing.com.cn/wp-content/uploads/2025/12/wm03-150x150.png 150w, https://www.asing.com.cn/wp-content/uploads/2025/12/wm03-768x768.png 768w, https://www.asing.com.cn/wp-content/uploads/2025/12/wm03-600x600.png 600w" sizes="(max-width: 800px) 100vw, 800px" /></figure><div class="wp-block-media-text__content">
<p style="font-size:20px"><a href="https://www.asing.com.cn/NewsDetail/1970.html">WM03说明书</a></p>



<p style="font-size:20px;line-height:0.5"><a href="https://video.asing.com.cn/WM03.mp4">WM03使用视频</a></p>
</div></div>
</div>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-fe9cc265 wp-block-group-is-layout-flex">
<div class="wp-block-media-text" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="1024" height="1024" src="https://www.asing.com.cn/wp-content/uploads/2025/12/T11S白底图-1024x1024.jpg" alt="" class="wp-image-1967 size-full" srcset="https://www.asing.com.cn/wp-content/uploads/2025/12/T11S白底图-1024x1024.jpg 1024w, https://www.asing.com.cn/wp-content/uploads/2025/12/T11S白底图-800x800.jpg 800w, https://www.asing.com.cn/wp-content/uploads/2025/12/T11S白底图-100x100.jpg 100w, https://www.asing.com.cn/wp-content/uploads/2025/12/T11S白底图-300x300.jpg 300w, https://www.asing.com.cn/wp-content/uploads/2025/12/T11S白底图-150x150.jpg 150w, https://www.asing.com.cn/wp-content/uploads/2025/12/T11S白底图-768x768.jpg 768w, https://www.asing.com.cn/wp-content/uploads/2025/12/T11S白底图-1536x1536.jpg 1536w, https://www.asing.com.cn/wp-content/uploads/2025/12/T11S白底图-1320x1320.jpg 1320w, https://www.asing.com.cn/wp-content/uploads/2025/12/T11S白底图.jpg 1600w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure><div class="wp-block-media-text__content">
<p style="font-size:20px"><a href="https://www.asing.com.cn/NewsDetail/2631.html">WM03 Pro说明书</a></p>



<p style="border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;font-size:20px;line-height:0"><a href="https://video.asing.com.cn/WM03Pro.mp4">WM03 Pro使用视频</a></p>
</div></div>
</div>
</div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-fe9cc265 wp-block-group-is-layout-flex">
<h2 class="wp-block-heading" style="font-size:33px">司仪宝系列</h2>
</div>
</div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-fe9cc265 wp-block-group-is-layout-flex">
<div class="wp-block-media-text" style="grid-template-columns:30% auto"><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="800" height="800" src="https://www.asing.com.cn/wp-content/uploads/2025/12/白底图.jpg" alt="" class="wp-image-2691 size-full" srcset="https://www.asing.com.cn/wp-content/uploads/2025/12/白底图.jpg 800w, https://www.asing.com.cn/wp-content/uploads/2025/12/白底图-300x300.jpg 300w, https://www.asing.com.cn/wp-content/uploads/2025/12/白底图-150x150.jpg 150w, https://www.asing.com.cn/wp-content/uploads/2025/12/白底图-768x768.jpg 768w, https://www.asing.com.cn/wp-content/uploads/2025/12/白底图-100x100.jpg 100w" sizes="(max-width: 800px) 100vw, 800px" /></figure><div class="wp-block-media-text__content">
<p style="font-size:20px"><a href="https://www.asing.com.cn/NewsDetail/2683.html">B11说明书</a></p>



<p style="font-size:20px;line-height:0.5"><a href="https://video.asing.com.cn/B11.mp4">B11使用视频</a></p>
</div></div>
</div>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"></div>
</div>



<p></p>
<p><a href="https://www.asing.com.cn/newsdetail/2871.html">大行产品电子说明书及使用视频</a>最先出现在<a href="https://www.asing.com.cn">大行ASiNG官方网站</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.asing.com.cn/newsdetail/2871.html/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://video.asing.com.cn/A8.mp4" length="15034396" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A81.mp4" length="200435739" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A32.mp4" length="73737890" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A10.mp4" length="246473225" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A11.mp4" length="194695381" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A32SE.mp4" length="74395678" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A17Pro.mp4" length="67267839" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A17.mp4" length="757968" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A9.mp4" length="119986163" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A9Pro.mp4" length="123872246" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/A31.mp4" length="37596033" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/S16.mp4" length="67002438" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/S17.mp4" length="73770409" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/S18.mp4" length="169208242" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/T11.mp4" length="64386917" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/T11S.mp4" length="40184044" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/WM03.mp4" length="106112762" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/WM03Pro.mp4" length="85046762" type="video/mp4" />
<enclosure url="https://video.asing.com.cn/B11.mp4" length="129979577" type="video/mp4" />

			</item>
	</channel>
</rss>
