@whaletech/pet 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/dist/main.js +5 -3
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -1797,8 +1797,8 @@ import { jsxDEV as jsxDEV3, Fragment as Fragment3 } from "react/jsx-dev-runtime"
1797
1797
  var POLL_INTERVAL3 = 3000;
1798
1798
  var MAX_POLL_TIME3 = 5 * 60000;
1799
1799
  var LABELS = {
1800
- conversation: { title: "购买对话次数", desc: "20次对话 ¥0.50", amount: "¥0.50" },
1801
- interaction: { title: "购买互动次数", desc: "10次互动 ¥0.50", amount: "¥0.50" }
1800
+ conversation: { title: "购买对话次数", count: "20次", desc: "20次对话 ¥0.50", amount: "¥0.50" },
1801
+ interaction: { title: "购买互动次数", count: "10次", desc: "10次互动 ¥0.50", amount: "¥0.50" }
1802
1802
  };
1803
1803
  function QuotaPayment({ userId, paymentType, onComplete, onCancel }) {
1804
1804
  const [phase, setPhase] = useState3("qr");
@@ -1907,7 +1907,9 @@ function QuotaPayment({ userId, paymentType, onComplete, onCancel }) {
1907
1907
  color: "yellow",
1908
1908
  children: [
1909
1909
  labels.title,
1910
- " — 微信支付 ",
1910
+ "",
1911
+ labels.count,
1912
+ ") — 微信支付 ",
1911
1913
  labels.amount
1912
1914
  ]
1913
1915
  }, undefined, true, undefined, this),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whaletech/pet",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Terminal pet companion — hatch, feed, and chat with your ASCII whale",
5
5
  "type": "module",
6
6
  "license": "MIT",