<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>3chome&#39;s blog</title>
  
  
  <link href="https://blog.3chome.cc/atom.xml" rel="self"/>
  
  <link href="https://blog.3chome.cc/"/>
  <updated>2022-05-04T06:30:24.285Z</updated>
  <id>https://blog.3chome.cc/</id>
  
  <author>
    <name>3chome</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>media test</title>
    <link href="https://blog.3chome.cc/posts/34140/"/>
    <id>https://blog.3chome.cc/posts/34140/</id>
    <published>2021-03-15T13:24:39.000Z</published>
    <updated>2022-05-04T06:30:24.285Z</updated>
    
    <content type="html"><![CDATA[<p>测试 hexo 是否正常添加音乐与视频（基于<a href="https://github.com/MoePlayer/hexo-tag-aplayer">aplayer</a>与<a href="https://github.com/MoePlayer/hexo-tag-dplayer">dplayer</a>）</p><span id="more"></span><h2 id="音乐测试"><a href="#音乐测试" class="headerlink" title="音乐测试"></a>音乐测试</h2><p>源地址 <a href="https://music.163.com/#/song?id=28854089">网易云</a></p><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aplayer@1/dist/APlayer.min.css"><script src="https://cdn.jsdelivr.net/npm/aplayer@1/dist/APlayer.min.js"></script><div id="mmedia-ydIsmjxOxQYwxUhr"></div><script> var ydIsmjxOxQYwxUhr_options = JSON.parse('{\"audio\":[{\"name\":\"豆大さんへ～「きらきら星」より\",\"artist\":\"日笠陽子\",\"url\":\"http://cdn.3chome.cc/media-test/music.flac\",\"lrc\":\"http://cdn.3chome.cc/media-test/music.txt\",\"cover\":\"https://cdn.jsdelivr.net/gh/3chome/cdn/imgs/music.jpg\"}]}'); ydIsmjxOxQYwxUhr_options.container = document.getElementById("mmedia-ydIsmjxOxQYwxUhr"); const ap_ydIsmjxOxQYwxUhr = new APlayer(ydIsmjxOxQYwxUhr_options); </script><h2 id="视频测试"><a href="#视频测试" class="headerlink" title="视频测试"></a>视频测试</h2><p>源地址 <a href="https://youtu.be/1cGQotpn8r4">youtube</a></p><h3 id="ツユ-ロックな君とはお別れだ"><a href="#ツユ-ロックな君とはお別れだ" class="headerlink" title="ツユ - ロックな君とはお別れだ"></a>ツユ - ロックな君とはお別れだ</h3><script src="https://cdn.jsdelivr.net/npm/dplayer@1/dist/DPlayer.min.js"></script><div id="mmedia-mDAaeRbOlEdmjnpw"></div><script> var mDAaeRbOlEdmjnpw_options = JSON.parse('{\"video\":{\"url\":\"http://cdn.3chome.cc/media-test/video.mp4\",\"pic\":\"https://cdn.jsdelivr.net/gh/3chome/cdn/imgs/video.png\"},\"autoplay\":false}'); mDAaeRbOlEdmjnpw_options.container = document.getElementById("mmedia-mDAaeRbOlEdmjnpw"); const dp_mDAaeRbOlEdmjnpw = new DPlayer(mDAaeRbOlEdmjnpw_options); </script><p>安装方式： hexo 根目录下运行：</p><pre class="language-bash" data-language="bash"><code class="language-bash"><span class="token function">npm</span> <span class="token function">install</span> hexo-tag-dplayer --save<span class="token function">npm</span> <span class="token function">install</span> hexo-tag-aplayer --save</code></pre><p>使用方法见官方文档</p>]]></content>
    
    
    <summary type="html">测试 hexo 是否正常添加音乐与视频（基于 aplayer 与 dplayer）</summary>
    
    
    
    <category term="Hexo" scheme="https://blog.3chome.cc/categories/Hexo/"/>
    
    
    <category term="测试" scheme="https://blog.3chome.cc/tags/%E6%B5%8B%E8%AF%95/"/>
    
  </entry>
  
  <entry>
    <title>Hello World</title>
    <link href="https://blog.3chome.cc/posts/16107/"/>
    <id>https://blog.3chome.cc/posts/16107/</id>
    <published>2021-03-04T13:53:03.000Z</published>
    <updated>2022-05-04T06:30:24.285Z</updated>
    
    <content type="html"><![CDATA[<p>Welcome to <a href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a href="https://hexo.io/docs/troubleshooting.html">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues">GitHub</a>.</p><span id="more"></span><h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h3><pre class="language-bash" data-language="bash"><code class="language-bash">$ hexo new <span class="token string">"My New Post"</span></code></pre><p>More info: <a href="https://hexo.io/docs/writing.html">Writing</a></p><h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><pre class="language-bash" data-language="bash"><code class="language-bash">$ hexo server</code></pre><p>More info: <a href="https://hexo.io/docs/server.html">Server</a></p><h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><pre class="language-bash" data-language="bash"><code class="language-bash">$ hexo generate</code></pre><p>More info: <a href="https://hexo.io/docs/generating.html">Generating</a></p><h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h3><pre class="language-bash" data-language="bash"><code class="language-bash">$ hexo deploy</code></pre><p>More info: <a href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p>]]></content>
    
    
    <summary type="html">&lt;p&gt;Welcome to &lt;a href=&quot;https://hexo.io/&quot;&gt;Hexo&lt;/a&gt;! This is your very first post. Check &lt;a href=&quot;https://hexo.io/docs/&quot;&gt;documentation&lt;/a&gt; for more info. If you get any problems when using Hexo, you can find the answer in &lt;a href=&quot;https://hexo.io/docs/troubleshooting.html&quot;&gt;troubleshooting&lt;/a&gt; or you can ask me on &lt;a href=&quot;https://github.com/hexojs/hexo/issues&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;</summary>
    
    
    
    <category term="Hexo" scheme="https://blog.3chome.cc/categories/Hexo/"/>
    
    
    <category term="测试" scheme="https://blog.3chome.cc/tags/%E6%B5%8B%E8%AF%95/"/>
    
  </entry>
  
</feed>
