<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://www.hananoryu.cn/</id>
    <title>极光の杂物铺</title>
    <updated>2023-04-29T07:17:41.113Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <author>
        <name>HanaNoryu</name>
        <email>HanaNoryu@outlook.com</email>
        <uri>https://www.hananoryu.cn</uri>
    </author>
    <link rel="alternate" href="https://www.hananoryu.cn/"/>
    <link rel="self" href="https://www.hananoryu.cn/feed.atom"/>
    <subtitle>The world is full of possibilities.</subtitle>
    <logo>https://image.hananoryu.cn/images/hananoryu.png</logo>
    <icon>https://www.hananoryu.cnhttps://image.hananoryu.cn/images/ico.webp</icon>
    <rights>CC BY-NC-SA 4.0 2023 © HanaNoryu</rights>
    <entry>
        <title type="html"><![CDATA[一文让你掌握在 JS 中使用正则表达式]]></title>
        <id>https://www.hananoryu.cn/posts/learning-regexp</id>
        <link href="https://www.hananoryu.cn/posts/learning-regexp"/>
        <updated>2022-12-21T16:42:22.000Z</updated>
        <content type="html"><![CDATA[<h2>1. 概述</h2>
<p>正则表达式（regular expression）是一种表达文本模式（即字符串结构）的方法，有点像字符串的模板，常常用来按照“给定模式”匹配文本。比如，正则表达式给出一个 Ema</p>
]]></content>
        <author>
            <name>HanaNoryu</name>
            <email>HanaNoryu@outlook.com</email>
            <uri>https://www.hananoryu.cn</uri>
        </author>
        <published>2022-12-21T16:42:22.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[一份 Less 的使用指南]]></title>
        <id>https://www.hananoryu.cn/posts/learning-Less</id>
        <link href="https://www.hananoryu.cn/posts/learning-Less"/>
        <updated>2022-12-02T09:23:32.000Z</updated>
        <content type="html"><![CDATA[<p>::: tip</p>
<p>标题中带 '*' 的为重要部分，可以认真去掌握了解。</p>
<p>:::</p>
<h2>前言</h2>
<p>Less 是一门 CSS 预处理语言,它扩展了 CSS 语言,增加了变量、Mixin、函数等特性,使</p>
]]></content>
        <author>
            <name>HanaNoryu</name>
            <email>HanaNoryu@outlook.com</email>
            <uri>https://www.hananoryu.cn</uri>
        </author>
        <published>2022-12-02T09:23:32.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[搭建 Vite3 + Vue3 前端项目规范]]></title>
        <id>https://www.hananoryu.cn/posts/project-standard</id>
        <link href="https://www.hananoryu.cn/posts/project-standard"/>
        <updated>2022-11-19T15:37:48.000Z</updated>
        <content type="html"><![CDATA[<h2>前言</h2>
<p>前段时间和小伙伴们一起合作开发新的项目，但是因为各种设备不同，IDE 编辑器的不同，甚至每个人的代码风格不同导致项目文件杂乱无章，合作起来的效率因此降低，而且也提高了后续代码维护的难度。所以为了让每个人的开发体验都提升（<s>满足个别人的代码洁癖</s>）,于是编写了这篇项目规范文档，好让大家都能够开开心心的码代码！</p>
]]></content>
        <author>
            <name>HanaNoryu</name>
            <email>HanaNoryu@outlook.com</email>
            <uri>https://www.hananoryu.cn</uri>
        </author>
        <published>2022-11-19T15:37:48.000Z</published>
    </entry>
    <entry>
        <title type="html"><![CDATA[使用又拍云 CDN 加速你的 GitHub Pages 网站]]></title>
        <id>https://www.hananoryu.cn/posts/upyun-CDN</id>
        <link href="https://www.hananoryu.cn/posts/upyun-CDN"/>
        <updated>2022-11-13T15:43:45.000Z</updated>
        <content type="html"><![CDATA[<h2>前言</h2>
<p>这几天搭建了自己的个人博客，采用的是 <a href="https://github.com/hexojs/hexo">hexo</a>（一个静态博客框架-生成器）进行搭建。所有的文章在最后都会被编译成为纯</p>
]]></content>
        <author>
            <name>HanaNoryu</name>
            <email>HanaNoryu@outlook.com</email>
            <uri>https://www.hananoryu.cn</uri>
        </author>
        <published>2022-11-13T15:43:45.000Z</published>
    </entry>
</feed>