@jx3box/jx3box-ui 2.0.12 → 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/assets/css/bread/admin.less +1 -30
- package/assets/css/bread/breadcrumb.less +1 -38
- package/assets/css/bread/crumb.less +1 -6
- package/assets/css/comment/quick-reply.less +1 -11
- package/assets/css/common/footer.less +1 -23
- package/assets/css/common/left-sidebar.less +1 -28
- package/assets/css/common/main.less +1 -22
- package/assets/css/common/right-msg.less +1 -0
- package/assets/css/common/right-sidebar.less +1 -31
- package/assets/css/common/suspend-common.less +1 -51
- package/assets/css/filters/client-by.less +1 -6
- package/assets/css/header/box.less +1 -34
- package/assets/css/interact/like2.less +1 -4
- package/assets/css/interact/qrcode.less +1 -0
- package/assets/css/interact/share2.less +1 -17
- package/assets/css/mixin.less +1 -3
- package/assets/css/single/author.less +3 -22
- package/assets/css/single/cms-single.less +1 -16
- package/assets/css/single/thx.less +2 -51
- package/assets/css/tinymce/_.less +1 -6
- package/assets/css/tinymce/a.less +1 -5
- package/assets/css/tinymce/code.less +1 -22
- package/assets/css/tinymce/combo.less +1 -12
- package/assets/css/tinymce/fold.less +1 -12
- package/assets/css/tinymce/h.less +1 -10
- package/assets/css/tinymce/hr.less +1 -2
- package/assets/css/tinymce/img.less +1 -3
- package/assets/css/tinymce/imgpreview.less +1 -5
- package/assets/css/tinymce/latex.less +1 -6
- package/assets/css/tinymce/list.less +1 -12
- package/assets/css/tinymce/macro.less +1 -6
- package/assets/css/tinymce/nextpage.less +1 -14
- package/assets/css/tinymce/p.less +1 -2
- package/assets/css/tinymce/plugin.less +1 -0
- package/assets/css/tinymce/pz.less +1 -6
- package/assets/css/tinymce/qixue.less +1 -6
- package/assets/css/tinymce/quote.less +1 -2
- package/assets/css/tinymce/table.less +1 -12
- package/assets/css/tinymce/video.less +1 -18
- package/assets/css/var.less +1 -0
- package/assets/css/wiki/wiki-comments.less +1 -0
- package/assets/css/wiki/wiki-panel.less +1 -0
- package/assets/css/wiki/wiki-revisions.less +1 -0
- package/package.json +1 -1
- package/service/community.js +3 -3
- package/src/App.vue +8 -0
- package/src/Breadcrumb.vue +1 -0
- package/src/CommonFooter.vue +1 -0
- package/src/CommonHeader.vue +2 -0
- package/src/Footer.vue +1 -0
- package/src/LeftSideToggle.vue +1 -0
- package/src/LeftSidebar.vue +1 -0
- package/src/Main.vue +1 -0
- package/src/RightSideMsg.vue +1 -0
- package/src/RightSidebar.vue +1 -0
- package/src/SuspendCommon.vue +1 -0
- package/src/author/AuthorFans.vue +2 -1
- package/src/author/AuthorFollow.vue +1 -0
- package/src/author/AuthorGift.vue +2 -1
- package/src/author/AuthorHonor.vue +1 -0
- package/src/author/AuthorInfo.vue +1 -0
- package/src/author/AuthorLink.vue +2 -1
- package/src/author/AuthorMedals.vue +1 -0
- package/src/author/AuthorPosts.vue +1 -0
- package/src/author/AuthorRss.vue +1 -0
- package/src/author/AuthorTeams.vue +1 -0
- package/src/author/Avatar.vue +1 -0
- package/src/author/UserPop.vue +1 -0
- package/src/bread/Admin.vue +1 -0
- package/src/bread/AdminDrop.vue +1 -0
- package/src/bread/CommunityAdmin.vue +1 -0
- package/src/bread/Crumb.vue +1 -0
- package/src/bread/DesignTask.vue +1 -0
- package/src/bread/ListAdmin.vue +1 -0
- package/src/bread/MigrateCommunity.vue +1 -0
- package/src/bread/MoveToCommunityDialog.vue +1 -0
- package/src/comment/Avatar.vue +1 -0
- package/src/comment/CommentContent.vue +1 -0
- package/src/comment/CommentContentSimple.vue +1 -0
- package/src/comment/CommentInputForm.vue +1 -0
- package/src/comment/CommentWithReply.vue +1 -0
- package/src/comment/QuickReply.vue +1 -0
- package/src/comment/ReplyForReply.vue +1 -0
- package/src/comment/ReplyList.vue +1 -0
- package/src/filters/clientBy.vue +1 -0
- package/src/filters/markBy.vue +1 -0
- package/src/filters/menuBy.vue +1 -0
- package/src/filters/orderBy.vue +1 -0
- package/src/filters/tagBy.vue +1 -0
- package/src/filters/topicBy.vue +1 -0
- package/src/filters/versionBy.vue +1 -0
- package/src/filters/zlpBy.vue +1 -0
- package/src/footer/official.vue +1 -0
- package/src/header/alternate.vue +1 -0
- package/src/header/asset.vue +1 -0
- package/src/header/box.vue +3 -1
- package/src/header/box2.vue +1 -0
- package/src/header/client.vue +1 -0
- package/src/header/lang.vue +1 -0
- package/src/header/logo.vue +1 -0
- package/src/header/manage.vue +1 -0
- package/src/header/message.vue +1 -0
- package/src/header/nav.vue +1 -0
- package/src/header/search.vue +1 -0
- package/src/header/shop.vue +1 -0
- package/src/header/user.vue +1 -0
- package/src/header/userInfo.vue +1 -0
- package/src/header/vip.vue +1 -0
- package/src/interact/BoxcoinRecords.vue +1 -0
- package/src/interact/BoxcoinUser.vue +2 -1
- package/src/interact/Contributors.vue +1 -0
- package/src/interact/Fav.vue +2 -1
- package/src/interact/Homework.vue +1 -0
- package/src/interact/Like.vue +1 -0
- package/src/interact/QRcode.vue +4 -2
- package/src/interact/Rss.vue +1 -0
- package/src/interact/Share.vue +1 -0
- package/src/interact/WatchLater.vue +1 -0
- package/src/main.js +2 -0
- package/src/single/Author.vue +5 -4
- package/src/single/CmsSingle.vue +1 -0
- package/src/single/Collection.vue +1 -0
- package/src/single/Comment.vue +1 -0
- package/src/single/Creators.vue +1 -0
- package/src/single/PostCollection.vue +1 -0
- package/src/single/PostGuide.vue +1 -0
- package/src/single/PostHeader.vue +1 -0
- package/src/single/PostTopic.vue +1 -0
- package/src/single/PostVersion.vue +1 -0
- package/src/single/RightAffix.vue +1 -0
- package/src/single/SimpleThx.vue +1 -0
- package/src/single/Thx.vue +1 -0
- package/src/single/VersionDialog.vue +1 -0
- package/src/stories/components/StoryPropsTable.vue +1 -0
- package/src/stories/layout/StorybookShell.vue +1 -0
- package/src/stories/layout/SuspendCommonStage.vue +1 -0
- package/src/stories/single/AuthorStoryStage.vue +1 -0
- package/src/stories/single/CmsSingleStoryStage.vue +1 -0
- package/src/upload/UploadBanner.vue +159 -0
- package/src/wiki/GamePrice.vue +1 -0
- package/src/wiki/WikiComments.vue +3 -2
- package/src/wiki/WikiPanel.vue +1 -0
- package/src/wiki/WikiRevisions.vue +1 -0
- package/vue.config.js +9 -6
package/src/author/AuthorRss.vue
CHANGED
package/src/author/Avatar.vue
CHANGED
package/src/author/UserPop.vue
CHANGED
package/src/bread/Admin.vue
CHANGED
package/src/bread/AdminDrop.vue
CHANGED
package/src/bread/Crumb.vue
CHANGED
package/src/bread/DesignTask.vue
CHANGED
package/src/bread/ListAdmin.vue
CHANGED
package/src/comment/Avatar.vue
CHANGED
package/src/filters/clientBy.vue
CHANGED
package/src/filters/markBy.vue
CHANGED
package/src/filters/menuBy.vue
CHANGED
package/src/filters/orderBy.vue
CHANGED
package/src/filters/tagBy.vue
CHANGED
package/src/filters/topicBy.vue
CHANGED
package/src/filters/zlpBy.vue
CHANGED
package/src/footer/official.vue
CHANGED
package/src/header/alternate.vue
CHANGED
package/src/header/asset.vue
CHANGED
package/src/header/box.vue
CHANGED
|
@@ -156,10 +156,12 @@ export default {
|
|
|
156
156
|
</script>
|
|
157
157
|
|
|
158
158
|
<style lang="less">
|
|
159
|
+
/* src/header/box.vue */
|
|
159
160
|
@import "../../assets/css/header/box.less";
|
|
160
161
|
</style>
|
|
161
162
|
|
|
162
|
-
<style
|
|
163
|
+
<style lang="less">
|
|
164
|
+
/* src/header/box.vue */
|
|
163
165
|
.c-jx3box {
|
|
164
166
|
.c-header-search {
|
|
165
167
|
float: none;
|
package/src/header/box2.vue
CHANGED
package/src/header/client.vue
CHANGED
package/src/header/lang.vue
CHANGED
package/src/header/logo.vue
CHANGED
package/src/header/manage.vue
CHANGED
package/src/header/message.vue
CHANGED
package/src/header/nav.vue
CHANGED
package/src/header/search.vue
CHANGED
package/src/header/shop.vue
CHANGED
package/src/header/user.vue
CHANGED
package/src/header/userInfo.vue
CHANGED
package/src/header/vip.vue
CHANGED
package/src/interact/Fav.vue
CHANGED
package/src/interact/Like.vue
CHANGED
package/src/interact/QRcode.vue
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div ref="trigger" class="w-qrcode" @click="togglePic" v-if="mode == 'cms'">
|
|
2
|
+
<div ref="trigger" class="w-qrcode" v-bind="$attrs" @click="togglePic" v-if="mode == 'cms'">
|
|
3
3
|
<img class="u-icon" svg-inline src="../../assets/img/widget/qr-code.svg" />
|
|
4
4
|
<span class="u-text">二维码</span>
|
|
5
5
|
</div>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<span>扫一扫即可访问</span>
|
|
10
10
|
</div>
|
|
11
11
|
</teleport>
|
|
12
|
-
<div class="w-qrcode-static" v-if="mode == 'static'">
|
|
12
|
+
<div class="w-qrcode-static" v-bind="$attrs" v-if="mode == 'static'">
|
|
13
13
|
<div class="u-qrcode">
|
|
14
14
|
<qrcode-vue class="u-pic" :value="value" :size="size" level="H"></qrcode-vue>
|
|
15
15
|
<span class="u-txt"
|
|
@@ -24,6 +24,7 @@ import { nextTick } from "vue";
|
|
|
24
24
|
import QrcodeVue from "qrcode.vue";
|
|
25
25
|
export default {
|
|
26
26
|
name: "QRcode",
|
|
27
|
+
inheritAttrs: false,
|
|
27
28
|
props: {
|
|
28
29
|
href: {
|
|
29
30
|
type: String,
|
|
@@ -100,5 +101,6 @@ export default {
|
|
|
100
101
|
</script>
|
|
101
102
|
|
|
102
103
|
<style lang="less">
|
|
104
|
+
/* src/interact/QRcode.vue */
|
|
103
105
|
@import "../../assets/css/interact/qrcode.less";
|
|
104
106
|
</style>
|
package/src/interact/Rss.vue
CHANGED
package/src/interact/Share.vue
CHANGED
package/src/main.js
CHANGED
|
@@ -59,7 +59,9 @@ app.use(ElementPlus, {
|
|
|
59
59
|
locale: __elementLocale,
|
|
60
60
|
});
|
|
61
61
|
import * as ElementPlusIconsVue from "@element-plus/icons-vue";
|
|
62
|
+
const __reservedIconNames = new Set(["Comment"]);
|
|
62
63
|
for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
|
|
64
|
+
if (__reservedIconNames.has(key)) continue;
|
|
63
65
|
app.component(key, component);
|
|
64
66
|
}
|
|
65
67
|
|
package/src/single/Author.vue
CHANGED
|
@@ -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
|
-
|
|
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,12 +70,13 @@ export default {
|
|
|
70
70
|
AuthorMedals,
|
|
71
71
|
// AuthorTeams,
|
|
72
72
|
AuthorPosts,
|
|
73
|
-
|
|
73
|
+
AuthorFans,
|
|
74
74
|
AuthorRss,
|
|
75
75
|
},
|
|
76
76
|
};
|
|
77
77
|
</script>
|
|
78
78
|
|
|
79
79
|
<style lang="less">
|
|
80
|
+
/* src/single/Author.vue */
|
|
80
81
|
@import "../../assets/css/single/author.less";
|
|
81
82
|
</style>
|
package/src/single/CmsSingle.vue
CHANGED