-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
292 lines (122 loc) · 9.13 KB
/
atom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>个人博客</title>
<link href="http://example.com/atom.xml" rel="self"/>
<link href="http://example.com/"/>
<updated>2022-06-29T08:03:55.950Z</updated>
<id>http://example.com/</id>
<author>
<name>XiaoWu</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>JS常用函数方法封装</title>
<link href="http://example.com/2022/06/16/js-chang-yong-han-shu-fang-fa-feng-zhuang/"/>
<id>http://example.com/2022/06/16/js-chang-yong-han-shu-fang-fa-feng-zhuang/</id>
<published>2022-06-16T13:55:16.000Z</published>
<updated>2022-06-29T08:03:55.950Z</updated>
<summary type="html"><h3 id="常用的前端JavaScript方法封装"><a href="#常用的前端JavaScript方法封装" class="headerlink" title="常用的前端JavaScript方法封装"></a>常用的前端JavaScript方法封装</h3><h4</summary>
<category term="JS基础" scheme="http://example.com/tags/JS%E5%9F%BA%E7%A1%80/"/>
<category term="JS常用方法" scheme="http://example.com/tags/JS%E5%B8%B8%E7%94%A8%E6%96%B9%E6%B3%95/"/>
</entry>
<entry>
<title>css3中transfrom总结</title>
<link href="http://example.com/2022/06/09/css3-zhong-transfrom-zong-jie/"/>
<id>http://example.com/2022/06/09/css3-zhong-transfrom-zong-jie/</id>
<published>2022-06-09T12:13:55.000Z</published>
<updated>2022-06-29T02:09:33.768Z</updated>
<summary type="html"><h3 id="CSS3-属性-Transform-详解"><a href="#CSS3-属性-Transform-详解" class="headerlink" title="CSS3 属性 Transform 详解"></a>CSS3 属性 Transform</summary>
<category term="css" scheme="http://example.com/tags/css/"/>
<category term="transform" scheme="http://example.com/tags/transform/"/>
</entry>
<entry>
<title>Http状态码总结</title>
<link href="http://example.com/2022/06/02/http-zhuang-tai-ma-zong-jie/"/>
<id>http://example.com/2022/06/02/http-zhuang-tai-ma-zong-jie/</id>
<published>2022-06-02T08:46:33.000Z</published>
<updated>2022-06-27T13:52:11.844Z</updated>
<summary type="html"><h3 id="Http状态码"><a href="#Http状态码" class="headerlink"</summary>
<category term="Http" scheme="http://example.com/tags/Http/"/>
</entry>
<entry>
<title>Promise总结</title>
<link href="http://example.com/2022/05/29/promise-zong-jie/"/>
<id>http://example.com/2022/05/29/promise-zong-jie/</id>
<published>2022-05-29T07:18:44.000Z</published>
<updated>2022-06-27T13:41:12.404Z</updated>
<summary type="html"><h3 id="Promise的基本使用"><a href="#Promise的基本使用" class="headerlink" title="Promise的基本使用"></a>Promise的基本使用</h3><p>直接使用 <code>new</summary>
<category term="Promise" scheme="http://example.com/tags/Promise/"/>
</entry>
<entry>
<title>JS数组常用方法总结</title>
<link href="http://example.com/2022/05/21/shu-zu-chang-yong-fang-fa-zong-jie/"/>
<id>http://example.com/2022/05/21/shu-zu-chang-yong-fang-fa-zong-jie/</id>
<published>2022-05-21T08:06:09.000Z</published>
<updated>2022-06-27T03:08:49.559Z</updated>
<summary type="html"><h3 id="js中数组的常用函数的使用"><a href="#js中数组的常用函数的使用" class="headerlink"</summary>
<category term="JS基础" scheme="http://example.com/tags/JS%E5%9F%BA%E7%A1%80/"/>
<category term="JS数组常用方法" scheme="http://example.com/tags/JS%E6%95%B0%E7%BB%84%E5%B8%B8%E7%94%A8%E6%96%B9%E6%B3%95/"/>
</entry>
<entry>
<title>axios二次封装</title>
<link href="http://example.com/2022/05/15/axios-de-er-ci-feng-zhuang/"/>
<id>http://example.com/2022/05/15/axios-de-er-ci-feng-zhuang/</id>
<published>2022-05-15T03:39:11.000Z</published>
<updated>2022-06-26T04:09:53.855Z</updated>
<summary type="html"><h3 id="二次封装axios"><a href="#二次封装axios" class="headerlink" title="二次封装axios"></a>二次封装axios</h3><p>axios:axios是一个基于 promise 的 HTTP</summary>
<category term="网络请求" scheme="http://example.com/tags/%E7%BD%91%E7%BB%9C%E8%AF%B7%E6%B1%82/"/>
<category term="axios" scheme="http://example.com/tags/axios/"/>
</entry>
<entry>
<title>垂直水平居中</title>
<link href="http://example.com/2022/05/08/chui-zhi-shui-ping-ju-zhong-jie-jue-fang-an/"/>
<id>http://example.com/2022/05/08/chui-zhi-shui-ping-ju-zhong-jie-jue-fang-an/</id>
<published>2022-05-08T06:16:33.000Z</published>
<updated>2022-06-25T03:17:52.497Z</updated>
<summary type="html"><h3 id="八种垂直居中的方法"><a href="#八种垂直居中的方法" class="headerlink"</summary>
<category term="页面布局" scheme="http://example.com/tags/%E9%A1%B5%E9%9D%A2%E5%B8%83%E5%B1%80/"/>
<category term="垂直水平居中" scheme="http://example.com/tags/%E5%9E%82%E7%9B%B4%E6%B0%B4%E5%B9%B3%E5%B1%85%E4%B8%AD/"/>
</entry>
<entry>
<title>flex布局详解</title>
<link href="http://example.com/2022/05/01/flex/"/>
<id>http://example.com/2022/05/01/flex/</id>
<published>2022-05-01T11:48:21.000Z</published>
<updated>2022-06-25T01:55:12.148Z</updated>
<summary type="html"><h3 id="Flex布局详解"><a href="#Flex布局详解" class="headerlink" title="Flex布局详解"></a>Flex布局详解</h3><p><a</summary>
<category term="flex布局" scheme="http://example.com/tags/flex%E5%B8%83%E5%B1%80/"/>
</entry>
<entry>
<title>仿蘑菇街购物商城项目介绍</title>
<link href="http://example.com/2022/04/29/supermall/"/>
<id>http://example.com/2022/04/29/supermall/</id>
<published>2022-04-29T06:45:36.000Z</published>
<updated>2022-06-25T01:52:45.312Z</updated>
<summary type="html"><h2 id="仿蘑菇街购物商城项目介绍"><a href="#仿蘑菇街购物商城项目介绍" class="headerlink" title="仿蘑菇街购物商城项目介绍"></a>仿蘑菇街购物商城项目介绍</h2><ol>
<li><p>首页展示</p>
<img</summary>
<category term="axios" scheme="http://example.com/tags/axios/"/>
<category term="vue" scheme="http://example.com/tags/vue/"/>
<category term="vue-vli" scheme="http://example.com/tags/vue-vli/"/>
<category term="vuex" scheme="http://example.com/tags/vuex/"/>
<category term="vue-router" scheme="http://example.com/tags/vue-router/"/>
</entry>
<entry>
<title>仿网易云微信小程序音乐播放器介绍</title>
<link href="http://example.com/2022/04/20/emoplayer/"/>
<id>http://example.com/2022/04/20/emoplayer/</id>
<published>2022-04-20T09:20:50.000Z</published>
<updated>2022-05-05T12:39:40.036Z</updated>
<summary type="html"><h2 id="仿网易云微信小程序音乐播放器项目介绍"><a href="#仿网易云微信小程序音乐播放器项目介绍" class="headerlink" title="仿网易云微信小程序音乐播放器项目介绍"></a>仿网易云微信小程序音乐播放器项目介绍</h2><h2</summary>
<category term="微信小程序开发" scheme="http://example.com/tags/%E5%BE%AE%E4%BF%A1%E5%B0%8F%E7%A8%8B%E5%BA%8F%E5%BC%80%E5%8F%91/"/>
</entry>
<entry>
<title>TypeScript笔记</title>
<link href="http://example.com/2022/04/15/typescript-xue-xi-bi-ji/"/>
<id>http://example.com/2022/04/15/typescript-xue-xi-bi-ji/</id>
<published>2022-04-15T12:16:12.000Z</published>
<updated>2022-05-03T05:22:47.907Z</updated>
<summary type="html"><h2 id="TypeScript中的基本类型"><a href="#TypeScript中的基本类型" class="headerlink"</summary>
<category term="TypeScript" scheme="http://example.com/tags/TypeScript/"/>
</entry>
</feed>