@maxtropy/v-components 0.0.1-beta.1 → 0.0.1-beta.2

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/README.md CHANGED
@@ -21,5 +21,5 @@ createApp(App).use(MaxtropyUI).mount('#app');
21
21
 
22
22
  ## 3、当前版本
23
23
 
24
- 预发布 0.0.1-beta.1
24
+ 测试 0.0.1-beta.1
25
25
  稳定版本
@@ -9184,13 +9184,13 @@ const Ny = /* @__PURE__ */ Io(Uy, [["render", Vy]]), jy = { class: "avatar-wrapp
9184
9184
  })
9185
9185
  ]),
9186
9186
  default: x(() => {
9187
- var l, u, p;
9187
+ var l, u, p, f;
9188
9188
  return [
9189
9189
  P("div", jy, [
9190
9190
  P("div", Zy, [
9191
9191
  (l = n.value) != null && l.headPic ? (y(), k("img", {
9192
9192
  key: 0,
9193
- src: (u = n.value) == null ? void 0 : u.headPic
9193
+ src: (p = (u = n.value) == null ? void 0 : u.headPic) == null ? void 0 : p.replace("-internal", "")
9194
9194
  }, null, 8, Wy)) : (y(), k("div", Gy, [
9195
9195
  G(c(Ie), {
9196
9196
  size: 18,
@@ -9203,7 +9203,7 @@ const Ny = /* @__PURE__ */ Io(Uy, [["render", Vy]]), jy = { class: "avatar-wrapp
9203
9203
  })
9204
9204
  ]))
9205
9205
  ]),
9206
- P("span", Jy, se(((p = n.value) == null ? void 0 : p.name) ?? ""), 1),
9206
+ P("span", Jy, se(((f = n.value) == null ? void 0 : f.name) ?? ""), 1),
9207
9207
  G(c(Ie), {
9208
9208
  size: 10,
9209
9209
  color: "rgba(255,255,255,0.65)"
@@ -9242,8 +9242,8 @@ const Yy = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABmQAAAJGCAYAAABFrOoDAA
9242
9242
  var a;
9243
9243
  t("click"), n.linkEnable && (r.value ? (a = r.value) == null || a.push(n.linkPath) : window.location.assign(window.origin + n.linkPath));
9244
9244
  }, i = C(() => {
9245
- var a;
9246
- return ((a = o.value) == null ? void 0 : a.logoUrl) ?? Yy;
9245
+ var a, l;
9246
+ return ((l = (a = o.value) == null ? void 0 : a.logoUrl) == null ? void 0 : l.replace("-internal", "")) ?? Yy;
9247
9247
  });
9248
9248
  return (a, l) => (y(), k("div", {
9249
9249
  class: D(["system-content", n == null ? void 0 : n.customClass]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxtropy/v-components",
3
- "version": "0.0.1-beta.1",
3
+ "version": "0.0.1-beta.2",
4
4
  "files": [
5
5
  "dist"
6
6
  ],