koishi-plugin-chatluna-affinity 0.3.2 → 0.3.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.
@@ -976,7 +976,7 @@ function RankingPanel({
976
976
  <Card>
977
977
  <CardHeader>
978
978
  <CardTitle>好感度排行</CardTitle>
979
- <CardDescription>默认按好感度从高到低排序,每页 10 名</CardDescription>
979
+ <CardDescription>用户好感与黑名单记录</CardDescription>
980
980
  </CardHeader>
981
981
  <CardContent>
982
982
  <Tabs defaultValue="ranking">
@@ -1087,7 +1087,7 @@ export function AffinityDashboard() {
1087
1087
  <div className="grid min-w-0 gap-1">
1088
1088
  <h2 className="text-xl font-semibold leading-tight">好感度仪表盘</h2>
1089
1089
  <p className="text-sm text-muted-foreground">
1090
- 当前 scopeId 下的真实统计数据
1090
+ 当前范围的好感度概览
1091
1091
  </p>
1092
1092
  </div>
1093
1093
  <Button disabled={loading} size="sm" type="button" onClick={() => void load(true)}>
package/dist/index.js CHANGED
@@ -38333,7 +38333,7 @@ function dee({
38333
38333
  }, [e.topUsers]), /* @__PURE__ */ _.jsxs(_c, { children: [
38334
38334
  /* @__PURE__ */ _.jsxs(jv, { children: [
38335
38335
  /* @__PURE__ */ _.jsx(Dv, { children: "好感度排行" }),
38336
- /* @__PURE__ */ _.jsx(Nv, { children: "默认按好感度从高到低排序,每页 10 名" })
38336
+ /* @__PURE__ */ _.jsx(Nv, { children: "用户好感与黑名单记录" })
38337
38337
  ] }),
38338
38338
  /* @__PURE__ */ _.jsx(kv, { children: /* @__PURE__ */ _.jsxs(zv, { defaultValue: "ranking", children: [
38339
38339
  /* @__PURE__ */ _.jsxs(Lv, { className: "self-start", children: [
@@ -38429,7 +38429,7 @@ function vee() {
38429
38429
  /* @__PURE__ */ _.jsxs("div", { className: "flex flex-wrap items-start justify-between gap-4", children: [
38430
38430
  /* @__PURE__ */ _.jsxs("div", { className: "grid min-w-0 gap-1", children: [
38431
38431
  /* @__PURE__ */ _.jsx("h2", { className: "text-xl font-semibold leading-tight", children: "好感度仪表盘" }),
38432
- /* @__PURE__ */ _.jsx("p", { className: "text-sm text-muted-foreground", children: "当前 scopeId 下的真实统计数据" })
38432
+ /* @__PURE__ */ _.jsx("p", { className: "text-sm text-muted-foreground", children: "当前范围的好感度概览" })
38433
38433
  ] }),
38434
38434
  /* @__PURE__ */ _.jsxs(Nh, { disabled: n, size: "sm", type: "button", onClick: () => void s(!0), children: [
38435
38435
  n ? /* @__PURE__ */ _.jsx(o2, { "aria-hidden": "true", className: "animate-spin" }) : /* @__PURE__ */ _.jsx(T8, { "aria-hidden": "true" }),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-chatluna-affinity",
3
3
  "description": "ChatLuna Character 好感度系统,提供 {好感度}、{关系}、{黑名单} 变量与工具,并支持 XML 工具调用,仅支持 onebot 平台。",
4
- "version": "0.3.2",
4
+ "version": "0.3.3",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
7
7
  "files": [