@@ -15,6 +15,27 @@ export const siteData = {
15
15
]
16
16
] ,
17
17
"pages" : [
18
+ {
19
+ "frontmatter" : { } ,
20
+ "regularPath" : "/handbook/transition.html" ,
21
+ "relativePath" : "handbook/transition.md" ,
22
+ "key" : "v-d3bebd6a" ,
23
+ "path" : "/handbook/transition.html" ,
24
+ "headers" : [
25
+ {
26
+ "level" : 2 ,
27
+ "title" : "演示:" ,
28
+ "slug" : "演示"
29
+ } ,
30
+ {
31
+ "level" : 2 ,
32
+ "title" : "指定要转换的属性" ,
33
+ "slug" : "指定要转换的属性"
34
+ }
35
+ ] ,
36
+ "lastUpdated" : "2022/5/18 上午11:45:28" ,
37
+ "lastUpdatedTimestamp" : 1652845528000
38
+ } ,
18
39
{
19
40
"frontmatter" : { } ,
20
41
"regularPath" : "/" ,
@@ -37,6 +58,11 @@ export const siteData = {
37
58
"title" : "属性" ,
38
59
"slug" : "属性"
39
60
} ,
61
+ {
62
+ "level" : 3 ,
63
+ "title" : "选择器" ,
64
+ "slug" : "选择器"
65
+ } ,
40
66
{
41
67
"level" : 3 ,
42
68
"title" : "效果" ,
@@ -73,24 +99,10 @@ export const siteData = {
73
99
} ,
74
100
{
75
101
"frontmatter" : { } ,
76
- "regularPath" : "/handbook/transition.html" ,
77
- "relativePath" : "handbook/transition.md" ,
78
- "key" : "v-d3bebd6a" ,
79
- "path" : "/handbook/transition.html" ,
80
- "headers" : [
81
- {
82
- "level" : 2 ,
83
- "title" : "演示:" ,
84
- "slug" : "演示"
85
- } ,
86
- {
87
- "level" : 2 ,
88
- "title" : "指定要转换的属性" ,
89
- "slug" : "指定要转换的属性"
90
- }
91
- ] ,
92
- "lastUpdated" : "2022/5/18 上午11:45:28" ,
93
- "lastUpdatedTimestamp" : 1652845528000
102
+ "regularPath" : "/result/best-way-to-center-element.html" ,
103
+ "relativePath" : "result/best-way-to-center-element.md" ,
104
+ "key" : "v-4b67aa6b" ,
105
+ "path" : "/result/best-way-to-center-element.html"
94
106
} ,
95
107
{
96
108
"frontmatter" : { } ,
@@ -124,31 +136,30 @@ export const siteData = {
124
136
"lastUpdatedTimestamp" : 1652851964000
125
137
} ,
126
138
{
127
- "frontmatter" : {
128
- "layout" : "Tags" ,
129
- "title" : "Tags"
130
- } ,
131
- "regularPath" : "/tag/" ,
132
- "key" : "v-b1564aac" ,
133
- "path" : "/tag/"
134
- } ,
135
- {
136
- "frontmatter" : {
137
- "layout" : "FrontmatterKey" ,
138
- "title" : "Categories"
139
- } ,
140
- "regularPath" : "/categories/" ,
141
- "key" : "v-ef9325c4" ,
142
- "path" : "/categories/"
139
+ "frontmatter" : { } ,
140
+ "regularPath" : "/selector/active.html" ,
141
+ "relativePath" : "selector/active.md" ,
142
+ "key" : "v-226d16ea" ,
143
+ "path" : "/selector/active.html"
143
144
} ,
144
145
{
145
- "frontmatter" : {
146
- "layout" : "TimeLines" ,
147
- "title" : "Timeline"
148
- } ,
149
- "regularPath" : "/timeline/" ,
150
- "key" : "v-6319eb4e" ,
151
- "path" : "/timeline/"
146
+ "frontmatter" : { } ,
147
+ "regularPath" : "/selector/after_before.html" ,
148
+ "relativePath" : "selector/after_before.md" ,
149
+ "key" : "v-de1785ea" ,
150
+ "path" : "/selector/after_before.html" ,
151
+ "headers" : [
152
+ {
153
+ "level" : 2 ,
154
+ "title" : "content的值:" ,
155
+ "slug" : "content的值"
156
+ } ,
157
+ {
158
+ "level" : 2 ,
159
+ "title" : "浏览器兼容:" ,
160
+ "slug" : "浏览器兼容"
161
+ }
162
+ ]
152
163
}
153
164
] ,
154
165
"themeConfig" : {
@@ -209,6 +220,21 @@ export const siteData = {
209
220
}
210
221
]
211
222
} ,
223
+ {
224
+ "title" : "选择器" ,
225
+ "path" : "/selector/after_before" ,
226
+ "collapsable" : false ,
227
+ "children" : [
228
+ {
229
+ "title" : "::before和::after" ,
230
+ "path" : "/selector/after_before"
231
+ } ,
232
+ {
233
+ "title" : ":active" ,
234
+ "path" : "/selector/active"
235
+ }
236
+ ]
237
+ } ,
212
238
{
213
239
"title" : "效果" ,
214
240
"path" : "/result/pullCurtain" ,
@@ -217,6 +243,10 @@ export const siteData = {
217
243
{
218
244
"title" : "拉起窗帘" ,
219
245
"path" : "/result/pullCurtain"
246
+ } ,
247
+ {
248
+ "title" : "实现水平垂直居中最便捷的方法" ,
249
+ "path" : "/result/best-way-to-center-element"
220
250
}
221
251
]
222
252
}
0 commit comments