<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="https://v1sta.xyz/wp-content/plugins/pretty-rss-feeds/xslt/pretty-feed.xsl" type="text/xsl" media="screen" ?><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/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>技术 &#8211; 景の域</title>
	<atom:link href="https://v1sta.xyz/category/tech/feed/" rel="self" type="application/rss+xml" />
	<link>https://v1sta.xyz</link>
	<description>远景的幻想空间</description>
	<lastBuildDate>Sat, 11 Jul 2026 07:36:26 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.1</generator>

<image>
	<url>https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2-60x60.png</url>
	<title>技术 &#8211; 景の域</title>
	<link>https://v1sta.xyz</link>
	<width>32</width>
	<height>32</height>
</image> 
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://websubhub.com/hub"/>
<atom:link rel="self" href="https://v1sta.xyz/category/tech/feed/"/>
	<item>
		<title>一些归类想法</title>
		<link>https://v1sta.xyz/think/%e4%b8%80%e4%ba%9b%e5%bd%92%e7%b1%bb%e6%83%b3%e6%b3%95/</link>
					<comments>https://v1sta.xyz/think/%e4%b8%80%e4%ba%9b%e5%bd%92%e7%b1%bb%e6%83%b3%e6%b3%95/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Sat, 11 Jul 2026 07:36:23 +0000</pubDate>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[随想]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=6652</guid>

					<description><![CDATA[或许我应该给本域加一些自定义文章类型，一个是功能更新日志，一个是周报/月报，以及精选集。这也是希望一些从RSS &#8230; <a href="https://v1sta.xyz/think/%e4%b8%80%e4%ba%9b%e5%bd%92%e7%b1%bb%e6%83%b3%e6%b3%95/" class="more-link">继续阅读<span class="screen-reader-text">一些归类想法</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">或许我应该给本域加一些自定义文章类型，<br>一个是功能更新日志，一个是周报/月报，以及精选集。<br>这也是希望一些从RSS订阅的读者不会感到困惑。<br>我毕竟是把这里当成半个社交网络来用的（或者只是产出比较频繁，毕竟我不怎么用真正的社交网络了）</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">另外也在思考有什么方式能够存放各种网络搜集的URL？<br>are.na是一个不错的思路。不过我肯定更希望是博客文章的形式。<br>以前在社交网络上的后期有一种推文包/嘟文包/集合包的功能，可以把很多帖子集合在一块供新手访问。但数据库会很累吧？</p>



<p class="wp-block-paragraph">按照文件类型全部堆在一个文本文档/文章中是最简单的办法，但不适合复用去重。<br>不过有些类型的内容也不需要去重就是。<br>比如一些跨界联动的内容，那么就可以发两个帖子存储URL。</p>



<p class="wp-block-paragraph">或者像论坛一样开一个Threads线程？<br>我觉得如果只是单人使用的话，这可能没有分割线更加实用。<br>还占了白白的服务器资源。无非就是可以检索添加时间而已。<br>无论是单开论坛还是给WordPress加bbPress/BuddyPress都是一笔不小的技术投资。太复杂了。</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">前段时间去IconArchive搜集了很多ico格式的图标，<br>这些图标制作精美、且ico格式的部分图标有Windows标制的16&#215;16缩小型特色设计（可以理解为通常尺寸角色设计的Q版形象），<br>我花了点时间手动将其归类成文件夹，因为本身就是ico所以要加文件夹图标也比较方便。</p>



<p class="wp-block-paragraph">我在想是否有什么办法可以存储成具有检索格式的目录/压缩包？存储各种作者项之类的元信息。</p>



<p class="wp-block-paragraph">类似影视剧/摄影图集的EXIF/漫画的信息检索文件，例如NFO，XML，PLIST这样的格式。以创新著称的Windows Longhorn可能有实现类似的功能设计？也许可以直接显示在侧边的文件信息预览中，就像是音乐库或图片库那样的设计。</p>



<p class="wp-block-paragraph">不过无论是怀旧还是实际的工作环境中，这应该是一个很实用的功能，我的素材库需要建立一种索引用来搜寻各种元信息。</p>



<p class="wp-block-paragraph">FennirFS有实现类似Mac平台的标签管理功能，但还远远不够；HaikuOS/BeOS的文件系统本身是数据库化的，非常特别，但我没有机会实用、它似乎对亚洲世界的语言兼容性也不好。</p>



<p class="wp-block-paragraph">Tabbles据说是一个不错的标签管理系统。</p>



<figure class="wp-block-mamaduka-bookmark-card is-style-horizontal"><a class="bookmark-card" href="https://tabbles.net/en/"><div class="bookmark-card__image"><img decoding="async" src="https://tabbles.net/wp-content/uploads/2017/11/something.png"/></div><div class="bookmark-card__content"><div class="bookmark-card__title">File Tagging, Document Management</div><div class="bookmark-card__description">Tag your files and emails, add comments and share your tagging with your colleagues. Tabbles is a relational file manager, that allows you to organize and search your files in a new way. It works on local drives, shared folders or in the Cloud (with synchronization services like Dropbox or Onedrive).</div><div class="bookmark_card__meta"><span class="bookmark_card__meta-publisher">tabbles.net</span></div></div></a></figure>

<p><a href="https://v1sta.xyz/think/%e4%b8%80%e4%ba%9b%e5%bd%92%e7%b1%bb%e6%83%b3%e6%b3%95/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/think/%e4%b8%80%e4%ba%9b%e5%bd%92%e7%b1%bb%e6%83%b3%e6%b3%95/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2.png" length="199214" type="image/png"/><media:content url="https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2.png" width="512" height="512" medium="image" type="image/png"/>	</item>
		<item>
		<title>Wyse3040概念使用图</title>
		<link>https://v1sta.xyz/artworks/wyse3040%e6%a6%82%e5%bf%b5%e4%bd%bf%e7%94%a8%e5%9b%be/</link>
					<comments>https://v1sta.xyz/artworks/wyse3040%e6%a6%82%e5%bf%b5%e4%bd%bf%e7%94%a8%e5%9b%be/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Fri, 10 Jul 2026 12:16:48 +0000</pubDate>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[艺术创作]]></category>
		<category><![CDATA[追忆]]></category>
		<category><![CDATA[随想]]></category>
		<category><![CDATA[音乐]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Wyse3040]]></category>
		<category><![CDATA[硬件]]></category>
		<category><![CDATA[绘画]]></category>
		<category><![CDATA[草图]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=6579</guid>

					<description><![CDATA[Wyse3040的概念改装图示 依然是Drawpile作画。比例有点崩，还请见谅 Orz 我一直没介绍过我入手 &#8230; <a href="https://v1sta.xyz/artworks/wyse3040%e6%a6%82%e5%bf%b5%e4%bd%bf%e7%94%a8%e5%9b%be/" class="more-link">继续阅读<span class="screen-reader-text">Wyse3040概念使用图</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-full"><img data-dominant-color="e2e2e2" data-has-transparency="false" style="--dominant-color: #e2e2e2;" fetchpriority="high" decoding="async" width="960" height="960" sizes="(max-width: 960px) 100vw, 960px" src="https://v1sta.xyz/wp-content/uploads/2026/07/Wyse3040.png" alt="" class="wp-image-6580 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/Wyse3040.png 960w, https://v1sta.xyz/wp-content/uploads/2026/07/Wyse3040-300x300.png 300w, https://v1sta.xyz/wp-content/uploads/2026/07/Wyse3040-150x150.png 150w, https://v1sta.xyz/wp-content/uploads/2026/07/Wyse3040-768x768.png 768w" /></figure>



<p class="wp-block-paragraph"><strong>Wyse3040的概念改装图示</strong></p>



<p class="wp-block-paragraph">依然是Drawpile作画。<br>比例有点崩，还请见谅 Orz</p>



<p class="wp-block-paragraph">我一直没介绍过我入手过的Wyse3040。<br>我觉得这是极少能把Atom的体积优势用到极致的设备。<br>尽管现在因为冲击波的工作排期所以仍在吃灰着。。。</p>



<p class="wp-block-paragraph">我去年那段时间想要玩音乐（Playback与Creator），<br>所以在筹备把第二书桌改成一个音乐工作站。<br>Wyse3040只需要5V供电而且体积小巧还是戴尔的机器非常吸引我，即使放在那里也算得上是一个艺术品之类的。（山寨矿渣的产品设计有一些很多都拿过红点奖，何况是戴尔的正规军呢？）</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">在我的设想中，Wyse3040刷入一个Linux桌面系统的小巧精炼的发行版，例如DietPi，是一种Kiosk复合体的设备：</p>



<p class="wp-block-paragraph">它可以播放来自Chromecast的浏览器视频乃至网页镜像投放，<br>也可以共存MPD和Mopidy的数字音乐播放器（当然还有GMediaRender和SqueezeBox等，以及VoiceMeeter跟PulseAudio、SnapCast实现网桥音乐和多房间播放），</p>



<p class="wp-block-paragraph">通过FluidSynth可以作为一种MIDI软音源与MPD联动<br>（是的，正确配置的MPD能放那些包括东方系列的MIDI音乐）；</p>



<p class="wp-block-paragraph">如果连接了USB硬盘，可以像群晖EDS14那样作为USB NAS使用，<br>满足冷备份存储位置的作用（如PVE虚拟机、Acronis True Image等）<br>如果硬盘转换器支持带电插拔，则可以像插软盘一样便捷。</p>



<p class="wp-block-paragraph">（但是惠普在20年前有一个更好的解决方案是Personal Media Drive，在Pavilion等台式机实现一个异形的USB 2.0 Type B的凹槽。Framework的Type C模块是类似的形态。USB硬盘盒本身也能保护SATA接口的寿命损耗，支持UASP的USB硬盘盒性能并没有那么不堪。）</p>



<p class="wp-block-paragraph">最后，自带的DP视频输出还可以满足作为体验Linux用户终端的窗口，可以用精美的Gnome/KDE音乐库软件控制本机MPD/Mopidy数播组件、浏览电子邮件、查看电子相册等等。</p>



<p class="wp-block-paragraph">通过KVM切换器和小副屏可以作为一种类似Sideshow的设备，实质上是在主副电脑之外的第三台小电脑。<br>嗯……如果它能接未来将要购入的Wacom数位屏。。</p>



<span id="more-6579"></span>



<p class="wp-block-paragraph">其实有点类似英特尔的酷睿M计算模块，但是货源还是太少了，<br>相较之下，Wyse3040的全套解决方案的保有量极大，类似Wyse3040的机型也有不少（不过体积和质量就难以恭维了。），<br>Venue 8 Pro这样的平板也是可行替代，<br>我甚至是在Latitude 7390 2 in1跟Venue 8 Pro 5855测试了DietPi的可行性。</p>



<p class="wp-block-paragraph">虽然架构不同，<br>但是树莓派这样的开发板也可以借鉴这个图示的方案。<br>无非是因为老的x86比较便宜……</p>



<p class="wp-block-paragraph">其实一台笔记本电脑就可以解决了，不是么？<br>但是，我嫌笔记本占地方（笑）</p>



<hr class="wp-block-separator has-alpha-channel-opacity is-style-dots"/>



<p class="wp-block-paragraph">顺带贴一些别人的图：</p>



<figure class="wp-block-image"><a href="https://i.redd.it/a-dell-wyse-3040-fits-almost-snugly-into-a-5-25-to-3-5-bay-v0-eu4fdg7g9dyb1.jpg?width=4032&amp;format=pjpg&amp;auto=webp&amp;s=db36b1e3d90c367f75730480ee2bc187a77b63d8"><img decoding="async" src="https://i.redd.it/a-dell-wyse-3040-fits-almost-snugly-into-a-5-25-to-3-5-bay-v0-eu4fdg7g9dyb1.jpg?width=4032&amp;format=pjpg&amp;auto=webp&amp;s=db36b1e3d90c367f75730480ee2bc187a77b63d8" alt="A Dell Wyse 3040 fits (almost) snugly into a 5.25&quot; to 3.5&quot; bay adapter for  internal mounting shenanigans : r/homelab"/></a></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><a href="https://www.reddit.com/r/homelab/comments/17nqo5m/a_dell_wyse_3040_fits_almost_snugly_into_a_525_to/">A Dell Wyse 3040 fits (almost) snugly into a 5.25&#8243; to 3.5&#8243; bay adapter for internal mounting shenanigans : r/homelab</a></p>
</blockquote>



<figure class="wp-block-embed is-type-rich is-provider-reddit wp-block-embed-reddit"><div class="wp-block-embed__wrapper">
<blockquote class="reddit-embed-bq" style="height:500px" ><a href="https://www.reddit.com/r/homelab/comments/17nqo5m/a_dell_wyse_3040_fits_almost_snugly_into_a_525_to/">A Dell Wyse 3040 fits (almost) snugly into a 5.25&#34; to 3.5&#34; bay adapter for internal mounting shenanigans</a><br> by<a href="https://www.reddit.com/user/Smashalos/">u/Smashalos</a> in<a href="https://www.reddit.com/r/homelab/">homelab</a></blockquote><script async src="https://embed.reddit.com/widgets.js" charset="UTF-8"></script>
</div></figure>



<figure class="wp-block-image"><img data-dominant-color="493932" data-has-transparency="false" style="--dominant-color: #493932;" decoding="async" width="640" height="480" sizes="(max-width: 640px) 100vw, 640px" src="https://v1sta.xyz/wp-content/uploads/2026/07/d3975f73-8bf9-482b-b4d9-7d3c044cf9d8.webp" alt="" class="wp-image-6581 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/d3975f73-8bf9-482b-b4d9-7d3c044cf9d8.webp 640w, https://v1sta.xyz/wp-content/uploads/2026/07/d3975f73-8bf9-482b-b4d9-7d3c044cf9d8-300x225.webp 300w" /></figure>



<p class="wp-block-paragraph">5070的外壳</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><a href="https://3dgo.app/models/makerworld/2110706">https://3dgo.app/models/makerworld/2110706</a></p>
</blockquote>

<p><a href="https://v1sta.xyz/artworks/wyse3040%e6%a6%82%e5%bf%b5%e4%bd%bf%e7%94%a8%e5%9b%be/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/artworks/wyse3040%e6%a6%82%e5%bf%b5%e4%bd%bf%e7%94%a8%e5%9b%be/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/07/Wyse3040.png" length="200272" type="image/png"/><media:content url="https://v1sta.xyz/wp-content/uploads/2026/07/Wyse3040.png" width="960" height="960" medium="image" type="image/png"/>	</item>
		<item>
		<title>[转载] Windows自带图标DLL位置大全</title>
		<link>https://v1sta.xyz/tech/windows-native-icons-dll/</link>
					<comments>https://v1sta.xyz/tech/windows-native-icons-dll/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Tue, 07 Jul 2026 07:00:26 +0000</pubDate>
				<category><![CDATA[发现]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[图标]]></category>
		<category><![CDATA[转载]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=6482</guid>

					<description><![CDATA[转自 吕毅 的博客文章 ：https://blog.walterlv.com/post/where-is-th &#8230; <a href="https://v1sta.xyz/tech/windows-native-icons-dll/" class="more-link">继续阅读<span class="screen-reader-text">[转载] Windows自带图标DLL位置大全</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="has-small-font-size wp-block-paragraph">转自 <strong><a href="https://blog.walterlv.com/">吕毅</a></strong> 的博客文章 ：<a href="https://blog.walterlv.com/post/where-is-the-windows-10-native-icons.html">https://blog.walterlv.com/post/where-is-the-windows-10-native-icons.html</a></p>



<p class="wp-block-paragraph">转这篇文章主要是受到了StyleStar帖子的启发：<br><a href="https://www.stylestar.win/viewtopic.php?t=1125">隐藏在现代Windows里的旧时代图标</a> <br>域主自己也经常用这些图标，当然还是更喜欢用IcoFX手搓多分辨率的版本。</p>



<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>



<p class="wp-block-paragraph">无意间发现我的 D 盘根目录中大部分的文件夹都是系统专用文件夹，有自己的独特图标，偶有一两个开发用的文件夹是默认图标。于是想把它们改成独特样式， <strong>而且是 Windows 10 那些新图标样式</strong> ！</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">这是我的文件夹，我希望把最上面几个文件夹的图标改成下面那些风格。</p>



<figure class="wp-block-image size-full"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/image-4.png" data-lbwps-width="150" data-lbwps-height="219" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/image-4.png"><img data-dominant-color="f1f2f2" data-has-transparency="false" style="--dominant-color: #f1f2f2;" decoding="async" width="150" height="219" sizes="(max-width: 150px) 100vw, 150px" src="https://v1sta.xyz/wp-content/uploads/2026/07/image-4.png" alt="" class="wp-image-6491 not-transparent"/></a></figure>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph">大家都知道在文件夹上右键，选择 <code>属性</code> → <code>自定义</code> → <code>更改图标</code> ，这里可以选择很多图标，但用了很多年看腻了，Windows 10 中还自带有那么多，它们又在哪里呢？</p>



<figure class="wp-block-image size-full"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/image-5.png" data-lbwps-width="421" data-lbwps-height="615" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/image-5-205x300.png"><img data-dominant-color="f2f2f2" data-has-transparency="false" style="--dominant-color: #f2f2f2;" loading="lazy" decoding="async" width="421" height="615" sizes="auto, (max-width: 421px) 100vw, 421px" src="https://v1sta.xyz/wp-content/uploads/2026/07/image-5.png" alt="" class="wp-image-6492 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/image-5.png 421w, https://v1sta.xyz/wp-content/uploads/2026/07/image-5-205x300.png 205w" /></a></figure>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph">Windows 10 自带的图标几乎都在 <code>%systemroot%\system32\*.dll</code> 中，主要是这些：</p>



<p class="wp-block-paragraph">我们一起来看看它们都是什么样的吧！</p>



<h3 class="wp-block-heading">Windows 10 风格</h3>



<figure class="wp-block-image size-full"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/image-3.png" data-lbwps-width="625" data-lbwps-height="199" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/image-3-300x96.png"><img data-dominant-color="e8ecee" data-has-transparency="false" style="--dominant-color: #e8ecee;" loading="lazy" decoding="async" width="625" height="199" sizes="auto, (max-width: 625px) 100vw, 625px" src="https://v1sta.xyz/wp-content/uploads/2026/07/image-3.png" alt="ddores.dll" class="wp-image-6490 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/image-3.png 625w, https://v1sta.xyz/wp-content/uploads/2026/07/image-3-300x96.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ ddores.dll 包含各种硬件图标</p>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-51-23.png" data-lbwps-width="309" data-lbwps-height="178" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-51-23-300x173.png"><img data-dominant-color="eaebea" data-has-transparency="false" style="--dominant-color: #eaebea;" loading="lazy" decoding="async" width="309" height="178" sizes="auto, (max-width: 309px) 100vw, 309px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-51-23.png" alt="dmdskres.dll" class="wp-image-6496 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-51-23.png 309w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-51-23-300x173.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ dmdskres.dll 磁盘管理所用图标</p>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-19-06.png" data-lbwps-width="625" data-lbwps-height="199" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-19-06-300x96.png"><img data-dominant-color="e8e9e9" data-has-transparency="false" style="--dominant-color: #e8e9e9;" loading="lazy" decoding="async" width="625" height="199" sizes="auto, (max-width: 625px) 100vw, 625px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-19-06.png" alt="imageres.dll" class="wp-image-6497 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-19-06.png 625w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-19-06-300x96.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ imageres.dll 各种各样 Windows 10 风格的图标，涵盖各种用途</p>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-20-21.png" data-lbwps-width="309" data-lbwps-height="178" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-20-21-300x173.png"><img data-dominant-color="e7eaea" data-has-transparency="false" style="--dominant-color: #e7eaea;" loading="lazy" decoding="async" width="309" height="178" sizes="auto, (max-width: 309px) 100vw, 309px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-20-21.png" alt="mmres.dll" class="wp-image-6499 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-20-21.png 309w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-20-21-300x173.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ mmres.dll 音频设备图标</p>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-30-42.png" data-lbwps-width="309" data-lbwps-height="178" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-30-42-300x173.png"><img data-dominant-color="e7ebed" data-has-transparency="false" style="--dominant-color: #e7ebed;" loading="lazy" decoding="async" width="309" height="178" sizes="auto, (max-width: 309px) 100vw, 309px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-30-42.png" alt="networkexplorer.dll" class="wp-image-6500 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-30-42.png 309w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-30-42-300x173.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ networkexplorer.dll 网络和共享中心图标</p>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-41-54.png" data-lbwps-width="313" data-lbwps-height="199" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-41-54-300x191.png"><img data-dominant-color="f3f4f4" data-has-transparency="false" style="--dominant-color: #f3f4f4;" loading="lazy" decoding="async" width="313" height="199" sizes="auto, (max-width: 313px) 100vw, 313px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-41-54.png" alt="pnidui.dll" class="wp-image-6498 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-41-54.png 313w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-41-54-300x191.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ pnidui.dll 不要被这些空白迷惑了，这都是白色的网络指示图标（有线、无线、飞行模式等）</p>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-44-03.png" data-lbwps-width="313" data-lbwps-height="199" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-44-03-300x191.png"><img data-dominant-color="eaeeed" data-has-transparency="false" style="--dominant-color: #eaeeed;" loading="lazy" decoding="async" width="313" height="199" sizes="auto, (max-width: 313px) 100vw, 313px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-44-03.png" alt="sensorscpl.dll" class="wp-image-6503 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-44-03.png 313w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-44-03-300x191.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ sensorscpl.dll 各种传感器图标（如温度、亮度、声音、指纹、地理位置等）</p>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-45-48.png" data-lbwps-width="313" data-lbwps-height="199" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-45-48-300x191.png"><img data-dominant-color="dae1e4" data-has-transparency="false" style="--dominant-color: #dae1e4;" loading="lazy" decoding="async" width="313" height="199" sizes="auto, (max-width: 313px) 100vw, 313px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-45-48.png" alt="setupapi.dll" class="wp-image-6502 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-45-48.png 313w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-45-48-300x191.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ setupapi.dll 为各种硬件安装程序提供的图标</p>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-31-42.png" data-lbwps-width="313" data-lbwps-height="199" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-31-42-300x191.png"><img data-dominant-color="dbe1e3" data-has-transparency="false" style="--dominant-color: #dbe1e3;" loading="lazy" decoding="async" width="313" height="199" sizes="auto, (max-width: 313px) 100vw, 313px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-31-42.png" alt="shell32.dll" class="wp-image-6501 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-31-42.png 313w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-31-42-300x191.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ shell32.dll 这个是点开“更改图标”按钮后查看的默认图标库，也包含各种各样 Windows 10 风格的图标，涵盖各种用途</p>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-47-30.png" data-lbwps-width="313" data-lbwps-height="199" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-47-30-300x191.png"><img data-dominant-color="d8e0e3" data-has-transparency="false" loading="lazy" decoding="async" width="313" height="199" sizes="auto, (max-width: 313px) 100vw, 313px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-47-30.png" alt="wmploc.dll" class="wp-image-6505 not-transparent" style="--dominant-color: #d8e0e3; object-fit:cover" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-47-30.png 313w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-47-30-300x191.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ wmploc.dll 各种媒体设备、媒体文件、媒体文件夹</p>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-48-40.png" data-lbwps-width="309" data-lbwps-height="178" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-48-40-300x173.png"><img data-dominant-color="dde2e5" data-has-transparency="false" style="--dominant-color: #dde2e5;" loading="lazy" decoding="async" width="309" height="178" sizes="auto, (max-width: 309px) 100vw, 309px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-48-40.png" alt="wpdshext.dll" class="wp-image-6504 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-48-40.png 309w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-48-40-300x173.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ wpdshext.dll</p>



<h3 class="wp-block-heading">Windows 7/Vista 风格</h3>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-21-56-53.png" data-lbwps-width="309" data-lbwps-height="178" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-21-56-53-300x173.png"><img data-dominant-color="e2e4e9" data-has-transparency="false" style="--dominant-color: #e2e4e9;" loading="lazy" decoding="async" width="309" height="178" sizes="auto, (max-width: 309px) 100vw, 309px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-21-56-53.png" alt="accessibilitycpl.dll" class="wp-image-6511 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-21-56-53.png 309w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-21-56-53-300x173.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ accessibilitycpl.dll 辅助功能图标</p>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-52-08.png" data-lbwps-width="313" data-lbwps-height="199" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-52-08-300x191.png"><img data-dominant-color="d7dcdb" data-has-transparency="false" style="--dominant-color: #d7dcdb;" loading="lazy" decoding="async" width="313" height="199" sizes="auto, (max-width: 313px) 100vw, 313px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-52-08.png" alt="dsuiext.dll" class="wp-image-6513 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-52-08.png 313w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-52-08-300x191.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ dsuiext.dll 服务器或网络服务所用图标</p>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-18-05.png" data-lbwps-width="309" data-lbwps-height="178" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-18-05-300x173.png"><img data-dominant-color="eaebeb" data-has-transparency="false" style="--dominant-color: #eaebeb;" loading="lazy" decoding="async" width="309" height="178" sizes="auto, (max-width: 309px) 100vw, 309px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-18-05.png" alt="gameux.dll" class="wp-image-6507 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-18-05.png 309w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-18-05-300x173.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ gameux.dll 游戏图标</p>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-50-34.png" data-lbwps-width="313" data-lbwps-height="199" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-50-34-300x191.png"><img data-dominant-color="e2e7e6" data-has-transparency="false" style="--dominant-color: #e2e7e6;" loading="lazy" decoding="async" width="313" height="199" sizes="auto, (max-width: 313px) 100vw, 313px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-50-34.png" alt="ieframe.dll" class="wp-image-6509 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-50-34.png 313w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-50-34-300x191.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ ieframe.dll IE 所用的图标（部分图标其实已经更新成 Windows 10 风格，给 Edge 用）</p>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-52-53.png" data-lbwps-width="309" data-lbwps-height="178" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-52-53-300x173.png"><img data-dominant-color="ececee" data-has-transparency="false" style="--dominant-color: #ececee;" loading="lazy" decoding="async" width="309" height="178" sizes="auto, (max-width: 309px) 100vw, 309px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-52-53.png" alt="mstscax.dll" class="wp-image-6506 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-52-53.png 309w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-52-53-300x173.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ mstscax.dll 远程桌面连接所用图标（部分图标其实已经更新成 Windows 10 风格）</p>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-29-57.png" data-lbwps-width="309" data-lbwps-height="178" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-29-57-300x173.png"><img data-dominant-color="ecf2f3" data-has-transparency="false" style="--dominant-color: #ecf2f3;" loading="lazy" decoding="async" width="309" height="178" sizes="auto, (max-width: 309px) 100vw, 309px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-29-57.png" alt="netcenter.dll" class="wp-image-6508 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-29-57.png 309w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-29-57-300x173.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ netcenter.dll Windows 7 风格的网络和共享中心所用图标</p>



<h3 class="wp-block-heading">Windows XP/2000/9X/3.X 风格</h3>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-49-36.png" data-lbwps-width="313" data-lbwps-height="199" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-49-36-300x191.png"><img data-dominant-color="dadadb" data-has-transparency="false" style="--dominant-color: #dadadb;" loading="lazy" decoding="async" width="313" height="199" sizes="auto, (max-width: 313px) 100vw, 313px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-49-36.png" alt="compstui.dll" class="wp-image-6510 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-49-36.png 313w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-49-36-300x191.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ compstui.dll</p>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-19-40.png" data-lbwps-width="313" data-lbwps-height="199" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-19-40-300x191.png"><img data-dominant-color="d7d6d2" data-has-transparency="false" style="--dominant-color: #d7d6d2;" loading="lazy" decoding="async" width="313" height="199" sizes="auto, (max-width: 313px) 100vw, 313px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-19-40.png" alt="mmcndmgr.dll" class="wp-image-6514 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-19-40.png 313w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-19-40-300x191.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ mmcndmgr.dll 古老的图标</p>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-20-54.png" data-lbwps-width="313" data-lbwps-height="199" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-20-54-300x191.png"><img data-dominant-color="b5b9c1" data-has-transparency="false" style="--dominant-color: #b5b9c1;" loading="lazy" decoding="async" width="313" height="199" sizes="auto, (max-width: 313px) 100vw, 313px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-20-54.png" alt="moricons.dll" class="wp-image-6515 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-20-54.png 313w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-20-54-300x191.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ moricons.dll 古老的图标</p>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-23-06-22.png" data-lbwps-width="313" data-lbwps-height="199" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-23-06-22-300x191.png"><img data-dominant-color="d2d5d3" data-has-transparency="false" style="--dominant-color: #d2d5d3;" loading="lazy" decoding="async" width="313" height="199" sizes="auto, (max-width: 313px) 100vw, 313px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-23-06-22.png" alt="netshell.dll" class="wp-image-6512 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-23-06-22.png 313w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-23-06-22-300x191.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ netshell.dll 古老的网络连接图标</p>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-31-12.png" data-lbwps-width="313" data-lbwps-height="199" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-31-12-300x191.png"><img data-dominant-color="d0cecd" data-has-transparency="false" style="--dominant-color: #d0cecd;" loading="lazy" decoding="async" width="313" height="199" sizes="auto, (max-width: 313px) 100vw, 313px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-31-12.png" alt="pifmgr.dll" class="wp-image-6516 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-31-12.png 313w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-31-12-300x191.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ pifmgr.dll Windows 95 时代古老的图标</p>



<figure class="wp-block-image"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-54-05.png" data-lbwps-width="309" data-lbwps-height="178" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-54-05-300x173.png"><img data-dominant-color="e6e7e6" data-has-transparency="false" style="--dominant-color: #e6e7e6;" loading="lazy" decoding="async" width="309" height="178" sizes="auto, (max-width: 309px) 100vw, 309px" src="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-54-05.png" alt="wiashext.dll" class="wp-image-6517 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-54-05.png 309w, https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-54-05-300x173.png 300w" /></a></figure>



<p class="wp-block-paragraph"> ▲ wiashext.dll 各种图片、照片和媒体设备图标</p>



<p class="wp-block-paragraph">一个说明：你会发现有些图标是空白的，这个不是 BUG，是微软的无奈……因为有些古老的不负责任的程序会依赖于这些老旧的被微软淘汰的图标，如果微软删掉了这些图标，那么这些程序会崩溃。哎……</p>



<p class="wp-block-paragraph">本文会经常更新，请阅读原文： <a href="https://blog.walterlv.com/post/where-is-the-windows-10-native-icons.html">https://blog.walterlv.com/post/where-is-the-windows-10-native-icons.html</a> ，以避免陈旧错误知识的误导，同时有更好的阅读体验。</p>



<figure class="wp-block-image"><a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img decoding="async" src="https://blog.walterlv.com/assets/img/by-nc-sa.svg" alt="知识共享许可协议"/></a></figure>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph">本作品采用 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a> 进行许可。欢迎转载、使用、重新发布，但务必保留文章署名 吕毅 （包含链接： <a href="https://blog.walterlv.com/">https://blog.walterlv.com</a> ），不得用于商业目的，基于本文修改后的作品务必以相同的许可发布。如有任何疑问，请 <a href="mailto:walter.lv@qq.com">与我联系 (walter.lv@qq.com)</a> 。</p>



<p class="wp-block-paragraph"></p>

<p><a href="https://v1sta.xyz/tech/windows-native-icons-dll/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/tech/windows-native-icons-dll/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-47-30.png" length="50957" type="image/png"/><media:content url="https://v1sta.xyz/wp-content/uploads/2026/07/2018-02-27-22-47-30.png" width="313" height="199" medium="image" type="image/png"/>	</item>
		<item>
		<title>解决Bookstack审计IP显示来自Cloudflare CDN的问题</title>
		<link>https://v1sta.xyz/tech/bookstack-cloudflare-x-forwarded-real_ip/</link>
					<comments>https://v1sta.xyz/tech/bookstack-cloudflare-x-forwarded-real_ip/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Mon, 06 Jul 2026 08:58:47 +0000</pubDate>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[Bookstack]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=6465</guid>

					<description><![CDATA[关于Cloudflare的CDN IP穿透的问题屡见不鲜。以前景の域还在FRP穿透的时期就有遇到类似的问题。博 &#8230; <a href="https://v1sta.xyz/tech/bookstack-cloudflare-x-forwarded-real_ip/" class="more-link">继续阅读<span class="screen-reader-text">解决Bookstack审计IP显示来自Cloudflare CDN的问题</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">关于Cloudflare的CDN IP穿透的问题屡见不鲜。<br>以前景の域还在FRP穿透的时期就有遇到类似的问题。<br>博客是个好东西，总是记下来一些意想不到的事情。这次搭建Bookstack实际查阅后台也同样发现审计显示都是CF的回源IP的问题。</p>



<span id="more-6465"></span>



<p class="wp-block-paragraph">这里先编辑Bookstack网站目录下的.env文件，<br>添加CF CDN回源IP的列表：</p>



<pre class="wp-block-code"><code>APP_PROXIES="173.245.48.0/20, 103.21.244.0/22, 103.22.200.0/22, 103.31.4.0/22, 141.101.64.0/18, 108.162.192.0/18, 190.93.240.0/20, 188.114.96.0/20, 197.234.240.0/22, 198.41.128.0/17, 162.158.0.0/15, 104.16.0.0/13, 104.24.0.0/14, 172.64.0.0/13, 131.0.72.0/22, 2400:cb00::/32, 2606:4700::/32, 2803:f800::/32, 2405:b500::/32, 2405:8100::/32, 2a06:98c0::/29, 2c0f:f248::/32"</code></pre>



<p class="wp-block-paragraph">随后，在Nginx目录中存储的网站域名的conf，<br>Webinoly找#WebinolyCustom区域，<br>寻找在location部分添加proxy_set_header的相关穿透属性：</p>



<pre class="wp-block-code"><code>location / {
	try_files $uri $uri/ /index.php?$query_string;
	proxy_set_header Host $host;
	proxy_set_header X-Real-IP $remote_addr;
	proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
	proxy_set_header X-Forwarded-Proto $scheme;
	}</code></pre>



<p class="wp-block-paragraph">然后想办法让Nginx配置文件的http部分引用标头相关的列表，这里可以作为全局模板存储在conf.d目录内。</p>



<pre class="wp-block-code"><code>set_real_ip_from 173.245.48.0/20;
set_real_ip_from 103.21.244.0/22;
set_real_ip_from 103.22.200.0/22;
set_real_ip_from 103.31.4.0/22;
set_real_ip_from 141.101.64.0/18;
set_real_ip_from 108.162.192.0/18;
set_real_ip_from 190.93.240.0/20;
set_real_ip_from 188.114.96.0/20;
set_real_ip_from 197.234.240.0/22;
set_real_ip_from 198.41.128.0/17;
set_real_ip_from 162.158.0.0/15;
set_real_ip_from 104.16.0.0/13;
set_real_ip_from 104.24.0.0/14;
set_real_ip_from 172.64.0.0/13;
set_real_ip_from 131.0.72.0/22;
set_real_ip_from 2400:cb00::/32;
set_real_ip_from 2606:4700::/32;
set_real_ip_from 2803:f800::/32;
set_real_ip_from 2405:b500::/32;
set_real_ip_from 2405:8100::/32;
set_real_ip_from 2a06:98c0::/29;
set_real_ip_from 2c0f:f248::/32;
real_ip_header X-Forwarded-For;</code></pre>



<p class="wp-block-paragraph">最后重启Nginx，这个时候再去看审计后台就是穿透后的IP信息了，搞定。</p>



<details class="wp-block-details is-layout-flow wp-block-details-is-layout-flow"><summary>剧透警告</summary>
<p class="has-small-font-size wp-block-paragraph">话说人工智能是有点厉害，人力合成是比不过机器神经的自动替换。上面这个标头列表还是直接从谷歌的AI拷出来的，虽然不难想象应该是用了什么神经模型自动从CF的IP列表抓取然后逐段加前后缀，这些IP几乎和CF官方完全一致……</p>



<p class="has-small-font-size wp-block-paragraph">虽然我大概还是不会主动使用AI，我也不懂Token啥的。<br>但是总觉得只是在用搜索引擎就已经不知不觉在用这些玩意的智能技术了。<br>计算机技术类大概是不可避免AI模型的分析了。</p>
</details>



<p class="wp-block-paragraph"></p>

<p><a href="https://v1sta.xyz/tech/bookstack-cloudflare-x-forwarded-real_ip/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/tech/bookstack-cloudflare-x-forwarded-real_ip/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2.png" length="199214" type="image/png"/><media:content url="https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2.png" width="512" height="512" medium="image" type="image/png"/>	</item>
		<item>
		<title>日记 2026年7月6日</title>
		<link>https://v1sta.xyz/artworks/%e6%97%a5%e8%ae%b0-2026%e5%b9%b47%e6%9c%886%e6%97%a5/</link>
					<comments>https://v1sta.xyz/artworks/%e6%97%a5%e8%ae%b0-2026%e5%b9%b47%e6%9c%886%e6%97%a5/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Sun, 05 Jul 2026 21:44:11 +0000</pubDate>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[日常]]></category>
		<category><![CDATA[艺术创作]]></category>
		<category><![CDATA[泞之翼]]></category>
		<category><![CDATA[逃出梦中的别墅]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=6448</guid>

					<description><![CDATA[戴了好久的索尼爱立信HPM64的橡胶环居然掉了！！！好可惜。不知道是不是骑车的时候弄掉的。怪我没有买海绵塞子。 &#8230; <a href="https://v1sta.xyz/artworks/%e6%97%a5%e8%ae%b0-2026%e5%b9%b47%e6%9c%886%e6%97%a5/" class="more-link">继续阅读<span class="screen-reader-text">日记 2026年7月6日</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">戴了好久的索尼爱立信HPM64的橡胶环居然掉了！！！好可惜。不知道是不是骑车的时候弄掉的。<br>怪我没有买海绵塞子。</p>



<p class="wp-block-paragraph">（次日更新：居然在家中玄关找到了橡胶环，可能是不经意间掉地上，虚惊一场！）</p>



<p class="wp-block-paragraph">不过顺带发现耳机本身也损耗的不行了，振膜都开了胶了，有点恶心的那种，挂脖的MMCX升级线也磨的差不多了。总之实在是太老了，塞班时代的SE耳机毕竟是差不多和那台ThinkPad一般岁数的老物件。还好我还有MH600备用，不过我得找找新的蓝牙耳放。当年给MH600配的30块钱的便宜耳放早就把领夹弄断了，只能当接收器用。</p>



<p class="wp-block-paragraph">感觉海贝W3那个USB功能挺有意思的，可以当DAC用。但还是太贵了。我或许直接入索尼法器比较合适，原汤化原食。当然最好还是有P3结城理那种款式的香水瓶比较好吧。</p>



<p class="wp-block-paragraph">贵啊。</p>



<p class="wp-block-paragraph">也在构思一些新的博客的想法，尽管这个时机可能不太合适。但还是要把握好机会。</p>



<hr class="wp-block-separator has-alpha-channel-opacity is-style-dots"/>



<figure class="wp-block-mamaduka-bookmark-card is-style-horizontal"><a class="bookmark-card" href="https://t34.help/"><div class="bookmark-card__content"><div class="bookmark-card__title">T34资料库</div><div class="bookmark-card__description"></div><div class="bookmark_card__meta"><img decoding="async" class="bookmark_card__meta-icon" src="https://t34.help/uploads/images/system/2026-07/B8gt34hl2fa.png"/><span class="bookmark_card__meta-publisher">t34.help</span></div></div></a></figure>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph">今天试着搭建了 <a href="https://t34.help">T34.help</a> 资料库。<br>对，这就是域名……很奇特吧。<br>为了能更愉快地游玩和记载T34游戏系列，我决定用Bookstack搭建一个文档库。这里也要感谢通风报信的老友的支持与T34前辈的信赖，以及同样采用Bookstack的 <a href="https://docs.vrcd.org.cn/">VRCD 文档库</a> 撰写的各种创作规范，值得借鉴。</p>



<p class="wp-block-paragraph">Bookstack搭建的时候遇到了一些小挫折，原来写的文章忘记说明需要指定目录权限。这点官方的文档也说明了。<br>我这人真是粗心大意。<br>好在技术问题在前半夜就解决了，然后画了个图标：</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/T34HELP_1.png" data-lbwps-width="900" data-lbwps-height="300" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/T34HELP_1-300x100.png"><img data-dominant-color="787f80" data-has-transparency="true" style="--dominant-color: #787f80;" loading="lazy" decoding="async" width="900" height="300" sizes="auto, (max-width: 900px) 100vw, 900px" src="https://v1sta.xyz/wp-content/uploads/2026/07/T34HELP_1.png" alt="" class="wp-image-6450 has-transparency" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/T34HELP_1.png 900w, https://v1sta.xyz/wp-content/uploads/2026/07/T34HELP_1-300x100.png 300w, https://v1sta.xyz/wp-content/uploads/2026/07/T34HELP_1-768x256.png 768w" /></a></figure>
</div>


<p class="has-small-font-size wp-block-paragraph">（其实参考了Safari的图标、ThinkVantage RnR / Rescue and Recovery、Windows Media Player还有帮助中心的图标设计）</p>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-full"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/T34HL2FA.png" data-lbwps-width="256" data-lbwps-height="256" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/T34HL2FA.png"><img data-dominant-color="828b8c" data-has-transparency="true" style="--dominant-color: #828b8c;" loading="lazy" decoding="async" width="256" height="256" sizes="auto, (max-width: 256px) 100vw, 256px" data-id="6449" src="https://v1sta.xyz/wp-content/uploads/2026/07/T34HL2FA.png" alt="" class="wp-image-6449 has-transparency" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/T34HL2FA.png 256w, https://v1sta.xyz/wp-content/uploads/2026/07/T34HL2FA-150x150.png 150w" /></a></figure>



<figure class="wp-block-image size-full"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/T34HL1FA.png" data-lbwps-width="256" data-lbwps-height="256" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/T34HL1FA.png"><img data-dominant-color="6e7770" data-has-transparency="true" style="--dominant-color: #6e7770;" loading="lazy" decoding="async" width="256" height="256" sizes="auto, (max-width: 256px) 100vw, 256px" data-id="6451" src="https://v1sta.xyz/wp-content/uploads/2026/07/T34HL1FA.png" alt="" class="wp-image-6451 has-transparency" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/T34HL1FA.png 256w, https://v1sta.xyz/wp-content/uploads/2026/07/T34HL1FA-150x150.png 150w" /></a></figure>
</figure>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://v1sta.xyz/wp-content/uploads/2026/07/T34HELP_CARD.png" data-lbwps-width="800" data-lbwps-height="450" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/07/T34HELP_CARD-300x169.png"><img data-dominant-color="525252" data-has-transparency="false" style="--dominant-color: #525252;" loading="lazy" decoding="async" width="800" height="450" sizes="auto, (max-width: 800px) 100vw, 800px" src="https://v1sta.xyz/wp-content/uploads/2026/07/T34HELP_CARD.png" alt="" class="wp-image-6452 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/T34HELP_CARD.png 800w, https://v1sta.xyz/wp-content/uploads/2026/07/T34HELP_CARD-300x169.png 300w, https://v1sta.xyz/wp-content/uploads/2026/07/T34HELP_CARD-768x432.png 768w" /></a><figcaption class="wp-element-caption">捏他了ThinkPad的RnR界面</figcaption></figure>
</div>


<p class="wp-block-paragraph">花了两顿奶茶钱。啊，我还想买耳机啊。<br>所以后半夜熬夜赶的主要还是攻略和人物图鉴排版的内容。先把白色钥匙两条线整备完了，顺带加上信友的一些帮助。<br>当然.help域名属于促销价格，如果要续费的话，几乎是十倍的价格，恐怕要借助各位玩家的众筹款了。</p>



<p class="wp-block-paragraph">单独买域名也有一个坏处是，<br>Bookstack本身没有sitemap.xml文件的SEO功能。<br>所以要被搜索引擎直接收录的话，应该就很难了。</p>



<p class="wp-block-paragraph">如果挂在景の域本域名下的话，则应该是可以被爬虫检索到的。<br>但朋友还是一并要求最好用一个好记且独立的域名，以免被平台封杀。至少我这个空间甚至已经被腾讯系屏蔽访问了。。也好，这样也能过滤掉没有思维的访客。<br><em>你至少让他们用Kook跟Oopz也好啊。</em></p>



<p class="wp-block-paragraph">考虑到T34的游戏不大可能还有人特意用谷歌搜。<br>这个站也主要面向的是国内移网用户的玩家，所以SEO收不收录都无所谓，换个思维来说就算是百度也不一定会收。（所以，你有bing吗（笑））</p>



<p class="wp-block-paragraph">实际也发现help后缀不加https前缀的话，<br>聊天框不会当作网站看待。何况玩T34的游戏本来就对思维力要求高，这反而激励了玩家们自己复制到浏览器打开。交互方式反而歪打正着了。</p>



<p class="wp-block-paragraph">没有SEO也不算是什么坏事，<br>本身景の域的收录速度已经培养的很快了，有什么想要发布的还是在本域比较合适，想要找到资料并不是特别困难的事情。玩家也能有一个相对较好的体验。也避免了AI搜索导致的各种资源消耗。</p>



<p class="wp-block-paragraph">最终来说，T34.help 这个站的宣传途径依然是最古早的“口口相传”，这就足够了。本质上是一个类似东方系列的百科全书那种的纯公益功能站，用闲暇空余时间承载的小项目，也没有必要弄什么太大的宣发啊，能跑就行。</p>



<p class="wp-block-paragraph">不过说起来，Bookstack那个编辑器还是蛮难用的，也没有真正的同步模板。我主要看重的是Bookstack的编译离线查阅HTML保存能力。</p>



<p class="wp-block-paragraph">但是，在那里发布太多图像也有些不妥，<br>如果要节省空间以及控制访问量的话，可能还是WordPress合适一些。乃至是Hugo这样的静态博客。事实上我到现在还不熟悉MkDocs的使用方式。</p>



<p class="wp-block-paragraph">其实搭建这个站也有我自己的一点私心吧，<br>也是为了当作以后工作的履历的作品集。<br>以此证明我的的确确做过些什么。<br>当然，T34的别墅可是我童年时期的心上水，我本身是很热爱这个游戏系列的。以至于我似乎有点宠别墅了。。。（毕竟泞之翼世界观设定太大了，即使看攻略也不一定吃得消，我得慢慢来）</p>



<p class="wp-block-paragraph">但如果像那些其他的同人圈子那么纷争战乱的话，<br>被人当成说是土皇帝、又是圈钱又是你死我活的氛围，恐怕还是很难受的。希望T34系的玩家不会那么极端化吧，至少我觉得别墅的玩家很理性。</p>



<p class="wp-block-paragraph">我可能还想去做一下Stanley系列跟胡侦探系列的记载。<br>但果然我的精力不太够。我还想画些逆转跟幽灵诡计的同人创作……</p>

<p><a href="https://v1sta.xyz/artworks/%e6%97%a5%e8%ae%b0-2026%e5%b9%b47%e6%9c%886%e6%97%a5/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/artworks/%e6%97%a5%e8%ae%b0-2026%e5%b9%b47%e6%9c%886%e6%97%a5/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://t34.help/uploads/images/system/2026-07/B8gt34hl2fa.png" length="" type="image/png"/><media:content url="https://t34.help/uploads/images/system/2026-07/B8gt34hl2fa.png" width="256" height="256" medium="image" type="image/png"/>	</item>
		<item>
		<title>2014主题的Fourteen Extend插件</title>
		<link>https://v1sta.xyz/%e5%8f%91%e7%8e%b0/2014%e4%b8%bb%e9%a2%98%e7%9a%84fourteen-extend%e6%8f%92%e4%bb%b6/</link>
					<comments>https://v1sta.xyz/%e5%8f%91%e7%8e%b0/2014%e4%b8%bb%e9%a2%98%e7%9a%84fourteen-extend%e6%8f%92%e4%bb%b6/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Fri, 03 Jul 2026 13:19:17 +0000</pubDate>
				<category><![CDATA[发现]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=6411</guid>

					<description><![CDATA[使用Twenty Fourteen主题时一定要安装Fourteen Extend插件 转发自 https:// &#8230; <a href="https://v1sta.xyz/%e5%8f%91%e7%8e%b0/2014%e4%b8%bb%e9%a2%98%e7%9a%84fourteen-extend%e6%8f%92%e4%bb%b6/" class="more-link">继续阅读<span class="screen-reader-text">2014主题的Fourteen Extend插件</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img data-dominant-color="c2c4c4" data-has-transparency="false" style="--dominant-color: #c2c4c4;" loading="lazy" decoding="async" width="1024" height="640" sizes="auto, (max-width: 1024px) 100vw, 1024px" src="https://v1sta.xyz/wp-content/uploads/2026/07/6285-1024x640.webp" alt="" class="wp-image-6412 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/07/6285-1024x640.webp 1024w, https://v1sta.xyz/wp-content/uploads/2026/07/6285-300x188.webp 300w, https://v1sta.xyz/wp-content/uploads/2026/07/6285-768x480.webp 768w, https://v1sta.xyz/wp-content/uploads/2026/07/6285.webp 1080w" /></figure>



<p class="wp-block-paragraph"><strong>使用Twenty Fourteen主题时一定要安装Fourteen Extend插件</strong></p>



<p class="wp-block-paragraph">转发自 <a href="https://lawtee.com/article/2014-01-09-twenty-fourteen/">https://lawtee.com/article/2014-01-09-twenty-fourteen/</a></p>



<figure class="wp-block-mamaduka-bookmark-card is-style-horizontal"><a class="bookmark-card" href="https://lawtee.com/article/2014-01-09-twenty-fourteen/"><div class="bookmark-card__image"><img decoding="async" src="https://lawtee.com/article/2014-01-09-twenty-fourteen/wordpress-logo.webp"/></div><div class="bookmark-card__content"><div class="bookmark-card__title">使用Twenty Fourteen主题时一定要安装Fourteen Extend插件 · 老T博客</div><div class="bookmark-card__description">使用Twenty Fourteen主题时，强烈建议安装Fourteen Extend插件，它能有效解决页面内容偏左显示的问题，使整体布局更加居中美观。该插件还提供了强大的边栏控制功能，允许用户灵活设置左右边栏在主页、页面及文章页的显示或隐藏，从而优化不同页面的布局与阅读体验。此外，通过该插件还能调整</div><div class="bookmark_card__meta"><img decoding="async" class="bookmark_card__meta-icon" src="https://lawtee.com/favicon.ico"/><span class="bookmark_card__meta-publisher">lawtee.com</span></div></div></a></figure>



<p class="wp-block-paragraph"> </p>



<p class="wp-block-paragraph">使用Twenty Fourteen主题时一定要安装Fourteen Extend插件，可以使画面不再偏左显示。而且可以方便的控制左右边栏是否在主页、页面、文章页的显示，以及调整其他一些功能。</p>



<p class="wp-block-paragraph"><a href="https://github.com/zulfnore/fourteen-extended">https://github.com/zulfnore/fourteen-extended</a></p>



<p class="wp-block-paragraph"><a href="https://wordpress.org/plugins/fourteen-extended">https://wordpress.org/plugins/fourteen-extended</a></p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph"><strong>域主的评价：</strong></p>



<p class="wp-block-paragraph">Twenty Fourteen 2014 作为十多年前WordPress 3.8时期的老牌主题，对应的插件似乎已经跟不上最新版本的WordPress。这个插件也不适合多站点模式。不过，其中的部分代码倒是可以借鉴。</p>

<p><a href="https://v1sta.xyz/%e5%8f%91%e7%8e%b0/2014%e4%b8%bb%e9%a2%98%e7%9a%84fourteen-extend%e6%8f%92%e4%bb%b6/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/%e5%8f%91%e7%8e%b0/2014%e4%b8%bb%e9%a2%98%e7%9a%84fourteen-extend%e6%8f%92%e4%bb%b6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/07/6285-1024x640.webp" length="25444" type="image/webp"/><media:content url="https://v1sta.xyz/wp-content/uploads/2026/07/6285-1024x640.webp" width="1024" height="640" medium="image" type="image/webp"/>	</item>
		<item>
		<title>WP私密以及归档评论</title>
		<link>https://v1sta.xyz/tech/wp-private-and-archive-comments/</link>
					<comments>https://v1sta.xyz/tech/wp-private-and-archive-comments/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Thu, 02 Jul 2026 11:27:04 +0000</pubDate>
				<category><![CDATA[发现]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress插件]]></category>
		<category><![CDATA[资源]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=6369</guid>

					<description><![CDATA[最近因为一些需求需要实现私密评论的方式。 试了像是wpDiscuz这样的插件，但并不好用，要么破坏主题本身的评 &#8230; <a href="https://v1sta.xyz/tech/wp-private-and-archive-comments/" class="more-link">继续阅读<span class="screen-reader-text">WP私密以及归档评论</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">最近因为一些需求需要实现私密评论的方式。</p>



<p class="wp-block-paragraph">试了像是wpDiscuz这样的插件，但并不好用，<br>要么破坏主题本身的评论区风格；要么需要开放注册登录才能设置权限。对于个人博客而言，这显然是不合适的。</p>



<p class="wp-block-paragraph">所以继续寻找一些WordPress的插件解决方案，<br>而且最好也是自由的。尽管在现在这个经济环境下是很难有动力支撑开发者维护网站开发的资源。</p>



<p class="wp-block-paragraph"><a href="https://cn.wordpress.org/plugins/private-comment/"><strong>Private Comment</strong></a>允许访客在页面上勾选一个“私密评论”的选项，这样发表的评论就不会公开显示在留言评论区上，评论也无法批准。不过对于本就设定了「需要先审后发的留言规则」的规则而言，这个插件的功能可能并没有什么意义。</p>



<figure class="wp-block-embed is-type-wp-embed is-provider-plugin-directory wp-block-embed-plugin-directory"><div class="wp-block-embed__wrapper">
<blockquote class="wp-embedded-content" data-secret="tECpGb6qfR"><a href="https://cn.wordpress.org/plugins/private-comment/">Private Comment</a></blockquote><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"  title="《 Private Comment 》—Plugin Directory" src="https://cn.wordpress.org/plugins/private-comment/embed/#?secret=6YaoVm0ZSJ#?secret=tECpGb6qfR" data-secret="tECpGb6qfR" width="474" height="267" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
</div></figure>



<p class="wp-block-paragraph">然后是来自AndrasGuseo制作的<strong><a href="https://andrasguseo.com/archive-comments/">Archive Comments</a></strong>插件，</p>



<p class="wp-block-paragraph">这个插件实现了「将评论移动到一个专用的存档区」程度的能力，这样也避免了评论一直停留在待审、导致红点通知一直显示让人心烦的问题。</p>



<figure class="wp-block-mamaduka-bookmark-card is-style-horizontal"><a class="bookmark-card" href="https://andrasguseo.com/archive-comments/"><div class="bookmark-card__content"><div class="bookmark-card__title">Archive Comments – András Guseo</div><div class="bookmark-card__description"></div><div class="bookmark_card__meta"><img decoding="async" class="bookmark_card__meta-icon" src="https://andrasguseo.com/wp-content/uploads/2026/05/cropped-hc-heart-32x32.png"/><span class="bookmark_card__meta-publisher">andrasguseo.com</span></div></div></a></figure>



<p class="wp-block-paragraph">AndrasGuseo还制作了其他实用的WordPress插件。</p>



<p class="wp-block-paragraph">例如用于管理演唱会记录的<strong>GigManager</strong>，访客能通过这个插件提供的表格了解信息并购买入场票。GigManager的内部数据结构基于WP原生的CPT也就是自定义帖子类型的框架构建。无论是乐队还是场地方（如LiveHouse、酒店），甚至包括漫展和游戏机厅组织活动，这个插件都很实用。<br><s>（请给我广告费（误））</s></p>

<p><a href="https://v1sta.xyz/tech/wp-private-and-archive-comments/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/tech/wp-private-and-archive-comments/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2.png" length="199214" type="image/png"/><media:content url="https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2.png" width="512" height="512" medium="image" type="image/png"/>	</item>
		<item>
		<title>CDMA手机添加GSM网络支持</title>
		<link>https://v1sta.xyz/tech/cdma%e6%89%8b%e6%9c%ba%e6%b7%bb%e5%8a%a0gsm%e7%bd%91%e7%bb%9c%e6%94%af%e6%8c%81/</link>
					<comments>https://v1sta.xyz/tech/cdma%e6%89%8b%e6%9c%ba%e6%b7%bb%e5%8a%a0gsm%e7%bd%91%e7%bb%9c%e6%94%af%e6%8c%81/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Sun, 28 Jun 2026 06:09:20 +0000</pubDate>
				<category><![CDATA[发现]]></category>
		<category><![CDATA[奇物]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[Pocket PC]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Mobile]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=6284</guid>

					<description><![CDATA[前段时间在二手市场上发现一些老旧的WinMobile、PPC双卡手机，这些手机原本应该只有CDMA支持的型号、 &#8230; <a href="https://v1sta.xyz/tech/cdma%e6%89%8b%e6%9c%ba%e6%b7%bb%e5%8a%a0gsm%e7%bd%91%e7%bb%9c%e6%94%af%e6%8c%81/" class="more-link">继续阅读<span class="screen-reader-text">CDMA手机添加GSM网络支持</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">前段时间在二手市场上发现一些老旧的WinMobile、PPC双卡手机，这些手机原本应该只有CDMA支持的型号、但却可以通过某些方式打开部分GSM网络的特性、实现双卡双待。</p>



<p class="wp-block-paragraph">与硬改不同的是，这些手机可以通过某些固件选项打开部分的GSM网络技术支持，但功能并不完整，所以本质上它还是CDMA制式的手机。对比于硬改成GSM的那些机型，这种双模双卡双待的手机更像是通过额外的组件扩展了功能，不会因为硬改导致完全丧失CDMA的通信功能。</p>



<p class="wp-block-paragraph">当然，GSM易受干扰、速度慢的缺点也会影响到CDMA侧的通信部分出现障碍，除非暂时关闭其中一个通讯待机系统，因此依然不如原生的GSM支持。无论是软改、硬改还是附加件，这在追求质量稳定性的企业环境市场是接受程度较低的；但随着需求增长，相信双卡双待机型也会被大众市场所接受……</p>

<p><a href="https://v1sta.xyz/tech/cdma%e6%89%8b%e6%9c%ba%e6%b7%bb%e5%8a%a0gsm%e7%bd%91%e7%bb%9c%e6%94%af%e6%8c%81/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/tech/cdma%e6%89%8b%e6%9c%ba%e6%b7%bb%e5%8a%a0gsm%e7%bd%91%e7%bb%9c%e6%94%af%e6%8c%81/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2.png" length="199214" type="image/png"/><media:content url="https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2.png" width="512" height="512" medium="image" type="image/png"/>	</item>
		<item>
		<title>头脑风暴：滑块记录器</title>
		<link>https://v1sta.xyz/tech/%e5%a4%b4%e8%84%91%e9%a3%8e%e6%9a%b4%ef%bc%9a%e6%bb%91%e5%9d%97%e8%ae%b0%e5%bd%95%e5%99%a8/</link>
					<comments>https://v1sta.xyz/tech/%e5%a4%b4%e8%84%91%e9%a3%8e%e6%9a%b4%ef%bc%9a%e6%bb%91%e5%9d%97%e8%ae%b0%e5%bd%95%e5%99%a8/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Sat, 27 Jun 2026 13:59:48 +0000</pubDate>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[随想]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=6266</guid>

					<description><![CDATA[这个想法是源于因为我记不住半自动洗衣机的使用流程，仅仅有计时器是不够实现自律的。 我突发奇想，我也许应该用什么 &#8230; <a href="https://v1sta.xyz/tech/%e5%a4%b4%e8%84%91%e9%a3%8e%e6%9a%b4%ef%bc%9a%e6%bb%91%e5%9d%97%e8%ae%b0%e5%bd%95%e5%99%a8/" class="more-link">继续阅读<span class="screen-reader-text">头脑风暴：滑块记录器</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">这个想法是源于因为我记不住半自动洗衣机的使用流程，仅仅有计时器是不够实现自律的。</p>



<p class="wp-block-paragraph">我突发奇想，我也许应该用什么方式把流程记下来，所以有了这个想法。当然其实不局限于洗衣机，这个形式逻辑也比较适合厨房做菜、收拾家务的场景，乃至于写作业，或者是玩Minecraft（因为我会晕3D，我需要番茄钟控制游玩时间造成的影响），其实本质上就是一种绳结记事或者是一种抽象化的Todo List模板……或者是，算盘？</p>



<p class="wp-block-paragraph">大概像是这样：</p>



<figure class="wp-block-image size-full"><img data-dominant-color="e4e9ec" data-has-transparency="false" style="--dominant-color: #e4e9ec;" loading="lazy" decoding="async" width="240" height="75" sizes="auto, (max-width: 240px) 100vw, 240px" src="https://v1sta.xyz/wp-content/uploads/2026/06/image-6.png" alt="" class="wp-image-6286 not-transparent"/></figure>



<p class="wp-block-paragraph">|=====[]=====|=====|=====|</p>



<p class="wp-block-paragraph">|=====|==&gt;[]=|=====|=====|</p>



<p class="wp-block-paragraph">这个滑块可以用一种晾衣杆实现，并贴上对应的刻度，到达第二阶段，就往后移动。它就像Windows安装界面的那个指示器一样，但是你得手动调整。</p>



<p class="wp-block-paragraph">它没什么有技术含量的部分，如果有，那么可能只是在刻度处增加一个传感器（甚至这个传感器可以只是显示一个摄像头画面，就像OMV NAS系统的资源监视器面板实际上是X11/VNC画面转发…），然后用各种方式接入到Home Assistant的仪表盘上显示，或用来映射更新To Do List的状态……</p>



<p class="wp-block-paragraph">当然如果以创客的角度思考，一台Windows/Linux Kiosk平板是更科技化的实现方式，实现一个常驻显示HA界面的侧边栏（类似Longhorn/Vista），但在屏幕纵横最长的部分（横屏在底下、竖屏在侧边），在这个侧边栏显示滑条跟计时器，就可以在浏览网页的同时控制控件；如果在电脑桌面前，也能收到来自卫生间的通知。</p>



<p class="wp-block-paragraph">当然对于实际的操作来说是聊胜于无的，那只是为了能在工作的时候看到当前的进度，因为这其中没有改造成任何实现无人值守的功能，它没有接入任何实质性的电路控制系统，只是一个高级的记录器。</p>

<p><a href="https://v1sta.xyz/tech/%e5%a4%b4%e8%84%91%e9%a3%8e%e6%9a%b4%ef%bc%9a%e6%bb%91%e5%9d%97%e8%ae%b0%e5%bd%95%e5%99%a8/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/tech/%e5%a4%b4%e8%84%91%e9%a3%8e%e6%9a%b4%ef%bc%9a%e6%bb%91%e5%9d%97%e8%ae%b0%e5%bd%95%e5%99%a8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2.png" length="199214" type="image/png"/><media:content url="https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2.png" width="512" height="512" medium="image" type="image/png"/>	</item>
		<item>
		<title>Orbit：适用于 Hugo 的 MetaWeblog API 服务端</title>
		<link>https://v1sta.xyz/%e5%8f%91%e7%8e%b0/orbit-hugo-metaweblog-api-server/</link>
					<comments>https://v1sta.xyz/%e5%8f%91%e7%8e%b0/orbit-hugo-metaweblog-api-server/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Thu, 25 Jun 2026 06:43:31 +0000</pubDate>
				<category><![CDATA[发现]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[Live Writer]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=6207</guid>

					<description><![CDATA[准备找找用Windows Live Writer发布静态博客的方式，我发现了这个。虽然它主要是针对MarsEd &#8230; <a href="https://v1sta.xyz/%e5%8f%91%e7%8e%b0/orbit-hugo-metaweblog-api-server/" class="more-link">继续阅读<span class="screen-reader-text">Orbit：适用于 Hugo 的 MetaWeblog API 服务端</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image"><a href="https://github.com/elliotekj/orbit/raw/master/.README/demo.gif"><img decoding="async" src="https://github.com/elliotekj/orbit/raw/master/.README/demo.gif" alt="demo.gif"/></a></figure>



<figure class="wp-block-mamaduka-bookmark-card"><a class="bookmark-card" href="https://github.com/elliotekj/orbit"><div class="bookmark-card__image"><img decoding="async" src="https://opengraph.githubassets.com/90b55f3d187e48069db3a2595b59c5557f5b0270682edeb3feda6de751aee417/elliotekj/orbit"/></div><div class="bookmark-card__content"><div class="bookmark-card__title">GitHub &#8211; elliotekj/orbit: A MetaWeblog API Server for Hugo · GitHub</div><div class="bookmark-card__description">A MetaWeblog API Server for Hugo. Contribute to elliotekj/orbit development by creating an account on GitHub.</div><div class="bookmark_card__meta"><img decoding="async" class="bookmark_card__meta-icon" src="https://github.githubassets.com/favicons/favicon.svg"/><span class="bookmark_card__meta-publisher">github.com</span></div></div></a></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<div style="height:38px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="wp-block-paragraph"><strong>Orbit：适用于 Hugo 的 MetaWeblog API 服务端</strong></p>



<p class="wp-block-paragraph">Orbit 是一个基于 Hugo 的MetaWeblog API 服务器，专为博客而设计。它的开发目的是为了让我能够通过 <a href="https://www.red-sweater.com/marsedit/">MarsEdit</a> 编辑器撰写和发布<a href="https://elliotekj.com/">我的博客</a>文章。它支持草稿（虽然这并非 MetaWeblog 的标准功能）以及 MarsEdit 的拖放式图片插入功能。<br>它还内置了令牌验证机制，所以您可以安全地将其部署在您的服务器上。</p>
</blockquote>



<figure class="wp-block-image"><img decoding="async" src="https://github.com/elliotekj/orbit/raw/master/.README/marsedit.png" alt="MarsEdit 配置"/></figure>



<p class="wp-block-paragraph">准备找找用Windows Live Writer发布静态博客的方式，我发现了这个。虽然它主要是针对MarsEdit设计的，但是MetaWeblog应该也支持Live Writer么？</p>



<p class="wp-block-paragraph">Orbit还支持发布Micro.Blog（尽管因为付费问题我未曾使用过）</p>

<p><a href="https://v1sta.xyz/%e5%8f%91%e7%8e%b0/orbit-hugo-metaweblog-api-server/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/%e5%8f%91%e7%8e%b0/orbit-hugo-metaweblog-api-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://github.com/elliotekj/orbit/raw/master/.README/demo.gif" length="" type="image/gif"/><media:content url="https://github.com/elliotekj/orbit/raw/master/.README/demo.gif" width="1108" height="663" medium="image" type="image/gif"/>	</item>
		<item>
		<title>WordPress开发杂记</title>
		<link>https://v1sta.xyz/tech/wordpress%e5%bc%80%e5%8f%91%e6%9d%82%e8%ae%b0/</link>
					<comments>https://v1sta.xyz/tech/wordpress%e5%bc%80%e5%8f%91%e6%9d%82%e8%ae%b0/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Wed, 24 Jun 2026 11:33:01 +0000</pubDate>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[日常]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=6185</guid>

					<description><![CDATA[这几天也在研究使用WordPress构建网站，特别是使用古藤堡区块编辑器+自定义字段跟自定义帖子类型也就是CP &#8230; <a href="https://v1sta.xyz/tech/wordpress%e5%bc%80%e5%8f%91%e6%9d%82%e8%ae%b0/" class="more-link">继续阅读<span class="screen-reader-text">WordPress开发杂记</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">这几天也在研究使用WordPress构建网站，特别是使用古藤堡区块编辑器+自定义字段跟自定义帖子类型也就是CPT，无代码的即时所见即所得编辑器是很有意思。<br>但总体来说不加合适插件可能还是很麻烦，而如果手搓的话可能效率更高，但很可惜我不会手搓。</p>



<p class="wp-block-paragraph">啊你能想象我还能边看Q娃边开发网站还不用人工智能……</p>



<p class="wp-block-paragraph">自定义字段的话，最受欢迎的方式是使用ACF插件，<br>当然WordPress官方“分叉”了一个类似的SCF，不过后者有一些纠纷渊源，加上实际上的功能没有ACF多，所以我是不太倾向于给最终客户用的，我自己用倒是不太在意。这有点令我想起Forge和NeoForge的关系，但是正义面相反。</p>



<p class="wp-block-paragraph">另一个替代品是Pods插件，这个插件同时支持自定义字段也支持创建自定义帖子类型（后者也可以使用CPT UI创建）不过，自定义帖子类型似乎没法纳入RSS索引？这就见仁见智了。</p>

<p><a href="https://v1sta.xyz/tech/wordpress%e5%bc%80%e5%8f%91%e6%9d%82%e8%ae%b0/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/tech/wordpress%e5%bc%80%e5%8f%91%e6%9d%82%e8%ae%b0/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2.png" length="199214" type="image/png"/><media:content url="https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2.png" width="512" height="512" medium="image" type="image/png"/>	</item>
		<item>
		<title>精确式触控板以及X1 Tablet闲谈</title>
		<link>https://v1sta.xyz/gadget/%e7%b2%be%e7%a1%ae%e5%bc%8f%e8%a7%a6%e6%8e%a7%e6%9d%bf%e4%bb%a5%e5%8f%8ax1-tablet%e9%97%b2%e8%b0%88/</link>
					<comments>https://v1sta.xyz/gadget/%e7%b2%be%e7%a1%ae%e5%bc%8f%e8%a7%a6%e6%8e%a7%e6%9d%bf%e4%bb%a5%e5%8f%8ax1-tablet%e9%97%b2%e8%b0%88/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Sun, 21 Jun 2026 20:55:25 +0000</pubDate>
				<category><![CDATA[奇物]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[追忆]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=6133</guid>

					<description><![CDATA[Enable precision touchpad on HP Spectre x360 (2017) and &#8230; <a href="https://v1sta.xyz/gadget/%e7%b2%be%e7%a1%ae%e5%bc%8f%e8%a7%a6%e6%8e%a7%e6%9d%bf%e4%bb%a5%e5%8f%8ax1-tablet%e9%97%b2%e8%b0%88/" class="more-link">继续阅读<span class="screen-reader-text">精确式触控板以及X1 Tablet闲谈</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<pre><strong>Enable precision touchpad on HP Spectre x360 (2017) and other devices.</strong>
<a href="https://www.reddit.com/r/Windows10/comments/6qz30h/enable_precision_touchpad_on_hp_spectre_x360_2017/">https://www.reddit.com/r/Windows10/comments/6qz30h/enable_precision_touchpad_on_hp_spectre_x360_2017/
</a>
<strong>FYI, installing precision drivers still works in Windows 11 on HP Spectre x360 - 15t-ch000 CTO (15inch 2017/2018 version)</strong>
<a href="https://www.reddit.com/r/spectrex360/comments/ysgu44/fyi_installing_precision_drivers_still_works_in/">https://www.reddit.com/r/spectrex360/comments/ysgu44/fyi_installing_precision_drivers_still_works_in/</a></pre>
<pre><strong>Got Precison Touchpad Working Again 1803+!! (x360 and others) (2019)</strong>
<a href="https://www.reddit.com/r/Windows10/comments/aft1cn/got_precison_touchpad_working_again_1803_x360_and/">https://www.reddit.com/r/Windows10/comments/aft1cn/got_precison_touchpad_working_again_1803_x360_and/</a></pre>
<p>前几个月在后院景之印写过，但是想起来后院其实屏蔽了SEO，所以一直放着没有意义，那就转载过来吧。</p>
<p>转载：<a href="https://www.reddit.com/r/Windows10/comments/aft1cn/got_precison_touchpad_working_again_1803_x360_and/"><strong>Got Precison Touchpad Working Again 1803+!! (x360 and others) (2019)</strong></a></p>
<h1 id="post-title-t3_aft1cn" class="text-neutral-content-strong m-0 font-bold text-18 xs:text-24 mb-xs px-md xs:px-0 xs:mb-md overflow-hidden" dir="auto" aria-label="帖子标题：Got Precison Touchpad Working Again 1803+!! (x360 and others) (2019)" aria-describedby="feed-post-credit-bar-t3_aft1cn"><span dir="auto">1803+ 版本精准触控板恢复正常工作！（适用于 x360 及其他机型）（2019）</span></h1>
<p><strong><span dir="auto">背景：</span></strong><span dir="auto">我发现问题的根源在于 Synaptics 发布了触摸板驱动程序的更新，而 Windows 更新现在会自动检测并安装该更新。新驱动程序将触摸板安装为 SMBus 设备（这本来就应该是这样），但显然存在一些问题，因为它导致触摸板完全无法使用。要让新驱动程序正常工作，唯一的办法是将设备安装为 PS/2 设备，但这会禁用 Precision 驱动程序属性，使触摸板彻底失效。我意识到，要彻底解决所有问题，唯一的办法是回滚到原始驱动程序，这样触摸板就可以作为 SMBus 设备</span><em><span dir="auto">正常注册和工作，</span></em><em><span dir="auto">然后再</span></em><span dir="auto">侧载启用 Precision 功能的驱动程序集。</span></p>
<p><span dir="auto">这是一个多步骤的过程，但我可以保证它有效。</span><strong><span dir="auto">请严格按照每个步骤操作。不要跳过任何重启步骤。</span></strong></p>
<ol>
<li><span dir="auto">首先，我们需要下载</span><strong><span dir="auto">两套</span></strong><span dir="auto">驱动程序。第一套是启用 Precision 触控板的驱动程序（我使用的是</span><a class="relative pointer-events-auto a cursor-pointer underline " href="https://www.reddit.com/r/Windows10/comments/6qz30h/enable_precision_touchpad_on_hp_spectre_x360_2017/" target="_blank" rel="noopener nofollow ugc"><span dir="auto">这里</span></a><span dir="auto">提到的链接）。第二套是从电脑制造商的网站下载触控板的原始驱动程序。对我来说，我访问了</span><a class="relative pointer-events-auto a cursor-pointer underline " href="https://support.hp.com/us-en/drivers/selfservice/hp-spectre-13-ac000-x360-convertible-pc/14039877/model/14039878" target="_blank" rel="noopener nofollow ugc"><span dir="auto">惠普网站的这个页面</span></a><span dir="auto">，下载了 2017 年 8 月 25 日发布的触控板驱动程序。</span></li>
<li><strong><span dir="auto">开启飞行模式。</span></strong><span dir="auto">这是关键步骤。我们不希望 Windows 更新在重启后将触摸板驱动程序重新更新为有缺陷的版本。</span></li>
<li><span dir="auto">进入设备管理器，找到 Synaptics 触控板设备，然后点击“卸载设备”。卸载时， </span><strong><span dir="auto">请务必勾选“删除此设备的驱动程序软件”复选框。</span></strong></li>
<li><span dir="auto">设备管理器现在会提示您重启。请稍等片刻，打开控制面板，然后转到“程序和功能”。找到此处列出的所有 Synaptics 驱动程序，并逐个卸载。就我而言，只有一个。</span></li>
<li><span dir="auto">重启电脑。</span></li>
<li><span dir="auto">电脑启动后，打开设备管理器。在“鼠标”选项卡下，应该只显示一个设备，很可能是 PS/2 鼠标。这是正常现象。如果显示 Synaptics SMBus 或 Synaptics PS/2 设备，则说明您可能漏掉了上述某个步骤。</span></li>
<li><span dir="auto">现在，我们</span><strong><span dir="auto">只安装原始驱动程序。</span></strong><span dir="auto">运行 .exe 文件。如果您收到有关正在安装新驱动程序的消息，则可能是您漏掉了上述某个步骤。之后，Windows 应该会自动识别驱动程序文件，并在通知栏中显示一条消息，提示您需要重启计算机以完成设备安装。</span></li>
<li><span dir="auto">重启电脑。</span></li>
<li><span dir="auto">电脑启动后，打开设备管理器。此时，您应该能在“鼠标”类别下看到 Synaptics SMBus Touchpad，并且触摸板应该可以正常工作。</span></li>
<li><span dir="auto">现在需要安装第二组驱动程序，以启用Precision功能。解压缩.zip文件（假设您使用的是之前链接中的联想下载文件），并将其保存到某个位置。</span></li>
<li><span dir="auto">在设备管理器中，找到触摸板的条目，点击“更新驱动程序”&gt;“浏览我的计算机以查找驱动程序软件”&gt;“让我从计算机上的可用驱动程序列表中选择”&gt;“从磁盘安装”&gt;“浏览”，然后找到您解压缩 .zip 文件的文件夹。</span></li>
<li><span dir="auto">现在设备管理器应该会显示“Synaptics 指点设备”和“Thinkpad 指点设备”两个选项。选择前者，然后单击“下一步”。</span></li>
<li><span dir="auto">让驱动程序安装完成后重启电脑。</span></li>
<li><span dir="auto">重启后，您应该会看到您的电脑配备了精准触控板，并且可以配置所有手势！</span></li>
</ol>
<hr />
<p>这篇帖子真的是帮大忙了。想起来刚入手ThinkPad X1 Tablet的时候，费了十多天研究X1 Tablet的键盘如何安装精确式触控板驱动，明明连富士通T726这种老家伙（其实比YOGA710还新）都能装上精确式驱动。</p>
<p><span id="more-6133"></span></p>
<p>那时候还是2024年，用的土办法装驱动，一时半载也没研究出来个什么所以来。虽然能驱动也却忘了怎么驱动出来的，后面键盘坏了索性直接换日版的Gen2键盘，即插即用，所以就没再悉心研究。陪我两年直到现在键盘又坏了，淘个键盘发现是Gen1的就非常难受了。</p>
<p>（Gen1键盘和Gen2键盘的区别在Fn部分的印刷，联想说2017年的ThinkPad机型全系标配精确式触控板，也就是Gen2的键盘，即插即用无需手动安装驱动。但是X1T的Gen1和Gen2键盘通用，Gen1有设计缺陷，Gen2出货量少，所以海鲜市场上基本上都是Gen1的多，但日本引进的晚以及换代周期长（那台T726都快到2018年了）因此日版的Gen2键盘很多）</p>
<p>这篇文章的步骤基本上可以参考，精确式驱动选择联想的14w。而对于ThinkPad X1 Tablet的Gen1键盘（安装Gen1的原厂驱动）或其他ThinkPad键盘，则在12步选择Synaptics Pointing Device驱动后，再重复选择一次ThinkPad Pointing Device，才能使用精确式触控板以及小红点指点杆的功能。</p>
<p>另外这种方式实现的精确式触控板，记得把Synaptic的触控板设定关掉手势，否则会冲突。相较于原生支持精确式触控板的Gen2键盘，这种方式的双指滑动有延迟，也有概率出现打滑现象。</p>
<p>能上Gen2键盘就上Gen2键盘吧，Gen2不仅免驱而且感觉品控、键程手感也好一些（Gen1软塌塌的，虽然可能有IBM味？我不太喜欢。Gen2就和新世代TP差不多），Gen2触控板的涂层感觉也比Gen1好，Gen1只能算是一种下位替代。虽然高强度使用也无法避免排线老化断裂的问题，用二合一电脑肯定都得碰上犟事儿。</p>
<hr />
<p>再说说X1 Tablet值不值得购买，市面上能买到的基本上都是Gen2机型，但是配Gen1的键盘，少部分有Gen2的。特意去海鲜市场淘整机的话，最好考虑一下200块钱左右的键盘购置税——二手的X1T键盘是个大问题（包括后来的Gen3，或者几乎所有软排线键盘的二合一都有这毛病，我甚是怀念X2 210啊。）</p>
<p>选X1T无非就是为了小红点，因为隔壁戴尔的Latitude和惠普的Elite都是更有性价比的选择，联想在2016~2017年发布的产品质量多少有点大病，不过大概是供应商的锅。X1T的性能释放可能还不如用Atom的平板，不要想着用它当高性能计算平台，所以X1T除了轻度办公之外基本上就是当RDP的瘦客户机用，它这个价格有一半都是为了轻薄和便携的，这没毛病。</p>
<p>而用作RDP协议的瘦客户机的话，那么本机性能就显得没那么重要了，能传视频就行的程度。</p>
<p>我已经用了好几年的RDP，甚至连看视频和绘图工作也是通过RDP进行的。<br />
虽然显示质量显得很凄惨——只是为了衔接工作流。而至于说RDP本身的体验如何？肉眼可见视频质量算不上优秀，但是一般的Web画图排版的工作确实可以胜任，这取决于自己的技术力。追求质量用Moonlight也不是不可以。何况RDP还可以将手写笔透传过去，这样一来X1T也就可以相当于用作一个数位屏使用。</p>
<p>好吧，我连Latitude也是这么用的……</p>
<p>所以用X1T做主力电脑那纯粹是自找苦吃，但作为瘦客户机却几乎是Best Match!<br />
在这个不太极限的便携体积，可以享受到完整的Windows以及RDP的连接体验，快捷键也能映射上，这就没毛病。要真的挑几个缺点，就是这个精确式触控板的手势没法用（但高精度指针与滚动还是有效用的，这直接影响使用触控板操控体验，不然就不叫精确式触控板了）</p>

<p><a href="https://v1sta.xyz/gadget/%e7%b2%be%e7%a1%ae%e5%bc%8f%e8%a7%a6%e6%8e%a7%e6%9d%bf%e4%bb%a5%e5%8f%8ax1-tablet%e9%97%b2%e8%b0%88/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/gadget/%e7%b2%be%e7%a1%ae%e5%bc%8f%e8%a7%a6%e6%8e%a7%e6%9d%bf%e4%bb%a5%e5%8f%8ax1-tablet%e9%97%b2%e8%b0%88/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2.png" length="199214" type="image/png"/><media:content url="https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2.png" width="512" height="512" medium="image" type="image/png"/>	</item>
	</channel>
</rss>
