@witlink/usercenter 1.0.0

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.
Files changed (49) hide show
  1. package/README.md +155 -0
  2. package/dist/404.e6ab6ba0.mjs +10 -0
  3. package/dist/Card.71482621.mjs +1078 -0
  4. package/dist/DictEx.754c617b.mjs +156 -0
  5. package/dist/FooterToolBar.2546fb1f.mjs +33 -0
  6. package/dist/RegionSelect.5272534b.mjs +71 -0
  7. package/dist/Standard.64ae6a8d.mjs +113 -0
  8. package/dist/WebClient.0ac67ce0.mjs +153 -0
  9. package/dist/assets/FooterToolBar.d4297046.css +1 -0
  10. package/dist/assets/Standard.badeec91.css +1 -0
  11. package/dist/assets/WebClient.2a3e464e.css +1 -0
  12. package/dist/assets/index.01a0fb63.css +1 -0
  13. package/dist/assets/index.19e5ba4c.css +1 -0
  14. package/dist/assets/index.2164de3b.css +1 -0
  15. package/dist/assets/index.269f5360.css +1 -0
  16. package/dist/assets/index.28bdbdc3.css +1 -0
  17. package/dist/assets/index.3150518d.css +1 -0
  18. package/dist/assets/index.3a0797c4.css +1 -0
  19. package/dist/assets/index.53c37fa8.css +1 -0
  20. package/dist/assets/index.7c8e2d8f.css +1 -0
  21. package/dist/assets/index.b965b94b.css +1 -0
  22. package/dist/assets/index.fb7724ee.css +1 -0
  23. package/dist/index.003313e6.mjs +69436 -0
  24. package/dist/index.05ef920d.mjs +1129 -0
  25. package/dist/index.1953dbda.mjs +498 -0
  26. package/dist/index.1af0e30d.mjs +10 -0
  27. package/dist/index.2242d1a7.mjs +125 -0
  28. package/dist/index.2291c8e2.mjs +125 -0
  29. package/dist/index.3c2af165.mjs +761 -0
  30. package/dist/index.919ac6b4.mjs +7431 -0
  31. package/dist/index.941a34c0.mjs +874 -0
  32. package/dist/index.96479524.mjs +754 -0
  33. package/dist/index.9803c44f.mjs +125 -0
  34. package/dist/index.a000e9cf.mjs +1445 -0
  35. package/dist/index.b3eb7c5d.mjs +10 -0
  36. package/dist/index.c9138cba.mjs +1104 -0
  37. package/dist/index.ceea88a4.mjs +1073 -0
  38. package/dist/index.da7dd593.mjs +10 -0
  39. package/dist/index.e271ee9d.mjs +643 -0
  40. package/dist/index.e7802e27.mjs +786 -0
  41. package/dist/index.ef2e93a1.mjs +386 -0
  42. package/dist/index.f701b909.mjs +142 -0
  43. package/dist/index.f9becca6.mjs +6 -0
  44. package/dist/index.fa4bb855.mjs +7645 -0
  45. package/dist/index.html +1 -0
  46. package/dist/use-dict-by-type.c90c1d31.mjs +24 -0
  47. package/dist/usercenter.umd.js +6237 -0
  48. package/package.json +26 -0
  49. package/version.md +2 -0
@@ -0,0 +1,498 @@
1
+ import { C as b, D as K, aO as T, I as H, b as Q, F as W, S as J, aP as ce, _ as V, E as _e, G as ge, aQ as me, B as fe, H as ye, aR as ve, aS as he, aT as be, aU as xe, M as we, O as ke } from "./index.003313e6.mjs";
2
+ import { defineComponent as j, ref as y, reactive as G, onMounted as X, openBlock as h, createBlock as S, withCtx as l, createVNode as e, mergeProps as E, createElementBlock as q, Fragment as Ie, renderList as $e, computed as Le, normalizeStyle as Ce, renderSlot as Ue, createElementVNode as U, createTextVNode as L, toDisplayString as z, unref as P, createCommentVNode as M } from "vue";
3
+ import { S as Te } from "./index.fa4bb855.mjs";
4
+ import { _ as Se, a as Re } from "./index.f9becca6.mjs";
5
+ import './assets/index.01a0fb63.css';function Y(r) {
6
+ return b({
7
+ url: "/api/sys/lang/search-lang-list",
8
+ method: "get",
9
+ params: r
10
+ });
11
+ }
12
+ function Ae(r) {
13
+ return b({
14
+ url: "/api/sys/lang/search-list",
15
+ method: "get",
16
+ params: r
17
+ });
18
+ }
19
+ function Be(r) {
20
+ return b({
21
+ url: "/api/sys/lang/insert",
22
+ method: "post",
23
+ params: r
24
+ });
25
+ }
26
+ function De(r) {
27
+ return b({
28
+ url: "/api/sys/lang/update",
29
+ method: "post",
30
+ params: r
31
+ });
32
+ }
33
+ function Fe(r) {
34
+ return b({
35
+ url: "/api/sys/lang/delete",
36
+ method: "post",
37
+ params: r
38
+ });
39
+ }
40
+ function Oe() {
41
+ return b({
42
+ url: "/api/sys/lang/export",
43
+ method: "get",
44
+ responseType: "blob"
45
+ });
46
+ }
47
+ const Ne = /* @__PURE__ */ j({
48
+ name: "LangAdd",
49
+ __name: "LangAdd",
50
+ emits: ["ok", "cancel"],
51
+ setup(r, { emit: p }) {
52
+ const { t: g } = K(), a = p, v = y([]), _ = y(), u = {
53
+ labelCol: {
54
+ span: 6
55
+ },
56
+ wrapperCol: {
57
+ span: 18
58
+ }
59
+ }, C = y(!0), s = G({
60
+ langType: "",
61
+ id: ""
62
+ }), x = y(!1), R = async () => {
63
+ const { result: o } = await Y({});
64
+ v.value = o;
65
+ }, A = () => {
66
+ a("cancel");
67
+ }, B = () => {
68
+ _.value && _.value.validate().then(async () => {
69
+ x.value = !0;
70
+ const { result: o } = await Be(s);
71
+ x.value = !1, o && (a("ok", o), T.success(g("lang.msg1")));
72
+ });
73
+ };
74
+ return X(() => {
75
+ R();
76
+ }), (o, m) => {
77
+ const w = H, k = Q, D = W, F = J, O = ce;
78
+ return h(), S(O, {
79
+ bordered: !1,
80
+ open: C.value,
81
+ "onUpdate:open": m[2] || (m[2] = (i) => C.value = i),
82
+ destroyOnClose: !0,
83
+ title: o.$t("lang.title1"),
84
+ onOk: B,
85
+ onCancel: A
86
+ }, {
87
+ default: l(() => [
88
+ e(F, { spinning: x.value }, {
89
+ default: l(() => [
90
+ e(D, {
91
+ model: s,
92
+ ref_key: "formRef",
93
+ ref: _
94
+ }, {
95
+ default: l(() => [
96
+ e(k, E({
97
+ label: o.$t("lang.lang_type")
98
+ }, u, {
99
+ name: "langType",
100
+ rules: [
101
+ {
102
+ required: !0,
103
+ message: o.$t("lang.lang_type_placeholder"),
104
+ trigger: "blur"
105
+ }
106
+ ]
107
+ }), {
108
+ default: l(() => [
109
+ e(w, {
110
+ placeholder: o.$t("lang.lang_type_placeholder"),
111
+ value: s.langType,
112
+ "onUpdate:value": m[0] || (m[0] = (i) => s.langType = i)
113
+ }, null, 8, ["placeholder", "value"])
114
+ ]),
115
+ _: 1
116
+ }, 16, ["label", "rules"]),
117
+ e(k, E({
118
+ label: o.$t("lang.id")
119
+ }, u, {
120
+ name: "id",
121
+ rules: [
122
+ {
123
+ required: !0,
124
+ message: o.$t("lang.id_placeholder"),
125
+ trigger: "blur"
126
+ }
127
+ ]
128
+ }), {
129
+ default: l(() => [
130
+ e(w, {
131
+ placeholder: o.$t("lang.id_placeholder"),
132
+ value: s.id,
133
+ "onUpdate:value": m[1] || (m[1] = (i) => s.id = i)
134
+ }, null, 8, ["placeholder", "value"])
135
+ ]),
136
+ _: 1
137
+ }, 16, ["label", "rules"]),
138
+ (h(!0), q(Ie, null, $e(v.value, (i, n) => (h(), q("div", {
139
+ key: i.langId
140
+ }, [
141
+ e(k, E({
142
+ label: i.name,
143
+ index: n,
144
+ ref_for: !0
145
+ }, u, {
146
+ name: "lang" + i.langId,
147
+ rules: [{ required: !0, trigger: "blur" }]
148
+ }), {
149
+ default: l(() => [
150
+ e(w, {
151
+ placeholder: o.$t("lang.content_placeholder"),
152
+ value: s["lang" + i.langId],
153
+ "onUpdate:value": (t) => s["lang" + i.langId] = t
154
+ }, null, 8, ["placeholder", "value", "onUpdate:value"])
155
+ ]),
156
+ _: 2
157
+ }, 1040, ["label", "index", "name"])
158
+ ]))), 128))
159
+ ]),
160
+ _: 1
161
+ }, 8, ["model"])
162
+ ]),
163
+ _: 1
164
+ }, 8, ["spinning"])
165
+ ]),
166
+ _: 1
167
+ }, 8, ["open", "title"]);
168
+ };
169
+ }
170
+ }), Ee = /* @__PURE__ */ V(Ne, [["__file", "D:/inhe-code/witlink-platform-usercenter-web/witlink-platform-usercenter1/src/views/sys/lang/LangAdd.vue"]]), Ge = /* @__PURE__ */ j({
171
+ __name: "FormItemBtnGroup",
172
+ props: {
173
+ top: {
174
+ type: [String, Number],
175
+ default: 30
176
+ }
177
+ },
178
+ setup(r) {
179
+ const p = r, g = Le(() => {
180
+ let a = p.top;
181
+ return typeof a == "string" && (a = parseInt(a)), isNaN(a) && (a = 0), a + "px";
182
+ });
183
+ return (a, v) => (h(), q("div", {
184
+ class: "btn-group",
185
+ style: Ce({ "margin-top": g.value })
186
+ }, [
187
+ Ue(a.$slots, "default", {}, void 0, !0)
188
+ ], 4));
189
+ }
190
+ });
191
+ const qe = /* @__PURE__ */ V(Ge, [["__scopeId", "data-v-ffd7f8e3"], ["__file", "D:/inhe-code/witlink-platform-usercenter-web/witlink-platform-usercenter1/src/components/FormItemBtnGroup/FormItemBtnGroup.vue"]]), Ve = {
192
+ bordered: !1,
193
+ class: "lang-warp"
194
+ }, je = { style: { margin: "10px 0 6px 10px" } }, ze = { class: "table-page-search-wrapper" }, Pe = /* @__PURE__ */ j({
195
+ __name: "index",
196
+ setup(r) {
197
+ const { t: p } = K(), g = y(!1), a = y([]), v = y(), _ = y(!1), u = G({
198
+ langType: "",
199
+ id: "",
200
+ lang1: ""
201
+ }), C = G([
202
+ {
203
+ title: p("device.index1"),
204
+ width: "50px",
205
+ align: "center",
206
+ key: "index1"
207
+ },
208
+ {
209
+ title: p("lang.lang_type"),
210
+ dataIndex: "langType",
211
+ width: "150px",
212
+ key: "langType"
213
+ },
214
+ {
215
+ title: p("lang.id"),
216
+ dataIndex: "id",
217
+ width: "200px",
218
+ key: "id"
219
+ },
220
+ {
221
+ title: p("lang.lang1"),
222
+ dataIndex: "lang1",
223
+ width: "350px",
224
+ key: "lang1"
225
+ },
226
+ {
227
+ title: p("lang.lang2"),
228
+ dataIndex: "lang2",
229
+ width: "350px",
230
+ key: "lang2"
231
+ },
232
+ {
233
+ title: p("lang.lang3"),
234
+ dataIndex: "lang3",
235
+ key: "lang3"
236
+ }
237
+ ]), s = () => {
238
+ g.value = !1, v.value && v.value.refresh();
239
+ }, x = () => {
240
+ s(), _.value = !1;
241
+ }, R = () => {
242
+ _.value = !0;
243
+ }, A = () => {
244
+ g.value = !1;
245
+ }, B = () => {
246
+ g.value = !0;
247
+ }, o = async (n) => {
248
+ const { result: t } = await De(n);
249
+ t && T.success(p("lang.msg1"));
250
+ }, m = () => {
251
+ Object.assign(u, {
252
+ langType: "",
253
+ id: "",
254
+ lang1: ""
255
+ }), s();
256
+ }, w = async (n) => {
257
+ const { result: t } = await Fe(n);
258
+ t && (T.success(p("lang.msg1")), s());
259
+ }, k = (n) => n.langType + n.id, D = (n) => {
260
+ let t = !1, d = "";
261
+ for (let f = 0; f < a.value.length; f++)
262
+ if (d += "[" + a.value[f].isoCode + "] ", a.value[f].isoCode + ".js" == n.name) {
263
+ t = !0;
264
+ break;
265
+ }
266
+ return t ? !0 : (T.error(p("lang.msg2") + d, 10), !1);
267
+ }, F = async () => {
268
+ _.value = !0;
269
+ const n = await Oe();
270
+ _.value = !1;
271
+ const t = window.URL.createObjectURL(new Blob([n])), d = document.createElement("a");
272
+ d.style.display = "none", d.href = t, d.setAttribute("download", "langs.zip"), document.body.appendChild(d), d.click();
273
+ }, O = async (n) => {
274
+ const { result: t } = await Ae({
275
+ ...n,
276
+ ...u
277
+ });
278
+ return t;
279
+ }, i = async () => {
280
+ const { result: n } = await Y({});
281
+ a.value = n;
282
+ };
283
+ return X(() => {
284
+ i();
285
+ }), (n, t) => {
286
+ const d = H, f = Q, Z = me, ee = fe, ne = W, te = ye, le = ve, ae = he, I = Se, N = Re, oe = be, se = xe, re = we, pe = ke, ie = J;
287
+ return h(), S(ie, {
288
+ spinning: _.value,
289
+ tip: n.$t("lang.tip"),
290
+ size: "large"
291
+ }, {
292
+ default: l(() => [
293
+ U("div", Ve, [
294
+ U("div", je, [
295
+ U("div", null, [
296
+ e(ne, {
297
+ layout: "vertical",
298
+ class: "inline-query-form clear-formctrl-lh"
299
+ }, {
300
+ default: l(() => [
301
+ e(f, {
302
+ label: n.$t("lang.lang_type"),
303
+ style: { width: "200px", "padding-right": "20px" }
304
+ }, {
305
+ default: l(() => [
306
+ e(d, {
307
+ value: u.langType,
308
+ "onUpdate:value": t[0] || (t[0] = (c) => u.langType = c),
309
+ placeholder: n.$t("lang.lang_type_placeholder")
310
+ }, null, 8, ["value", "placeholder"])
311
+ ]),
312
+ _: 1
313
+ }, 8, ["label"]),
314
+ e(f, {
315
+ label: n.$t("lang.id"),
316
+ style: { width: "200px", "padding-right": "20px" }
317
+ }, {
318
+ default: l(() => [
319
+ e(d, {
320
+ value: u.id,
321
+ "onUpdate:value": t[1] || (t[1] = (c) => u.id = c),
322
+ placeholder: n.$t("lang.id_placeholder")
323
+ }, null, 8, ["value", "placeholder"])
324
+ ]),
325
+ _: 1
326
+ }, 8, ["label"]),
327
+ e(f, {
328
+ label: n.$t("lang.content"),
329
+ style: { width: "200px", "padding-right": "20px" }
330
+ }, {
331
+ default: l(() => [
332
+ e(d, {
333
+ value: u.lang1,
334
+ "onUpdate:value": t[2] || (t[2] = (c) => u.lang1 = c),
335
+ placeholder: n.$t("lang.content_placeholder")
336
+ }, null, 8, ["value", "placeholder"])
337
+ ]),
338
+ _: 1
339
+ }, 8, ["label"]),
340
+ e(qe, null, {
341
+ default: l(() => [
342
+ e(Z, {
343
+ onClick: s,
344
+ isWidth: !0,
345
+ showInput: !1
346
+ }),
347
+ e(ee, {
348
+ onClick: m,
349
+ style: { "margin-left": "8px" }
350
+ }, {
351
+ default: l(() => [
352
+ L(z(n.$t("common.btn_reset")), 1)
353
+ ]),
354
+ _: 1
355
+ })
356
+ ]),
357
+ _: 1
358
+ })
359
+ ]),
360
+ _: 1
361
+ })
362
+ ])
363
+ ]),
364
+ U("div", ze, [
365
+ e(N, null, {
366
+ default: l(() => [
367
+ e(I, {
368
+ md: 19,
369
+ sm: 19
370
+ }, {
371
+ default: l(() => [
372
+ e(te, { onClick: B }),
373
+ t[3] || (t[3] = L("\xA0 ")),
374
+ e(le, {
375
+ action: "/api/sys/lang/import",
376
+ accept: ".js",
377
+ beforeUpload: D,
378
+ onDone: x,
379
+ onUploading: R
380
+ }),
381
+ t[4] || (t[4] = L("\xA0 ")),
382
+ e(ae, { onClick: F })
383
+ ]),
384
+ _: 1
385
+ })
386
+ ]),
387
+ _: 1
388
+ }),
389
+ e(Te, {
390
+ style: { "margin-top": "10px" },
391
+ ref_key: "tableRef",
392
+ ref: v,
393
+ columns: C,
394
+ data: O,
395
+ rowKey: k,
396
+ scroll: { y: 550 }
397
+ }, {
398
+ expandedRowRender: l(({ record: c }) => [
399
+ e(se, { dataSource: a.value }, {
400
+ renderItem: l(({ item: $, index: de }) => [
401
+ e(oe, { style: { "padding-left": "50px", border: "none" } }, {
402
+ default: l(() => [
403
+ e(N, {
404
+ index: de,
405
+ style: { width: "100%" }
406
+ }, {
407
+ default: l(() => [
408
+ e(I, {
409
+ span: 3,
410
+ style: { height: "40px", "line-height": "40px" }
411
+ }, {
412
+ default: l(() => [
413
+ L(z($.name), 1)
414
+ ]),
415
+ _: 2
416
+ }, 1024),
417
+ e(I, {
418
+ span: 7,
419
+ style: { height: "40px", "line-height": "40px" }
420
+ }, {
421
+ default: l(() => [
422
+ e(d, {
423
+ placeholder: n.$t("lang.content_placeholder"),
424
+ value: c["lang" + $.langId],
425
+ "onUpdate:value": (ue) => c["lang" + $.langId] = ue
426
+ }, null, 8, ["placeholder", "value", "onUpdate:value"])
427
+ ]),
428
+ _: 2
429
+ }, 1024)
430
+ ]),
431
+ _: 2
432
+ }, 1032, ["index"])
433
+ ]),
434
+ _: 2
435
+ }, 1024)
436
+ ]),
437
+ _: 2
438
+ }, 1032, ["dataSource"]),
439
+ e(N, { style: { width: "100%", "padding-left": "50px" } }, {
440
+ default: l(() => [
441
+ e(I, {
442
+ span: 3,
443
+ style: { height: "40px", "line-height": "40px" }
444
+ }),
445
+ e(I, {
446
+ span: 7,
447
+ style: { height: "40px", "line-height": "40px" }
448
+ }, {
449
+ default: l(() => [
450
+ e(re, {
451
+ onClick: ($) => o(c),
452
+ type: "bt",
453
+ text: n.$t("common.btn_ok")
454
+ }, null, 8, ["onClick", "text"]),
455
+ t[5] || (t[5] = L("\xA0 ")),
456
+ e(pe, {
457
+ onClick: ($) => w(c),
458
+ type: "bt"
459
+ }, null, 8, ["onClick"])
460
+ ]),
461
+ _: 2
462
+ }, 1024)
463
+ ]),
464
+ _: 2
465
+ }, 1024)
466
+ ]),
467
+ bodyCell: l(({ column: c }) => [
468
+ c.key === "index1" ? (h(), S(P(_e), {
469
+ key: 0,
470
+ class: "icon",
471
+ style: { fontSize: "25px", color: "#1890ff" }
472
+ }, {
473
+ component: l(() => [
474
+ e(P(ge))
475
+ ]),
476
+ _: 1
477
+ })) : M("v-if", !0)
478
+ ]),
479
+ _: 1
480
+ }, 8, ["columns"])
481
+ ])
482
+ ]),
483
+ g.value ? (h(), S(Ee, {
484
+ key: 0,
485
+ ref: "langAddRef",
486
+ onOk: s,
487
+ onCancel: A
488
+ }, null, 512)) : M("v-if", !0)
489
+ ]),
490
+ _: 1
491
+ }, 8, ["spinning", "tip"]);
492
+ };
493
+ }
494
+ });
495
+ const We = /* @__PURE__ */ V(Pe, [["__scopeId", "data-v-9e1f799b"], ["__file", "D:/inhe-code/witlink-platform-usercenter-web/witlink-platform-usercenter1/src/views/sys/lang/index.vue"]]);
496
+ export {
497
+ We as default
498
+ };
@@ -0,0 +1,10 @@
1
+ import { openBlock as e, createElementBlock as r } from "vue";
2
+ import { _ as n } from "./index.003313e6.mjs";
3
+ const t = {};
4
+ function o(c, i) {
5
+ return e(), r("div", null, "dashboard");
6
+ }
7
+ const d = /* @__PURE__ */ n(t, [["render", o], ["__file", "D:/inhe-code/witlink-platform-usercenter-web/witlink-platform-usercenter1/src/views/dashboard/index.vue"]]);
8
+ export {
9
+ d as default
10
+ };
@@ -0,0 +1,125 @@
1
+ const l = {
2
+ button: {
3
+ _001_placeholder: "null",
4
+ _006_msg1: "null",
5
+ _006_msg2: "null",
6
+ _006_msg3: "null",
7
+ _004_msg1: "null",
8
+ _004_msg2: "null",
9
+ _009_msg2: "null",
10
+ _006_off: "null",
11
+ _009_msg1: "null",
12
+ _006_on: "null",
13
+ _008_msg1: "null",
14
+ _008_msg2: "null",
15
+ _009: "null",
16
+ _008: "null",
17
+ _007: "null",
18
+ _002: "null",
19
+ _001: "null",
20
+ _010: "null",
21
+ _006: "null",
22
+ _005: "null",
23
+ _004: "null",
24
+ _003: "null"
25
+ },
26
+ user_layou: {
27
+ item2: "null",
28
+ item1: "null",
29
+ item3: "null",
30
+ tips1: "null",
31
+ tips2: "null"
32
+ },
33
+ common: {
34
+ btn_search: "null",
35
+ btn_fold: "null",
36
+ btn_cancel1: "null",
37
+ msg2: "null",
38
+ msg1: "null",
39
+ btn_refresh: "null",
40
+ btn_confirm: "null",
41
+ btn_edit: "null",
42
+ btn_ok: "null",
43
+ btn_sctead: "null",
44
+ btn_more: "null",
45
+ btn_cancel: "null",
46
+ btn_reset: "null"
47
+ },
48
+ param: {
49
+ remark_placeholder: "null",
50
+ code: "null",
51
+ description_placeholder: "null",
52
+ description: "null",
53
+ remark: "null",
54
+ v1_placeholder: "null",
55
+ title: "null",
56
+ type: "null",
57
+ type_placeholder: "null",
58
+ code_placeholder: "null",
59
+ v2_placeholder: "null",
60
+ v1: "null",
61
+ v3_placeholder: "null",
62
+ v2: "null",
63
+ v3: "null",
64
+ v4: "null",
65
+ v4_placeholder: "null"
66
+ },
67
+ function: {
68
+ _002007: "",
69
+ _002008: "",
70
+ _003004: "",
71
+ _003005: "",
72
+ _002006: "",
73
+ _002: "",
74
+ _001: "",
75
+ _003001: "",
76
+ _003002: "",
77
+ _001001: "",
78
+ _003003: "",
79
+ _003: ""
80
+ },
81
+ dict: {
82
+ remark_placeholder: "null",
83
+ code: "null",
84
+ pbl_select: "null",
85
+ description_placeholder: "null",
86
+ description: "null",
87
+ remark: "null",
88
+ v1_placeholder: "null",
89
+ title: "null",
90
+ type: "null",
91
+ type_placeholder: "null",
92
+ code_placeholder: "null",
93
+ v2_placeholder: "null",
94
+ v1: "null",
95
+ v3_placeholder: "null",
96
+ v2: "null",
97
+ v3: "null",
98
+ v4: "null",
99
+ v4_placeholder: "null"
100
+ },
101
+ user_menu: {
102
+ item2: "null",
103
+ msg2: "null",
104
+ item1: "null",
105
+ msg1: "null",
106
+ item3: "null"
107
+ },
108
+ welcome: {
109
+ msg4: "null",
110
+ msg3: "null",
111
+ msg2: "null",
112
+ msg1: "null",
113
+ msg5: "null"
114
+ },
115
+ table: {
116
+ tips4: "null",
117
+ tips5: "null",
118
+ tips1: "null",
119
+ tips2: "null",
120
+ tips3: "null"
121
+ }
122
+ };
123
+ export {
124
+ l as default
125
+ };