y-p-h-in 1.0.8 → 1.0.9

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/demo-ui.js CHANGED
@@ -46208,7 +46208,7 @@ const i2 = (e, t) => {
46208
46208
  let l = D("English"), r = D([
46209
46209
  {
46210
46210
  value: "Chinese",
46211
- label: "中文"
46211
+ label: "简体中文"
46212
46212
  },
46213
46213
  {
46214
46214
  value: "zh-TW",
@@ -46224,7 +46224,7 @@ const i2 = (e, t) => {
46224
46224
  let i = "";
46225
46225
  a === "zh-CN" ? i = "Chinese" : a === "zh-TW" ? i = "zh-TW" : (a === "en-US" || a == "en", i = "English");
46226
46226
  const s = Jl("language") || i;
46227
- s && (l.value = s), console.log(n);
46227
+ console.log(s), s && (l.value = s), console.log(n);
46228
46228
  }), {
46229
46229
  options: r,
46230
46230
  langValue: l,
@@ -46257,7 +46257,7 @@ function _R(e, t, n, l, r, o) {
46257
46257
  _: 1
46258
46258
  }, 8, ["modelValue", "onChange"]);
46259
46259
  }
46260
- const qR = /* @__PURE__ */ i2(WR, [["render", _R], ["__scopeId", "data-v-9fcab62c"]]), YR = { class: "bq-header" }, UR = { class: "bq-header-left" }, KR = { class: "bq-header-left-product" }, GR = {
46260
+ const qR = /* @__PURE__ */ i2(WR, [["render", _R], ["__scopeId", "data-v-4355df3c"]]), YR = { class: "bq-header" }, UR = { class: "bq-header-left" }, KR = { class: "bq-header-left-product" }, GR = {
46261
46261
  "data-v-78982076": "",
46262
46262
  viewBox: "0 0 48 48",
46263
46263
  fill: "none",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "y-p-h-in",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "main": "demo-ui.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"