<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>插件 on MoeJueのブログ</title>
    <link>https://ja.moejue.cn/en/tags/%E6%8F%92%E4%BB%B6/</link>
    <description>Recent content in 插件 on MoeJueのブログ</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 26 Oct 2024 03:38:17 +0000</lastBuildDate>
    <atom:link href="https://ja.moejue.cn/en/tags/%E6%8F%92%E4%BB%B6/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>I won the Easter match and I came back to life</title>
      <link>https://ja.moejue.cn/en/posts/206/</link>
      <pubDate>Thu, 03 Oct 2024 02:48:02 +0000</pubDate>
      <guid>https://ja.moejue.cn/en/posts/206/</guid>
      <description>&lt;h3 id=&#34;recent-situation&#34;&gt;Recent situation&lt;/h3&gt;&#xA;&lt;p&gt;It’s been more than two months since I last chatted, and it’s time to sort out my thoughts. Last time, I posted a bunch of emotions and then went silent, so it was a little rushed, and I couldn’t keep up with the follow-up work.&lt;/p&gt;&#xA;&lt;p&gt;It’s National Day again, and sure enough, my National Day is comparable to Double Eleven. Although the three domain names (52ecy.cn, moeins.cn, moeins.com) I owned before, although I won the resurrection competition, the equipment is gone.&lt;/p&gt;</description>
    </item>
    <item>
      <title>emlog sina upload plugin &#43; interface V1.1</title>
      <link>https://ja.moejue.cn/en/posts/7/</link>
      <pubDate>Sat, 21 Apr 2018 11:02:22 +0000</pubDate>
      <guid>https://ja.moejue.cn/en/posts/7/</guid>
      <description>&lt;p&gt;&#xA;&lt;figure class=&#34;image-figure not-prose my-8&#34; &#xA;        data-lightbox-enabled=&#34;false&#34;&#xA;        data-gallery-type=&#34;auto&#34;&gt;&#xA;  &lt;div class=&#34;image-container&#34;&gt;&#xA;    &lt;img&#xA;    src=&#34;https://image.baidu.com/search/down?url=https://tva1.sinaimg.cn//large/0072Vf1pgy1fqkhhzq5raj30zv0kf124.jpg&#34;&#xA;    alt=&#34;&#34;&#xA;    &#xA;    &#xA;    loading=&#34;lazy&#34;&#xA;    decoding=&#34;async&#34;&#xA;    data-gallery-src=&#34;https://image.baidu.com/search/down?url=https://tva1.sinaimg.cn//large/0072Vf1pgy1fqkhhzq5raj30zv0kf124.jpg&#34;&#xA;    data-gallery-alt=&#34;&#34;&#xA;    data-gallery-title=&#34;&#34; /&gt;&lt;/div&gt;&#xA;&#xA;  &lt;/figure&gt;&#xA;emlog background write article sina upload image plugin&#xA;The first time to write emlog plugin, reference to the seven cattle bed writing (yes, that is the background of that) recommended two together to use!&#xA;plug-in download directly uploaded to the backstage of the emlog can be, without decompression (who said this, stand out, to ensure that you do not kill you)&#xA;Specific methods of use in the plug-in settings interface has written, download address at the bottom of the article!&#xA;Which good people have emlog developer account, can help me submit to the emlog application center!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Use .htaccess to bind subdomain names to subdirectories</title>
      <link>https://ja.moejue.cn/en/posts/58/</link>
      <pubDate>Mon, 22 Jan 2018 01:18:11 +0000</pubDate>
      <guid>https://ja.moejue.cn/en/posts/58/</guid>
      <description>&lt;p&gt;Under normal circumstances, a virtual host is only allowed to bind one domain name to the root directory.&lt;br&gt;&#xA;People who have used emlog should be familiar with the static links in it. It is a typical use of .htaccess files to redirect domain names to web pages.&lt;br&gt;&#xA;Use .htaccess to bind domain names to subdirectories. The prerequisite is that your space server must support the rewrite function of apache. Only in this way can .htaccess be used. If your space is a Linux server, it is usually enabled by default. That is, you can bind domain names to subdirectories and multiple sites in one space.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Notes: Sublime Text3 configuration</title>
      <link>https://ja.moejue.cn/en/posts/54/</link>
      <pubDate>Thu, 28 Dec 2017 13:49:37 +0000</pubDate>
      <guid>https://ja.moejue.cn/en/posts/54/</guid>
      <description>&lt;p&gt;Save the configuration information of Sublime Text3 to avoid losing it next time.&lt;/p&gt;&#xA;&lt;h2 id=&#34;configuration&#34;&gt;Configuration:&lt;/h2&gt;&#xA;&lt;p&gt;{&#xA;&amp;ldquo;font_size&amp;rdquo;: 21, // Set font size&#xA;&amp;ldquo;word_wrap&amp;rdquo;: true, // Automatic line wrapping&#xA;&amp;ldquo;update_check&amp;rdquo;: false, // disable update check&#xA;&amp;ldquo;font_face&amp;rdquo;: &amp;ldquo;Courier New&amp;rdquo;, // Set font&#xA;&amp;ldquo;highlight_modified_tabs&amp;rdquo;: true, // Highlight file modifications&#xA;&amp;ldquo;create_window_at_startup&amp;rdquo;: false, // Cancel startup and automatically open a new window&#xA;&amp;ldquo;open_files_in_new_window&amp;rdquo;: false, // Cancel the opening of the file and generate a new window&#xA;&amp;ldquo;highlight_line&amp;rdquo;: true, // Highlight the current line&#xA;&amp;ldquo;show_encoding&amp;rdquo;: true, // The encoding type is displayed in the lower right corner&#xA;&amp;ldquo;open_files_in_new_window&amp;rdquo;: false, // Disable opening in a new window every time&#xA;&amp;ldquo;caret_style&amp;rdquo;: &amp;ldquo;phase&amp;rdquo;, // Set the cursor flashing mode&#xA;&amp;ldquo;line_padding_top&amp;rdquo;: 5, // Spacing on the line&#xA;&amp;ldquo;line_padding_bottom&amp;rdquo;: 5, // Spacing under the line&#xA;&amp;ldquo;fade_fold_buttons&amp;rdquo;: false, //Always display the code shrink icon&#xA;&amp;ldquo;translate_tabs_to_spaces&amp;rdquo;: false // Use spaces instead of Tabs&#xA;}&lt;/p&gt;</description>
    </item>
    <item>
      <title>Add a Live2D billboard to your blog</title>
      <link>https://ja.moejue.cn/en/posts/2/</link>
      <pubDate>Sun, 24 Dec 2017 10:14:22 +0000</pubDate>
      <guid>https://ja.moejue.cn/en/posts/2/</guid>
      <description>&lt;p&gt;&#xA;&lt;figure class=&#34;image-figure not-prose my-8&#34; &#xA;        data-lightbox-enabled=&#34;false&#34;&#xA;        data-gallery-type=&#34;auto&#34;&gt;&#xA;  &lt;div class=&#34;image-container&#34;&gt;&#xA;    &lt;img&#xA;    src=&#34;https://image.baidu.com/search/down?url=https://tva1.sinaimg.cn//large/0072Vf1pgy1fqer4e0f8bj30nw0kkqos.jpg&#34;&#xA;    alt=&#34;&#34;&#xA;    &#xA;    &#xA;    loading=&#34;lazy&#34;&#xA;    decoding=&#34;async&#34;&#xA;    data-gallery-src=&#34;https://image.baidu.com/search/down?url=https://tva1.sinaimg.cn//large/0072Vf1pgy1fqer4e0f8bj30nw0kkqos.jpg&#34;&#xA;    data-gallery-alt=&#34;&#34;&#xA;    data-gallery-title=&#34;&#34; /&gt;&lt;/div&gt;&#xA;&#xA;  &lt;/figure&gt;&#xA;Some time ago, I saw this Live2D poster girl on many people’s blogs, and I was very interested! I checked some related tutorials and added them to my blog.&lt;/p&gt;&#xA;&lt;h2 id=&#34;preface&#34;&gt;Preface&lt;/h2&gt;&#xA;&#xA;  &lt;blockquote&#xA;    class=&#34;border-primary bg-muted/30 hover:bg-muted/40 my-6 rounded-r-lg border-l-4 py-4 pr-4 pl-6 italic transition-all duration-200 ease-out hover:translate-x-1&#34;&gt;&#xA;    &lt;div class=&#34;prose prose-sm max-w-none&#34;&gt;&#xA;      &lt;p&gt;Live2d is not an advanced technology. The effects it produces are all achieved by basic operations such as translation, rotation, transparency, and surface deformation. The final effect has a lot to do with the texture, and every action requires fine adjustments by the producer. This is a process that requires a lot of time and energy, so there are not many good-quality models. The good ones are usually in games, and the copyright is protected and cannot be used casually.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Randomized secondary image API goes live</title>
      <link>https://ja.moejue.cn/en/posts/52/</link>
      <pubDate>Wed, 06 Dec 2017 14:52:50 +0000</pubDate>
      <guid>https://ja.moejue.cn/en/posts/52/</guid>
      <description>&lt;p&gt;&#xA;&lt;figure class=&#34;image-figure not-prose my-8&#34; &#xA;        data-lightbox-enabled=&#34;false&#34;&#xA;        data-gallery-type=&#34;auto&#34;&gt;&#xA;  &lt;div class=&#34;image-container&#34;&gt;&#xA;    &lt;img&#xA;    src=&#34;https://image.baidu.com/search/down?url=https://tva1.sinaimg.cn//large/0072Vf1pgy1fqjcwlvnqzj30y40lnjzu.jpg&#34;&#xA;    alt=&#34;&#34;&#xA;    &#xA;    &#xA;    loading=&#34;lazy&#34;&#xA;    decoding=&#34;async&#34;&#xA;    data-gallery-src=&#34;https://image.baidu.com/search/down?url=https://tva1.sinaimg.cn//large/0072Vf1pgy1fqjcwlvnqzj30y40lnjzu.jpg&#34;&#xA;    data-gallery-alt=&#34;&#34;&#xA;    data-gallery-title=&#34;&#34; /&gt;&lt;/div&gt;&#xA;&#xA;  &lt;/figure&gt;&#xA;[Randomized secondary images API online &amp;ndash; Random anime wallpapers, daily brush, different every time]. (&lt;a href=&#34;https://www.52ecy.cn/randbg&#34;target=&#34;_blank&#34;&#xA;  class=&#34;inline-flex items-center gap-1&#34;&#xA;&gt;https://www.52ecy.cn/randbg&#xA;  &lt;svg id=&#34;external-link&#34; class=&#34;h-3 w-3 flex-shrink-0&#34;&#xA;    fill=&#34;none&#34;&#xA;    stroke=&#34;currentColor&#34;&#xA;    viewBox=&#34;0 0 24 24&#34;&gt;&lt;path fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; stroke-width=&#34;2&#34; d=&#34;M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/a&gt;)&lt;/p&gt;&#xA;&lt;h2 id=&#34;interface-address&#34;&gt;Interface address:&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.52ecy.cn/randbg/randbg.php&#34;target=&#34;_blank&#34;&#xA;  class=&#34;inline-flex items-center gap-1&#34;&#xA;&gt;https://www.52ecy.cn/randbg/randbg.php&#xA;  &lt;svg id=&#34;external-link&#34; class=&#34;h-3 w-3 flex-shrink-0&#34;&#xA;    fill=&#34;none&#34;&#xA;    stroke=&#34;currentColor&#34;&#xA;    viewBox=&#34;0 0 24 24&#34;&gt;&lt;path fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-linecap=&#34;round&#34; stroke-linejoin=&#34;round&#34; stroke-width=&#34;2&#34; d=&#34;M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&#34;/&gt;&lt;/svg&gt;&#xA;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
