dshmarket 1.23.0 → 1.23.1
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/client/client.js +4 -2
- package/client/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client/MarketSection.tsx +2 -2
package/client/client.js
CHANGED
|
@@ -5496,7 +5496,8 @@ window.__ModuleLoader__.load({ id: "dshmarket", factory: (require) => {
|
|
|
5496
5496
|
href: p.url,
|
|
5497
5497
|
target: "_blank",
|
|
5498
5498
|
rel: "noreferrer",
|
|
5499
|
-
title:
|
|
5499
|
+
title: p.name,
|
|
5500
|
+
"aria-label": `${p.name} — ${t("repoLink")}`,
|
|
5500
5501
|
children: [
|
|
5501
5502
|
pluginName(p.name),
|
|
5502
5503
|
/* @__PURE__ */ (0, react_jsx_runtime.jsx)(_deepseek_ai_dsh_client_ui_primitives.IconLinkOutline14, {
|
|
@@ -5662,7 +5663,8 @@ window.__ModuleLoader__.load({ id: "dshmarket", factory: (require) => {
|
|
|
5662
5663
|
href: p.url,
|
|
5663
5664
|
target: "_blank",
|
|
5664
5665
|
rel: "noreferrer",
|
|
5665
|
-
title:
|
|
5666
|
+
title: p.name,
|
|
5667
|
+
"aria-label": `${p.name} — ${t("repoLink")}`,
|
|
5666
5668
|
children: [pluginName(p.name), /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_deepseek_ai_dsh_client_ui_primitives.IconLinkOutline14, {
|
|
5667
5669
|
size: 12,
|
|
5668
5670
|
className: Market_module_css_default.repoMark
|