<?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>2026年6月12日 &#8211; 景の域</title>
	<atom:link href="https://v1sta.xyz/2026/06/12/feed/" rel="self" type="application/rss+xml" />
	<link>https://v1sta.xyz</link>
	<description>远景的幻想空间</description>
	<lastBuildDate>Fri, 12 Jun 2026 12:42:50 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://v1sta.xyz/wp-content/uploads/2026/03/V1sta-Orb-Output512-2-60x60.png</url>
	<title>2026年6月12日 &#8211; 景の域</title>
	<link>https://v1sta.xyz</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>WikPlayer</title>
		<link>https://v1sta.xyz/life/wikplayer/</link>
					<comments>https://v1sta.xyz/life/wikplayer/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Fri, 12 Jun 2026 12:17:57 +0000</pubDate>
				<category><![CDATA[发现]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[日常]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=5806</guid>

					<description><![CDATA[WikPlayer是一种嵌入在网页中的背景音乐播放器。 https://www.wikplayer.com 我 &#8230; <a href="https://v1sta.xyz/life/wikplayer/" class="more-link">继续阅读<span class="screen-reader-text">WikPlayer</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">WikPlayer是一种嵌入在网页中的背景音乐播放器。</p>



<p class="wp-block-paragraph"><a href="https://www.wikplayer.com">https://www.wikplayer.com</a></p>



<p class="wp-block-paragraph">我一直打算给自己的博客像奥比岛那样给网页加一个背景音乐，WikPlayer能做到类似的效果，它可以调用MP3地址、SoundCloud以及YouTube视频作为音乐播放源。<br>我是在一些Frutiger Aero的IndieWeb网站中发现这个播放器的。<a href="https://bielzin.space/">https://bielzin.space/</a></p>



<figure class="wp-block-image size-full"><img data-dominant-color="d8eadf" data-has-transparency="false" style="--dominant-color: #d8eadf;" fetchpriority="high" decoding="async" width="752" height="558" sizes="(max-width: 752px) 100vw, 752px" src="https://v1sta.xyz/wp-content/uploads/2026/06/Tumblr_Music_Player_-_place_a_music_player_in_your_chrome_p0wS0lhTHg.png" alt="" class="wp-image-5807 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/06/Tumblr_Music_Player_-_place_a_music_player_in_your_chrome_p0wS0lhTHg.png 752w, https://v1sta.xyz/wp-content/uploads/2026/06/Tumblr_Music_Player_-_place_a_music_player_in_your_chrome_p0wS0lhTHg-300x223.png 300w" /></figure>



<p class="wp-block-paragraph">它的原理是嵌入一个iframe，然后修改网页源代码，在显示区域的最下边部分添加迷你播放器。（但这是一个大坑）</p>



<p class="wp-block-paragraph">先去WikPlayer填写好引用的音乐地址，我拿刚刚上传的泞之翼试了一下，然后把JavaScript嵌入代码放置在下方。<br>对于WordPress而言，这在主题的header.php文件中，<br>或者用 CodeKit &#8211; Custom Codes Editor 插件管理。</p>



<p class="wp-block-paragraph">但是先丑话说在前，实测下来发现它对WordPress乃至PHP网站的支持并不好，使用WikPlayer必须允许iframe支持，例如Nginx需要添加以下规则：</p>



<pre class="wp-block-code"><code>add_header Content-Security-Policy: "frame-ancestors 'self' https://wikplayer.com" always;
</code></pre>



<p class="wp-block-paragraph">官方推荐的是Tumblr跟Blogspot这两个平台，其次是像Neocities或Nekoweb这样的网站空间。WordPress使用的话，不仅WP AdminBar会无法显示（毕竟是iframed的么，无法保存或者说透传Cookie登录状态），就连发布评论也会遇到来自浏览器的断点报错。<br>共享主机没有权限的话也不建议尝试了，安全性有待商榷。<br>所以必须舍弃一定的便利性。</p>



<p class="wp-block-paragraph">因此它不适合任何需要Cookie存储动态交互性质的网站。<br>它只适合一些纯粹的展示页面，例如静态博客网站。这也是主要由Neocities使用的原因吧。另，由于是iframe的嵌套结构，一旦WikPlayer遇到单点故障无法访问，也会导致源网页可能显示不出来。</p>

<p><a href="https://v1sta.xyz/life/wikplayer/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/life/wikplayer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/06/Tumblr_Music_Player_-_place_a_music_player_in_your_chrome_p0wS0lhTHg.png" length="99042" type="image/png"/><media:content url="https://v1sta.xyz/wp-content/uploads/2026/06/Tumblr_Music_Player_-_place_a_music_player_in_your_chrome_p0wS0lhTHg.png" width="752" height="558" medium="image" type="image/png"/>	</item>
		<item>
		<title>NeoCreatives Webring</title>
		<link>https://v1sta.xyz/tech/neocreatives-webring/</link>
					<comments>https://v1sta.xyz/tech/neocreatives-webring/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Fri, 12 Jun 2026 10:51:22 +0000</pubDate>
				<category><![CDATA[发现]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[日常]]></category>
		<category><![CDATA[IndieWeb]]></category>
		<category><![CDATA[Webring]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=5774</guid>

					<description><![CDATA[https://neocreatives.byethost5.com NeoCreatives是一个皆在收录艺 &#8230; <a href="https://v1sta.xyz/tech/neocreatives-webring/" class="more-link">继续阅读<span class="screen-reader-text">NeoCreatives Webring</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><a href="https://neocreatives.byethost5.com">https://neocreatives.byethost5.com</a></p>



<p class="wp-block-paragraph">NeoCreatives是一个皆在收录艺术创作者的Webring，包括Neocities和其他独立网站上的作者们。</p>



<p class="wp-block-paragraph">我很喜欢它们的官网设计。</p>



<figure class="wp-block-image size-full"><a href="https://v1sta.xyz/wp-content/uploads/2026/06/The_Neocreatives_Webring_-_Google_Chrome_chrome_Aupg4sKB0d.png" data-lbwps-width="1024" data-lbwps-height="641" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/06/The_Neocreatives_Webring_-_Google_Chrome_chrome_Aupg4sKB0d-300x188.png"><img data-dominant-color="f2f2f1" data-has-transparency="false" style="--dominant-color: #f2f2f1;" decoding="async" width="1024" height="641" sizes="(max-width: 1024px) 100vw, 1024px" src="https://v1sta.xyz/wp-content/uploads/2026/06/The_Neocreatives_Webring_-_Google_Chrome_chrome_Aupg4sKB0d.png" alt="" class="wp-image-5796 not-transparent" srcset="https://v1sta.xyz/wp-content/uploads/2026/06/The_Neocreatives_Webring_-_Google_Chrome_chrome_Aupg4sKB0d.png 1024w, https://v1sta.xyz/wp-content/uploads/2026/06/The_Neocreatives_Webring_-_Google_Chrome_chrome_Aupg4sKB0d-300x188.png 300w, https://v1sta.xyz/wp-content/uploads/2026/06/The_Neocreatives_Webring_-_Google_Chrome_chrome_Aupg4sKB0d-768x481.png 768w" /></a></figure>



<p class="wp-block-paragraph">试着申请了一下，但是好像好久没有更新过了。<br>队列还有200多号站主。</p>

<p><a href="https://v1sta.xyz/tech/neocreatives-webring/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/tech/neocreatives-webring/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/06/The_Neocreatives_Webring_-_Google_Chrome_chrome_Aupg4sKB0d.png" length="133779" type="image/png"/><media:content url="https://v1sta.xyz/wp-content/uploads/2026/06/The_Neocreatives_Webring_-_Google_Chrome_chrome_Aupg4sKB0d.png" width="1024" height="641" medium="image" type="image/png"/>	</item>
		<item>
		<title>泞之翼音乐分享</title>
		<link>https://v1sta.xyz/music/nings-wings-ambient-music/</link>
					<comments>https://v1sta.xyz/music/nings-wings-ambient-music/#respond</comments>
		
		<dc:creator><![CDATA[域主 V1STA]]></dc:creator>
		<pubDate>Fri, 12 Jun 2026 09:33:57 +0000</pubDate>
				<category><![CDATA[ACG]]></category>
		<category><![CDATA[音乐]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[泞之翼]]></category>
		<guid isPermaLink="false">https://v1sta.xyz/?p=5779</guid>

					<description><![CDATA[最近开始重温了泞之翼这一古早的游戏系列，我非常喜欢它的环境氛围音乐的风格。在现在开始流行Frutiger Ae &#8230; <a href="https://v1sta.xyz/music/nings-wings-ambient-music/" class="more-link">继续阅读<span class="screen-reader-text">泞之翼音乐分享</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<div class="wp-block-image">
<figure class="alignright size-full is-resized"><a href="https://v1sta.xyz/wp-content/uploads/2026/06/capsule_184x69.jpg" data-lbwps-width="184" data-lbwps-height="69" data-lbwps-srcsmall="https://v1sta.xyz/wp-content/uploads/2026/06/capsule_184x69.jpg"><img data-dominant-color="724c62" data-has-transparency="false" decoding="async" width="184" height="69" sizes="(max-width: 184px) 100vw, 184px" src="https://v1sta.xyz/wp-content/uploads/2026/06/capsule_184x69.jpg" alt="" class="wp-image-5785 not-transparent" style="--dominant-color: #724c62; width:159px;height:auto"/></a></figure>
</div>


<p class="wp-block-paragraph">最近开始重温了泞之翼这一古早的游戏系列，我非常喜欢它的环境氛围音乐的风格。在现在开始流行Frutiger Aero和Y2K的时代，忽然感觉这些音乐非常符合怀旧的风格。于是，使用Audacity制作了一份混音版本，欢迎欣赏。</p>



<div class="wp-block-group is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-0d004395 wp-block-group-is-layout-flex">
<p class="has-small-font-size wp-block-paragraph" style="font-style:normal;font-weight:400;letter-spacing:2px;text-transform:uppercase"><strong>Ning&#8217;s Wings</strong><br>泞之翼的开场音乐<strong><br></strong></p>



<figure class="wp-block-audio"><audio  data-artist="T34Studio" data-title="Ning's Wings" controls src="https://v1sta.xyz/wp-content/uploads/2026/06/Nings-Wings-Enhanced.mp3"></audio></figure>
</div>



<hr class="wp-block-separator has-text-color has-alpha-channel-opacity has-background is-style-wide" style="background-color:#ffffff00;color:#ffffff00"/>



<div class="wp-block-group is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-0d004395 wp-block-group-is-layout-flex">
<p class="has-small-font-size wp-block-paragraph" style="letter-spacing:2px;text-transform:uppercase"><strong>Ning&#8217;s Logic</strong><br>逻辑与技巧的推理</p>



<figure class="wp-block-audio"><audio  data-artist="T34Studio" data-title="Ning's Logic" controls src="https://v1sta.xyz/wp-content/uploads/2026/06/Nings-Logic-Enhanced.mp3"></audio></figure>
</div>



<hr class="wp-block-separator has-text-color has-alpha-channel-opacity has-background is-style-wide" style="background-color:#ffffff00;color:#ffffff00"/>



<div class="wp-block-group is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-0d004395 wp-block-group-is-layout-flex">
<p class="has-small-font-size wp-block-paragraph" style="letter-spacing:2px;text-transform:uppercase"><strong>Ning&#8217;s Loop &amp; Back</strong><br>往复循环的谜题</p>



<figure class="wp-block-audio"><audio  data-artist="T34Studio" data-title="Ning's Loop and back" controls src="https://v1sta.xyz/wp-content/uploads/2026/06/Nings-Loop-and-back-Enhanced.mp3"></audio></figure>
</div>

<p><a href="https://v1sta.xyz/music/nings-wings-ambient-music/" rel="nofollow">来源</a></p>]]></content:encoded>
					
					<wfw:commentRss>https://v1sta.xyz/music/nings-wings-ambient-music/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/06/Nings-Wings-Enhanced.mp3" length="264888" type="audio/mpeg" />
<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/06/Nings-Logic-Enhanced.mp3" length="491616" type="audio/mpeg" />
<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/06/Nings-Loop-and-back-Enhanced.mp3" length="1366198" type="audio/mpeg" />

		<enclosure url="https://v1sta.xyz/wp-content/uploads/2026/06/Cover.jpg" length="95621" type="image/jpeg"/><media:content url="https://v1sta.xyz/wp-content/uploads/2026/06/Cover.jpg" width="453" height="453" medium="image" type="image/jpeg"/>	</item>
	</channel>
</rss>
