@jx3box/jx3box-ui 2.0.15 → 2.0.16

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-ui",
3
- "version": "2.0.15",
3
+ "version": "2.0.16",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -21,7 +21,7 @@
21
21
  </div>
22
22
  <div class="f-bottom">
23
23
  {{ $jx3boxT("jx3boxUi.authorFans.fansCount", "粉丝数: {count}", { count: fans_count }) }}
24
- ><template v-if="boxcoin_count"
24
+ <template v-if="boxcoin_count"
25
25
  >{{ $jx3boxT("jx3boxUi.authorFans.boxcoinCount", ",累计收到盒币打赏: {count}", { count: boxcoin_count }) }}</template
26
26
  >
27
27
  </div>
@@ -207,7 +207,7 @@ export default {
207
207
  };
208
208
  </script>
209
209
 
210
- <style scoped lang="less">
210
+ <style lang="less">
211
211
  /* src/author/AuthorGift.vue */
212
212
  .c-author-gift {
213
213
  .u-btn {
@@ -83,7 +83,7 @@ export default {
83
83
  };
84
84
  </script>
85
85
 
86
- <style scoped lang="less">
86
+ <style lang="less">
87
87
  /* src/author/AuthorLink.vue */
88
88
  .c-author-link {
89
89
  padding: 0 2px;
@@ -160,7 +160,7 @@ export default {
160
160
  @import "../../assets/css/header/box.less";
161
161
  </style>
162
162
 
163
- <style scoped lang="less">
163
+ <style lang="less">
164
164
  /* src/header/box.vue */
165
165
  .c-jx3box {
166
166
  .c-header-search {
@@ -226,7 +226,7 @@ export default {
226
226
  };
227
227
  </script>
228
228
 
229
- <style scoped lang="less">
229
+ <style lang="less">
230
230
  /* src/interact/BoxcoinUser.vue */
231
231
  .w-boxcoin-user {
232
232
  .dbi;
@@ -98,7 +98,7 @@ export default {
98
98
  };
99
99
  </script>
100
100
 
101
- <style lang="less" scoped>
101
+ <style lang="less">
102
102
  /* src/interact/Fav.vue */
103
103
  .w-fav2 {
104
104
  .pointer;
@@ -13,8 +13,8 @@
13
13
  </div>
14
14
  <!-- <AuthorLink class="u-block u-links" :uid="uid" :data="data" /> -->
15
15
  <AuthorMedals class="u-block u-trophy" :uid="uid" />
16
- <!-- <AuthorTeams class="u-block u-teams" :uid="uid" />
17
- <AuthorFans class="u-block u-fans" :uid="uid" /> -->
16
+ <!-- <AuthorTeams class="u-block u-teams" :uid="uid" /> -->
17
+ <AuthorFans class="u-block u-fans" :uid="uid" />
18
18
  <slot></slot>
19
19
  <AuthorPosts class="u-block u-posts" :uid="uid" />
20
20
  </template>
@@ -26,7 +26,7 @@ import AuthorInfo from "../author/AuthorInfo.vue";
26
26
  // import AuthorLink from "../author/AuthorLink.vue";
27
27
  // import AuthorFollow from "../author/AuthorFollow.vue";
28
28
  // import AuthorGift from "../author/AuthorGift.vue";
29
- // import AuthorFans from "../author/AuthorFans.vue";
29
+ import AuthorFans from "../author/AuthorFans.vue";
30
30
  import AuthorMedals from "../author/AuthorMedals.vue";
31
31
  // import AuthorTeams from "../author/AuthorTeams.vue";
32
32
  import AuthorPosts from "../author/AuthorPosts.vue";
@@ -70,7 +70,7 @@ export default {
70
70
  AuthorMedals,
71
71
  // AuthorTeams,
72
72
  AuthorPosts,
73
- // AuthorFans,
73
+ AuthorFans,
74
74
  AuthorRss,
75
75
  },
76
76
  };