@@ -9,30 +9,31 @@ permalink: /android
9
9
10
10
<main aria-labelledby =" main-title " class =" home " >
11
11
<div class="theme-default-content custom content__default">
12
- <div data-v-3a1264aa="" >
13
- <div class="features" style="margin-top: 0;padding-top: 0;border-top: none;" data-v-3a1264aa="" >
12
+ <div>
13
+ <div class="features" style="margin-top: 0;padding-top: 0;border-top: none;">
14
14
{% assign sorted_pages = site.categories.android | sort:"weight" %}
15
15
{% for post in sorted_pages %}
16
- <div class="feature" data-v-3a1264aa="">
17
- <h2 data-v-3a1264aa="">
18
- <a data-instant="" href="{{ post.url }}" target="_blank" class="flex" data-v-3a1264aa="">
19
- <div class="icon-svg mr10 icon-svg-panlinker" style="height:1.4rem;width:1.4rem;" data-v-39ac1fd5="" data-v-3a1264aa=""></div>{{ post.title }}
16
+ <div class="feature">
17
+ <h2>
18
+ <a href="{{ post.url }}" target="_blank" class="flex">
19
+ <div class="icon-svg mr10 icon-svg-panlinker" style="height:1.4rem;width:1.4rem;"></div>
20
+ {{ post.title }}
20
21
{% for tag in post.tags %}
21
22
{% for c in post.class %}
22
- <span class="{{ c }}" data-v-3a1264aa="" >{{ tag }}</span>
23
+ <span class="{{ c }}">{{ tag }}</span>
23
24
{% endfor %}
24
25
{% endfor %}
25
26
</a>
26
27
</h2>
27
28
{% for des in post.description %}
28
- <p data-v-3a1264aa="" >{{ des }}</p>
29
+ <p>{{ des }}</p>
29
30
{% endfor %}
30
- <div class="icon-svg icon-svg-tm" style="height:16px;width:16px;" data-v-39ac1fd5="" data-v-3a1264aa="" ></div>
31
+ <div class="icon-svg icon-svg-tm" style="height:16px;width:16px;"></div>
31
32
<p></p>
32
33
</div>
33
34
{% endfor %}
34
35
</div>
35
- <!--<div class="tip" data-v-3a1264aa="" >提示:末尾带有 <div class="icon-svg icon-svg-tm" style="height:16px;width:16px;" data-v-39ac1fd5="" data-v-3a1264aa="" ></div> 图标的表示脚本</div>-->
36
+ <!--<div class="tip">提示:末尾带有 <div class="icon-svg icon-svg-tm" style="height:16px;width:16px;"></div>图标的表示脚本</div>-->
36
37
</div>
37
38
</div>
38
39
{% include footer.html %}
0 commit comments