@huyooo/ui 1.0.4 → 1.0.6
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/dist/{Contact-DBH8CyKp.js → Contact-BWuVR9ho.js} +3 -3
- package/dist/{LandingPageLinkGroup-r-t3H1X0.js → LandingPageLinkGroup-BZJ48Yss.js} +2 -2
- package/dist/LandingPageSectionHeader-3hiuw6G0.js +99 -0
- package/dist/{LandingPageSectionTabs-DhKpOj5F.js → LandingPageSectionTabs-jRjkWlM-.js} +457 -348
- package/dist/{LegalDocViewer-DlaLKGyX.js → LegalDocViewer-DM8FYBpf.js} +183 -183
- package/dist/{PricingPlans-DoWP5aX7.js → PricingPlans-CV97ck9p.js} +1 -1
- package/dist/authkit.js +1 -1
- package/dist/components/LandingPage/LandingPageButton.vue.d.ts +2 -2
- package/dist/components/LandingPage/LandingPageFeaturePanels.vue.d.ts +19 -0
- package/dist/components/LandingPage/LandingPageHero.vue.d.ts +9 -0
- package/dist/components/LandingPage/LandingPageSectionHeader.vue.d.ts +1 -14
- package/dist/components/LandingPage/LandingPageSections.vue.d.ts +1 -1
- package/dist/landingPage.d.ts +1 -0
- package/dist/landingPage.js +40 -39
- package/dist/main.js +127 -126
- package/dist/pay.js +1 -1
- package/dist/privateCom.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/LandingPageSectionHeader-CVAqc7bx.js +0 -137
- package/dist/common/authPanelWidth.d.ts +0 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huyooo/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
95
|
"@arco-design/web-vue": ">=2.56.3",
|
|
96
|
-
"@huyooo/vue-tiptap": "^1.0.
|
|
96
|
+
"@huyooo/vue-tiptap": "^1.0.5",
|
|
97
97
|
"@iconify/vue": ">=4.1.2",
|
|
98
98
|
"@unhead/vue": ">=2.0.19",
|
|
99
99
|
"@vueuse/core": ">=11.3.0",
|
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
import { defineComponent as c, openBlock as i, createElementBlock as l, renderSlot as _, createElementVNode as t, normalizeStyle as p, createBlock as g, withCtx as n, Fragment as f, renderList as m, createVNode as v, createTextVNode as C, toDisplayString as o } from "vue";
|
|
2
|
-
import { _ as d } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
-
import { C as w, a as y } from "./CollapseItem-DUzZA6tx.js";
|
|
4
|
-
import { D as k } from "./LandingPageDescription-BczWZHKy.js";
|
|
5
|
-
const x = {
|
|
6
|
-
class: "BlockLayout"
|
|
7
|
-
}, L = /* @__PURE__ */ c({
|
|
8
|
-
__name: "LandingPageBlockLayout",
|
|
9
|
-
props: {
|
|
10
|
-
columns: {
|
|
11
|
-
type: Number,
|
|
12
|
-
default: 1
|
|
13
|
-
},
|
|
14
|
-
flexDirection: {
|
|
15
|
-
type: String,
|
|
16
|
-
default: "column"
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
setup(s) {
|
|
20
|
-
const e = s;
|
|
21
|
-
return (a, r) => (i(), l("section", x, [_(a.$slots, "BlockHeader", {}, void 0, !0), t("div", {
|
|
22
|
-
class: "BlockBody",
|
|
23
|
-
style: p({
|
|
24
|
-
"--block-columns": e.columns,
|
|
25
|
-
flexDirection: e.flexDirection
|
|
26
|
-
})
|
|
27
|
-
}, [_(a.$slots, "BlockBody", {}, void 0, !0)], 4)]));
|
|
28
|
-
}
|
|
29
|
-
}), E = /* @__PURE__ */ d(L, [["__scopeId", "data-v-1be571ac"]]), B = /* @__PURE__ */ c({
|
|
30
|
-
__name: "LandingPageFAQ",
|
|
31
|
-
props: {
|
|
32
|
-
activeKeys: {
|
|
33
|
-
default: () => []
|
|
34
|
-
},
|
|
35
|
-
faqItems: {
|
|
36
|
-
default: () => [{
|
|
37
|
-
question: "你们有免费试用吗?",
|
|
38
|
-
answer: "我们提供1个月的免费试用"
|
|
39
|
-
}, {
|
|
40
|
-
question: "我可以申请退款吗?",
|
|
41
|
-
answer: "不支持退款,但您可以随时取消订阅。取消订阅后将于下一个结算日的次日生效,在此之前您可以使用服务。为了避免被收取下一计费期的费用,请在下一个计费日期前至少 24 小时取消。"
|
|
42
|
-
}, {
|
|
43
|
-
question: "付费会员的配额什么时候会重置?会在月初吗?",
|
|
44
|
-
answer: "配额重置发生在您订阅后一个月,并非基于日历月。例如,如果您在4月15日订阅,您的配额将在5月15日重置。"
|
|
45
|
-
}, {
|
|
46
|
-
question: "从月付费订阅升级至年付费订阅,费用和有效期是如何计算的?",
|
|
47
|
-
answer: "从月度付费升级至年度付费时,会基于您剩余的月度付费价值计算差额。服务期从升级日起至次年同日。"
|
|
48
|
-
}, {
|
|
49
|
-
question: "你们提供技术支持吗?",
|
|
50
|
-
answer: "是的,在付费期间我们提供全天候的技术支持,可以通过电子邮箱和微信联系我们。"
|
|
51
|
-
}, {
|
|
52
|
-
question: "使用期间有什么限制吗?",
|
|
53
|
-
answer: "在使用期间如果发现开发者违反法律法规或在恶意应用程序中使用等任何不当使用行为,包括但不限于共享或出售订阅,都是被禁止的,可能会导致您的账户被终止且不予退款。我们有权终止服务,详情请参阅《付费服务协议》"
|
|
54
|
-
}]
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
setup(s) {
|
|
58
|
-
const e = s;
|
|
59
|
-
return (a, r) => (i(), g(w, {
|
|
60
|
-
"active-keys": e.activeKeys
|
|
61
|
-
}, {
|
|
62
|
-
default: n(() => [(i(!0), l(f, null, m(e.faqItems, (h, u) => (i(), g(y, {
|
|
63
|
-
key: u,
|
|
64
|
-
index: u
|
|
65
|
-
}, {
|
|
66
|
-
header: n(() => [C(o(h.question), 1)]),
|
|
67
|
-
default: n(() => [v(k, null, {
|
|
68
|
-
default: n(() => [C(o(h.answer), 1)]),
|
|
69
|
-
_: 2
|
|
70
|
-
}, 1024)]),
|
|
71
|
-
_: 2
|
|
72
|
-
}, 1032, ["index"]))), 128))]),
|
|
73
|
-
_: 1
|
|
74
|
-
}, 8, ["active-keys"]));
|
|
75
|
-
}
|
|
76
|
-
}), G = /* @__PURE__ */ d(B, [["__scopeId", "data-v-581e8f75"]]), H = "data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='40'%20height='40'%20rx='14'%20fill='url(%23paint0_linear_1212_46228)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17%2011C13.6863%2011%2011%2013.6863%2011%2017V23C11%2026.3137%2013.6863%2029%2017%2029H23C26.3137%2029%2029%2026.3137%2029%2023V17C29%2013.6863%2026.3137%2011%2023%2011H17ZM20.0002%2015.9091C20.4521%2015.9091%2020.8184%2016.2754%2020.8184%2016.7273V19.1818H23.2718C23.7237%2019.1818%2024.09%2019.5481%2024.09%2020C24.09%2020.4519%2023.7237%2020.8182%2023.2718%2020.8182H20.8184V23.2727C20.8184%2023.7246%2020.4521%2024.0909%2020.0002%2024.0909C19.5484%2024.0909%2019.182%2023.7246%2019.182%2023.2727V20.8182H16.7264C16.2745%2020.8182%2015.9082%2020.4519%2015.9082%2020C15.9082%2019.5481%2016.2745%2019.1818%2016.7264%2019.1818H19.182V16.7273C19.182%2016.2754%2019.5484%2015.9091%2020.0002%2015.9091Z'%20fill='white'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1212_46228'%20x1='20'%20y1='0'%20x2='20'%20y2='40'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%235766F0'/%3e%3cstop%20offset='1'%20stop-color='%23591EFF'%20stop-opacity='0.81'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", S = "data:image/svg+xml,%3csvg%20width='72'%20height='48'%20viewBox='0%200%2072%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_1212_46227'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='72'%20height='48'%3e%3crect%20width='72'%20height='48'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_1212_46227)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.3789%2010.0001C16.3789%209.10554%2017.1041%208.38037%2017.9986%208.38037C18.8932%208.38037%2019.6183%209.10554%2019.6183%2010.0001C19.6183%2011.0172%2019.6664%2011.9775%2019.7585%2012.8841C19.8489%2013.7741%2019.2007%2014.5688%2018.3107%2014.6592C17.4208%2014.7497%2016.626%2014.1015%2016.5356%2013.2115C16.4317%2012.1889%2016.3789%2011.1191%2016.3789%2010.0001ZM18.0425%2019.547C17.7074%2018.7176%2018.1082%2017.7736%2018.9377%2017.4385C19.7671%2017.1035%2020.7111%2017.5043%2021.0461%2018.3337C21.7781%2020.146%2022.7687%2021.655%2023.9669%2022.9209C24.5819%2023.5705%2024.5537%2024.5957%2023.9041%2025.2106C23.2544%2025.8256%2022.2293%2025.7975%2021.6143%2025.1478C20.1362%2023.5862%2018.9254%2021.7329%2018.0425%2019.547ZM26.9161%2029.0658C26.1211%2028.6558%2025.8089%2027.6789%2026.219%2026.8838C26.629%2026.0888%2027.6059%2025.7767%2028.4009%2026.1867C30.0125%2027.0178%2031.8088%2027.6689%2033.753%2028.1757C34.6186%2028.4013%2035.1374%2029.286%2034.9118%2030.1516C34.6861%2031.0172%2033.8015%2031.536%2032.9359%2031.3104C30.8126%2030.7569%2028.7832%2030.0287%2026.9161%2029.0658ZM39.1207%2032.4579C38.2329%2032.348%2037.6022%2031.5393%2037.7121%2030.6516C37.8219%2029.7638%2038.6306%2029.1331%2039.5183%2029.2429C41.4424%2029.4809%2043.4322%2029.6311%2045.4551%2029.7252C46.3487%2029.7668%2047.0394%2030.5249%2046.9978%2031.4185C46.9562%2032.312%2046.1981%2033.0027%2045.3045%2032.9611C43.2229%2032.8643%2041.1475%2032.7086%2039.1207%2032.4579ZM51.4468%2033.1103C50.5523%2033.1036%2049.8326%2032.373%2049.8393%2031.4785C49.846%2030.584%2050.5766%2029.8643%2051.4711%2029.871C51.8002%2029.8735%2052.129%2029.8753%2052.4574%2029.8767L49.0395%2026.4589C48.4537%2025.8731%2048.4537%2024.9233%2049.0395%2024.3376C49.6253%2023.7518%2050.5751%2023.7518%2051.1608%2024.3376L56.5556%2029.7323C57.5319%2030.7086%2057.5319%2032.2915%2056.5556%2033.2678L51.1608%2038.6626C50.5751%2039.2484%2049.6253%2039.2484%2049.0395%2038.6626C48.4537%2038.0768%2048.4537%2037.1271%2049.0395%2036.5413L52.4646%2033.1162C52.1261%2033.1148%2051.7868%2033.1129%2051.4468%2033.1103Z'%20fill='black'%20fill-opacity='0.9'/%3e%3c/g%3e%3c/svg%3e", b = {
|
|
77
|
-
class: "section-header"
|
|
78
|
-
}, q = {
|
|
79
|
-
class: "title-section"
|
|
80
|
-
}, D = {
|
|
81
|
-
class: "icon-title"
|
|
82
|
-
}, V = ["src", "width", "height"], M = {
|
|
83
|
-
class: "title"
|
|
84
|
-
}, Z = {
|
|
85
|
-
class: "subtitle-section"
|
|
86
|
-
}, F = ["src", "width", "height"], I = {
|
|
87
|
-
class: "subtitle"
|
|
88
|
-
}, P = "图标", $ = "装饰线条", A = /* @__PURE__ */ c({
|
|
89
|
-
__name: "LandingPageSectionHeader",
|
|
90
|
-
props: {
|
|
91
|
-
title: {},
|
|
92
|
-
subtitle: {},
|
|
93
|
-
icon: {
|
|
94
|
-
default: H
|
|
95
|
-
},
|
|
96
|
-
iconWidth: {
|
|
97
|
-
default: 40
|
|
98
|
-
},
|
|
99
|
-
iconHeight: {
|
|
100
|
-
default: 40
|
|
101
|
-
},
|
|
102
|
-
dashline: {
|
|
103
|
-
default: S
|
|
104
|
-
},
|
|
105
|
-
dashlineWidth: {
|
|
106
|
-
default: 72
|
|
107
|
-
},
|
|
108
|
-
dashlineHeight: {
|
|
109
|
-
default: 48
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
setup(s) {
|
|
113
|
-
const e = s;
|
|
114
|
-
return (a, r) => (i(), l("div", b, [t("div", q, [t("div", D, [t("img", {
|
|
115
|
-
src: e.icon,
|
|
116
|
-
alt: P,
|
|
117
|
-
width: e.iconWidth,
|
|
118
|
-
height: e.iconHeight,
|
|
119
|
-
loading: "lazy",
|
|
120
|
-
decoding: "async",
|
|
121
|
-
class: "icon"
|
|
122
|
-
}, null, 8, V), t("span", M, o(s.title), 1)]), t("div", Z, [t("img", {
|
|
123
|
-
src: e.dashline,
|
|
124
|
-
alt: $,
|
|
125
|
-
width: e.dashlineWidth,
|
|
126
|
-
height: e.dashlineHeight,
|
|
127
|
-
loading: "lazy",
|
|
128
|
-
decoding: "async",
|
|
129
|
-
class: "dashline"
|
|
130
|
-
}, null, 8, F), t("span", I, o(s.subtitle), 1)])])]));
|
|
131
|
-
}
|
|
132
|
-
}), K = /* @__PURE__ */ d(A, [["__scopeId", "data-v-e1681a62"]]);
|
|
133
|
-
export {
|
|
134
|
-
E as L,
|
|
135
|
-
G as a,
|
|
136
|
-
K as b
|
|
137
|
-
};
|