@jx3box/jx3box-ui 2.4.6 → 2.4.7
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/author/AuthorInfo.vue +1 -2
- package/src/author/AuthorLink.vue +1 -2
- package/src/author/AuthorMedals.vue +1 -2
- package/src/author/UserPop.vue +1 -2
- package/src/bread/Admin.vue +1 -2
- package/src/comment/CommentContent.vue +1 -2
- package/src/footer/official.vue +1 -1
- package/src/interact/Contributors.vue +1 -2
- package/src/single/Collection.vue +1 -2
package/package.json
CHANGED
|
@@ -70,8 +70,7 @@
|
|
|
70
70
|
|
|
71
71
|
<script>
|
|
72
72
|
import JX3BOX from "@jx3box/jx3box-common/data/jx3box.json";
|
|
73
|
-
import
|
|
74
|
-
const { authorLink } = utilModule;
|
|
73
|
+
import { authorLink } from "@jx3box/jx3box-common/js/utils";
|
|
75
74
|
import User from "@jx3box/jx3box-common/js/user";
|
|
76
75
|
import { getUserInfo } from "../../service/author";
|
|
77
76
|
import Avatar from "./Avatar.vue";
|
|
@@ -22,8 +22,7 @@
|
|
|
22
22
|
</template>
|
|
23
23
|
|
|
24
24
|
<script>
|
|
25
|
-
import
|
|
26
|
-
const { getMedalLink } = utilModule;
|
|
25
|
+
import { getMedalLink } from "@jx3box/jx3box-common/js/utils";
|
|
27
26
|
import { getUserMedals } from "../../service/author";
|
|
28
27
|
import JX3BOX from "@jx3box/jx3box-common/data/jx3box.json";
|
|
29
28
|
import i18nMixin from "../../i18n/mixin";
|
package/src/author/UserPop.vue
CHANGED
|
@@ -52,8 +52,7 @@
|
|
|
52
52
|
</template>
|
|
53
53
|
|
|
54
54
|
<script>
|
|
55
|
-
import
|
|
56
|
-
const { showAvatar } = utilModule;
|
|
55
|
+
import { showAvatar } from "@jx3box/jx3box-common/js/utils";
|
|
57
56
|
import { getUserInfoByUidOrName } from "../../service/author";
|
|
58
57
|
import i18nMixin from "../../i18n/mixin";
|
|
59
58
|
export default {
|
package/src/bread/Admin.vue
CHANGED
|
@@ -129,8 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
<script>
|
|
131
131
|
import Bus from "../../utils/bus";
|
|
132
|
-
import
|
|
133
|
-
const { getRewrite } = utilModule;
|
|
132
|
+
import { getRewrite } from "@jx3box/jx3box-common/js/utils";
|
|
134
133
|
import JX3BOX from "@jx3box/jx3box-common/data/jx3box.json";
|
|
135
134
|
import { getSetting, postSetting, refreshPostCache } from "../../service/admin";
|
|
136
135
|
import User from "@jx3box/jx3box-common/js/user";
|
|
@@ -152,8 +152,7 @@
|
|
|
152
152
|
|
|
153
153
|
<script>
|
|
154
154
|
import Uploader from "./Upload.vue";
|
|
155
|
-
import
|
|
156
|
-
const { resolveImagePath } = utilModule;
|
|
155
|
+
import { resolveImagePath } from "@jx3box/jx3box-common/js/utils";
|
|
157
156
|
import { formatContent } from "../../utils/emotion";
|
|
158
157
|
import Emotion from "@jx3box/jx3box-emotion/src/Emotion2.vue";
|
|
159
158
|
import i18nMixin from "../../i18n/mixin";
|
package/src/footer/official.vue
CHANGED
|
@@ -20,8 +20,7 @@
|
|
|
20
20
|
</template>
|
|
21
21
|
|
|
22
22
|
<script>
|
|
23
|
-
import
|
|
24
|
-
const { getLink } = utilModule;
|
|
23
|
+
import { getLink } from "@jx3box/jx3box-common/js/utils";
|
|
25
24
|
import { getCollection } from "../../service/cms";
|
|
26
25
|
import i18nMixin from "../../i18n/mixin";
|
|
27
26
|
export default {
|