<?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/response/feed/" rel="self" type="application/rss+xml" />
	<link>https://v1sta.xyz</link>
	<description>远景的幻想空间</description>
	<lastBuildDate>Tue, 14 Jul 2026 18:43:36 +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/response/feed/"/>
	<item>
		<title>自定义帖子类型 实装更新</title>
		<link>https://v1sta.xyz/tech/%e8%87%aa%e5%ae%9a%e4%b9%89%e5%b8%96%e5%ad%90%e7%b1%bb%e5%9e%8b-%e5%ae%9e%e8%a3%85%e6%9b%b4%e6%96%b0/</link>
					<comments>https://v1sta.xyz/tech/%e8%87%aa%e5%ae%9a%e4%b9%89%e5%b8%96%e5%ad%90%e7%b1%bb%e5%9e%8b-%e5%ae%9e%e8%a3%85%e6%9b%b4%e6%96%b0/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Tue, 14 Jul 2026 17:00:28 +0000</pubDate>
				<category><![CDATA[回复]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[日常]]></category>
		<category><![CDATA[随想]]></category>
		<category><![CDATA[IndieWeb]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=6833</guid>

					<description><![CDATA[个人博客使用CPT的实践记录 到了月中了，作为一个宅充爆表的同人作者。似乎这一年都很忙碌呢（笑） 因为熟悉Wo &#8230; <a href="https://v1sta.xyz/tech/%e8%87%aa%e5%ae%9a%e4%b9%89%e5%b8%96%e5%ad%90%e7%b1%bb%e5%9e%8b-%e5%ae%9e%e8%a3%85%e6%9b%b4%e6%96%b0/" 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"><strong>个人博客使用CPT的实践记录</strong></p>



<p class="wp-block-paragraph">到了月中了，作为一个宅充爆表的同人作者。<br>似乎这一年都很忙碌呢（笑）</p>



<p class="wp-block-paragraph">因为熟悉WordPress的缘故，所以就这么一直用着，<br>也试着接触了一下肤浅的WordPress开发资源。<br>之前的作品集是还没弄完，甚至有点想重新打稿重制。<br>不过很多技术还是进行了实践，现在也实装到了本域这样一个个人性质的博客空间，而不是所谓的企业建站。<br>（实际上我并不擅长服务类的一锤子买卖）</p>



<p class="wp-block-paragraph">一些主题会借助WP的CPT功能、实现自定义的作品集管理和模板样式，这种管理方式要比设定「帖子格式」的方式更强大。<br>不过我的用途实际上说是CPT，也只不过是拆分成子博客的逻辑。样式这个东西也是可以共存的，只是个别主题需要在主屏幕同时显示两个样式的信息流，例如作品集主题。（区块主题应该没有字面意义上的限制）</p>



<p class="wp-block-paragraph">而如果用静态博客的逻辑理解的话，假设一般文章会发布到「public/存档/文章」、页面是「public/页面」，那么CPT就相当于在文章之上的一层新建了一个顶级目录，也就是「public/CPT名」。<br><sub><sup>当然真正的静态Blogger看看就好，不必像我一样因为独占主题用WP的（笑）</sup></sub><br><sub>我只是无名画手。。。</sub></p>



<p class="wp-block-paragraph">用CPT的一个劣势可能是转到WP官方的.com服务不升级不能用吧。<br>用公共服务了逻辑自然也要改变一下。但毕竟现在还是自家租的园地，珍惜时光。</p>



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



<p class="wp-block-paragraph">总的来说，还是要基于需求实现功能。<br>因为之前参加了StyleStar和Frutiger Aero Archive的论坛，发表了很多有价值的回复，我觉得这是应该保存并展示的。但直接发布在主信息流是不太方便的，所以不妨把它作为一个独立的存档和RSS Feed分叉出来。</p>



<p class="wp-block-paragraph">实现WP的CPT的方案有很多，我选了用插件实现的方式，<br>以后迁移也比较方便。<br>目前热门的插件包括ACF/SCF、Custom Post Type UI（CPT UI）以及免费实用的Pods。我最后选了Pods，是因为Pods没有所谓的Pro版功能、而且界面比较经典，还可以把存档显示在综合的搜索结果、跟WP自带的分类归档的信息流中，但不影响主页信息流。</p>



<p class="wp-block-paragraph">不要误会，我并不是要做什么「把宅品跟技术文章切割」这样的行为。不过有一些不常编辑的内容的确应该做一下Feed分流。当然还有景之印，但是现在准备重构装修。</p>



<p class="wp-block-paragraph">于是我设想了一些CPT自定义的帖子类型：</p>



<ul class="wp-block-list">
<li>应答 / 答复 <br>（专门存放论坛与Webmention的答复帖）</li>



<li>更新记录<br>（博客的功能更新记录，类似Steam小型更新/补丁说明）</li>



<li>简报<br>（类似Newsletter周记/月记、Steam游戏来自厂商的大更新新闻，专门提供给「感觉主信息流宅充浓度爆炸、但更希望接收简短标题集合」的精英读者，初次来访的访客包括我自己也能知道自己一段时间的任务总结）</li>



<li>画册<br>（专门存放画作（主要是画猜涂鸦）的作品集，可能会自行编写九宫格风格的模板样式，不用2014默认的瀑布流）</li>



<li>收藏<br>（放置我从网络搜集到的各种资源的链接和视频之类的。避免“干扰”主博客的信息流。）</li>



<li>集邮<br>（说起集邮啊，本意是指交流收集邮信时代的邮票，在现在的时代，则流行一种在Cosplay圈子中摄影者与Coser合影留念收集照片的说法，并延伸到其他的领域。此时，我想到RetroComputing复古的网络世界中，可也有不少Web邮票图、88&#215;31按钮以及Userbars等装饰性质的图片资源，或许这些小东西也是可以算作集邮的吧？也算是回归了本源。我要收集这些战利品）</li>



<li>English Only<br>（英语角，专门为国际访客开设的文章栏目。其实这样一说有点像CGTN电视频道的定位。啊为啥我也要做外宣啊？但确实是这个感觉。虽然有很多用户会借助浏览器的自动翻译访问本域，但是还是要顾及很多传统访客的想法。）</li>
</ul>



<p class="wp-block-paragraph">以上的想法也算是为特定受众迎合做出的设计吧。</p>



<p class="wp-block-paragraph">顺便设想了一下此前关于IndieWeb运动中的「喜欢/收藏」功能的思考。也就是英文Favourite，这种功能脱胎于像推特这样的社交媒体，不同于网络书签孤零零的收藏，它在一定程度上可以被“当作”能更好的表达用户对某一件事情的喜爱。</p>



<p class="wp-block-paragraph">但亦有些人不喜欢这个“当作”的设定。还是蛮有争议的。<br>后来推特把星星改成红心，就有很多人反感。<br>再后来的马斯克直接不公开喜欢了，可能是考虑到社会高层“某无能辩护士/无能发言者”那样的公号私用的情况吧？</p>



<p class="wp-block-paragraph">Favourite 偏向于情感类的「喜欢」确实在像「偶像社交」这样的场合有一定的反馈作用，我以前也是「喜爱派」；<br>但是在本域这样一个独立空间，加入的链接其实并不能很好地通知原发布者，Webmention都不大能直接和Fediverse建立通讯。所以上述的收藏，更多是为了帮助有同样兴趣爱好的搜索者找到跟发现资源，就像松鼠仓库/仓鼠/藏经阁一样，“你能从俺这扒拉翻出一堆好玩的藏宝图”，<br>这样一来其实就是偏向「收藏派」了。</p>



<p class="wp-block-paragraph">如果真的要说对某一件事物的喜爱或支持，<br>其实在现代社交网络诞生之前也有存在过。</p>



<p class="wp-block-paragraph">之前考古东方Project元老世代的画师“alphes”<br>就有网站上刊登“通关逆转裁判3”的记载（笑）<br>未麻的部屋更是通过（剧情中实际虚假的）个人网站与粉丝互动。</p>



<p class="wp-block-paragraph">那种程序化的喜爱，根本不能很好地表达多种因素的情况。<br>而通知内容原主的话，可能是通过Email或者是电话之类的方式联系吧？</p>



<p class="wp-block-paragraph">顺带又研究了一下怎么用应用程序发布，例如Obisidian。但是该怎么说，插件没有支持适用于CPT的发布方式的API。<br>老老实实用古藤堡吧，是麻烦了些。</p>

<p><a href="https://v1sta.xyz/tech/%e8%87%aa%e5%ae%9a%e4%b9%89%e5%b8%96%e5%ad%90%e7%b1%bb%e5%9e%8b-%e5%ae%9e%e8%a3%85%e6%9b%b4%e6%96%b0/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/tech/%e8%87%aa%e5%ae%9a%e4%b9%89%e5%b8%96%e5%ad%90%e7%b1%bb%e5%9e%8b-%e5%ae%9e%e8%a3%85%e6%9b%b4%e6%96%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>FAA Holo</title>
		<link>https://v1sta.xyz/response/faa-holo/</link>
					<comments>https://v1sta.xyz/response/faa-holo/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Tue, 14 Jul 2026 15:17:14 +0000</pubDate>
				<category><![CDATA[回复]]></category>
		<category><![CDATA[Frutiger Aero]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?post_type=response&#038;p=6812</guid>

					<description><![CDATA[Some days I&#8217;m also researching the Holo Design ae &#8230; <a href="https://v1sta.xyz/response/faa-holo/" class="more-link">继续阅读<span class="screen-reader-text">FAA Holo</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">While there already is a LOAD of themes on this website. Even if just for the fun of it, I&#8217;d like to suggest a new theme!<br><br>The android holo theme. <br>For anyone that doesn&#8217;t know, Android holo is that blue, (usually dark) Gradienty theme that android used between versions of 3.0 and 4.4 (2010-2013)<br><br>To this day I absolutely LOVE how it looks, it was simplistic enough to where the UI wasn&#8217;t jarring, And still very pretty, and futuristic looking.<br><br>This site has a GitHub link where a lot of holo UI elements are linked, Aswell as a whole kit for websites!<br><a href="https://holo.zmyaro.com/">https://holo.zmyaro.com/</a><br><br>Although holo isn&#8217;t particularly frutiger aero, I adore how it looks.<br><br>Here&#8217;s a little banner concept I made!<br><br>Edit: and a concept of the site! </p>


<div class="wp-block-image">
<figure data-wp-context="{&quot;imageId&quot;:&quot;6a56a997ac954&quot;}" data-wp-interactive="core/image" data-wp-key="6a56a997ac954" class="aligncenter size-large is-resized wp-lightbox-container"><img decoding="async" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on--click="actions.showLightbox" data-wp-on--load="callbacks.setButtonStyles" data-wp-on--pointerdown="actions.preloadImage" data-wp-on--pointerenter="actions.preloadImageWithDelay" data-wp-on--pointerleave="actions.cancelPreload" data-wp-on-window--resize="callbacks.setButtonStyles" src="https://xatimg.com/image/9E2fiZAWWtRN.png" alt="" style="aspect-ratio:0.4915799259338281;width:307px;height:auto"/><button
			class="lightbox-trigger"
			type="button"
			aria-haspopup="dialog"
			data-wp-bind--aria-label="state.thisImage.triggerButtonAriaLabel"
			data-wp-init="callbacks.initTriggerButton"
			data-wp-on--click="actions.showLightbox"
			data-wp-style--right="state.thisImage.buttonRight"
			data-wp-style--top="state.thisImage.buttonTop"
		>
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />
			</svg>
		</button></figure>
</div></blockquote>



<p class="wp-block-paragraph">Some days I&#8217;m also researching the Holo Design aesthetic from Android 4.x OS. I think the Holo Design is a many different than the Aero era things. However, I&#8217;ve designed the Concept of FAA UI last time ago, checkout here!</p>


<div class="wp-block-image">
<figure data-wp-context="{&quot;imageId&quot;:&quot;6a56a997adaa8&quot;}" data-wp-interactive="core/image" data-wp-key="6a56a997adaa8" class="aligncenter size-large wp-lightbox-container"><img decoding="async" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on--click="actions.showLightbox" data-wp-on--load="callbacks.setButtonStyles" data-wp-on--pointerdown="actions.preloadImage" data-wp-on--pointerenter="actions.preloadImageWithDelay" data-wp-on--pointerleave="actions.cancelPreload" data-wp-on-window--resize="callbacks.setButtonStyles" src="https://i.ibb.co/B56nWdrG/FAA-Holo-Theme.webp" alt=""/><button
			class="lightbox-trigger"
			type="button"
			aria-haspopup="dialog"
			data-wp-bind--aria-label="state.thisImage.triggerButtonAriaLabel"
			data-wp-init="callbacks.initTriggerButton"
			data-wp-on--click="actions.showLightbox"
			data-wp-style--right="state.thisImage.buttonRight"
			data-wp-style--top="state.thisImage.buttonTop"
		>
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />
			</svg>
		</button></figure>
</div>


<p class="wp-block-paragraph">Then and I&#8217;m introducing the &#8220;Chinese designed Holo Design&#8221;: The Meizu MX2 with Flyme,<br>that has many elements designs from Holo Design, such as the icons; and they&#8217;re has a Smartbar dynamic menu design, based Holo Design Guideline but modify automations (Also it&#8217;s looks like the BlackBerry 10)</p>



<p class="wp-block-paragraph">Due to shifts in design trends within the Chinese and the global app landscape, designs like Smartbar were abandoned because they were impractical. They recently recreated the Smartbar in the car auto OS.</p>


<div class="wp-block-image">
<figure data-wp-context="{&quot;imageId&quot;:&quot;6a56a997ade56&quot;}" data-wp-interactive="core/image" data-wp-key="6a56a997ade56" class="aligncenter wp-lightbox-container"><img decoding="async" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on--click="actions.showLightbox" data-wp-on--load="callbacks.setButtonStyles" data-wp-on--pointerdown="actions.preloadImage" data-wp-on--pointerenter="actions.preloadImageWithDelay" data-wp-on--pointerleave="actions.cancelPreload" data-wp-on-window--resize="callbacks.setButtonStyles" src="https://i.ibb.co/wZtTSNgF/meizu-mx2-2.webp" alt="meizu mx2 2"/><button
			class="lightbox-trigger"
			type="button"
			aria-haspopup="dialog"
			data-wp-bind--aria-label="state.thisImage.triggerButtonAriaLabel"
			data-wp-init="callbacks.initTriggerButton"
			data-wp-on--click="actions.showLightbox"
			data-wp-style--right="state.thisImage.buttonRight"
			data-wp-style--top="state.thisImage.buttonTop"
		>
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />
			</svg>
		</button></figure>
</div>
<p><a href="https://v1sta.xyz/response/faa-holo/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/response/faa-holo/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://i.ibb.co/B56nWdrG/FAA-Holo-Theme.webp" length="" type="image/jpeg"/><media:content url="https://i.ibb.co/B56nWdrG/FAA-Holo-Theme.webp" width="243" height="493" medium="image" type="image/jpeg"/>	</item>
	</channel>
</rss>
