dsh-pocket 1.4.2 → 1.4.3
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 +2 -1
- package/client/index.jsx +2 -1
- package/package.json +1 -1
package/client/client.js
CHANGED
|
@@ -1438,10 +1438,11 @@ function PocketSettingsTab({ rpcCall }) {
|
|
|
1438
1438
|
"div",
|
|
1439
1439
|
{ style: { fontSize: 12, color: "var(--dsw-alias-label-tertiary,#8b93a1)", textAlign: "right" } },
|
|
1440
1440
|
(0, import_react2.createElement)("div", { style: { whiteSpace: "nowrap" } }, "\u5F00\u53D1\u8005\uFF1A\u7A0B\u5E8F\u5458\u5C11\u5317\u6668"),
|
|
1441
|
+
(0, import_react2.createElement)("div", { style: { whiteSpace: "nowrap" } }, "\u2B50 \u987A\u624B\u7559\u9897 Star\uFF0C\u4F5C\u8005\u80FD\u9AD8\u5174\u4E00\u6574\u5929"),
|
|
1441
1442
|
(0, import_react2.createElement)(
|
|
1442
1443
|
"a",
|
|
1443
1444
|
{ href: "https://github.com/shaobeichen/dsh-pocket", target: "_blank", rel: "noreferrer", style: { color: "var(--dsw-alias-brand-primary,#4f6ef7)", fontSize: 12, lineHeight: 1.6, textDecoration: "underline" } },
|
|
1444
|
-
"\
|
|
1445
|
+
"\u884C\uFF0C\u7ED9\u4F60\u4E00\u9897 Star"
|
|
1445
1446
|
)
|
|
1446
1447
|
)
|
|
1447
1448
|
),
|
package/client/index.jsx
CHANGED
|
@@ -178,8 +178,9 @@ function PocketSettingsTab({ rpcCall }) {
|
|
|
178
178
|
),
|
|
179
179
|
h('div', { style: { fontSize: 12, color: 'var(--dsw-alias-label-tertiary,#8b93a1)', textAlign: 'right' } },
|
|
180
180
|
h('div', { style: { whiteSpace: 'nowrap' } }, '开发者:程序员少北晨'),
|
|
181
|
+
h('div', { style: { whiteSpace: 'nowrap' } }, '⭐ 顺手留颗 Star,作者能高兴一整天'),
|
|
181
182
|
h('a', { href: 'https://github.com/shaobeichen/dsh-pocket', target: '_blank', rel: 'noreferrer', style: { color: 'var(--dsw-alias-brand-primary,#4f6ef7)', fontSize: 12, lineHeight: 1.6, textDecoration: 'underline' } },
|
|
182
|
-
'
|
|
183
|
+
'行,给你一颗 Star'),
|
|
183
184
|
),
|
|
184
185
|
),
|
|
185
186
|
|
package/package.json
CHANGED