@jx3box/jx3box-editor 1.4.7 → 1.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/BoxResource.vue +3 -3
package/package.json
CHANGED
package/src/BoxResource.vue
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<el-tab-pane label="魔盒用户" name="authors">
|
|
17
17
|
<span slot="label" class="u-tab-label">
|
|
18
18
|
<i class="el-icon-s-custom" style="margin-right:5px;"></i>
|
|
19
|
-
<b
|
|
19
|
+
<b>用户</b>
|
|
20
20
|
<i class="u-lv-box">Lv2+</i>
|
|
21
21
|
</span>
|
|
22
22
|
<p v-if="total && done" class="m-resource-count">
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
</ul>
|
|
39
39
|
<el-alert v-if="!authors.length && done" title="没有找到相关条目" type="info" show-icon></el-alert>
|
|
40
40
|
</el-tab-pane>
|
|
41
|
-
<el-tab-pane label="
|
|
41
|
+
<el-tab-pane label="剑三趣图" name="emotions">
|
|
42
42
|
<span slot="label" class="u-tab-label">
|
|
43
43
|
<i class="el-icon-sugar" style="margin-right: 5px;"></i>
|
|
44
|
-
<b
|
|
44
|
+
<b>趣图</b>
|
|
45
45
|
</span>
|
|
46
46
|
<p v-if="total && done" class="m-resource-count">
|
|
47
47
|
<i class="el-icon-s-data"></i> 共找到 <b>{{ total }}</b> 条记录
|