Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 49475f5

Browse files
demo: update some charactor; update screenshot
1 parent 872eeeb commit 49475f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎demo/apps/apijson_demo/templates/index.html‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,35 +28,35 @@
2828
<i-menu :active-name="0" @on-select="on_select_get" width="360px" ref='menu_get'>
2929
<menu-group title="apijson get examples" v-if="tab_current==='tab_get'">
3030
<menu-item v-for="(item,index) in request_get" :name="index" :key="index">
31-
📋 {item.label}
31+
<iclass="fa fa-fw fa-file-code-o"></i> {item.label}
3232
</menu-item>
3333
</menu-group>
3434
</i-menu>
3535
<i-menu :active-name="0" @on-select="on_select_head" width="360px">
3636
<menu-group title="apijson head examples" v-if="tab_current==='tab_head'">
3737
<menu-item v-for="(item,index) in request_head" :name="index" :key="index">
38-
📋 {item.label}
38+
<iclass="fa fa-fw fa-file-code-o"></i> {item.label}
3939
</menu-item>
4040
</menu-group>
4141
</i-menu>
4242
<i-menu :active-name="0" @on-select="on_select_post" width="360px">
4343
<menu-group title="apijson post examples" v-if="tab_current==='tab_post'">
4444
<menu-item v-for="(item,index) in request_post" :name="index" :key="index">
45-
📋 {item.label}
45+
<iclass="fa fa-fw fa-file-code-o"></i> {item.label}
4646
</menu-item>
4747
</menu-group>
4848
</i-menu>
4949
<i-menu :active-name="0" @on-select="on_select_put" width="360px">
5050
<menu-group title="apijson put examples" v-if="tab_current==='tab_put'">
5151
<menu-item v-for="(item,index) in request_put" :name="index" :key="index">
52-
📋 {item.label}
52+
<iclass="fa fa-fw fa-file-code-o"></i> {item.label}
5353
</menu-item>
5454
</menu-group>
5555
</i-menu>
5656
<i-menu :active-name="0" @on-select="on_select_delete" width="360px">
5757
<menu-group title="apijson delete examples" v-if="tab_current==='tab_delete'">
5858
<menu-item v-for="(item,index) in request_delete" :name="index" :key="index">
59-
📋 {item.label}
59+
<iclass="fa fa-fw fa-file-code-o"></i> {item.label}
6060
</menu-item>
6161
</menu-group>
6262
</i-menu>

‎demo/doc/imgs/demo_screenshot.png‎

62.5 KB
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /