koishi-plugin-chatluna-affinity 0.3.1 → 0.3.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/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.1",
4
+ "version": "0.3.2",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
7
7
  "files": [
@@ -27,6 +27,27 @@
27
27
  "type": "git",
28
28
  "url": "https://github.com/Sor85/AAAAACAT-chatluna-plugins.git"
29
29
  },
30
+ "koishi": {
31
+ "browser": true,
32
+ "public": [
33
+ "dist"
34
+ ],
35
+ "description": {
36
+ "zh": "ChatLuna Character 好感度系统,提供好感度、关系、黑名单变量与控制台仪表盘"
37
+ },
38
+ "service": {
39
+ "required": [
40
+ "chatluna",
41
+ "database"
42
+ ],
43
+ "optional": [
44
+ "puppeteer",
45
+ "console",
46
+ "chatluna_group_analysis",
47
+ "chatluna_character"
48
+ ]
49
+ }
50
+ },
30
51
  "peerDependencies": {
31
52
  "@koishijs/plugin-console": "^5.30.0",
32
53
  "koishi": "^4.18.7",
@@ -49,13 +70,32 @@
49
70
  }
50
71
  },
51
72
  "devDependencies": {
73
+ "@heroui/react": "^3.1.0",
74
+ "@heroui/styles": "^3.1.0",
52
75
  "@koishijs/client": "^5.30.0",
76
+ "@radix-ui/react-avatar": "^1.1.12",
77
+ "@radix-ui/react-slot": "^1.2.5",
78
+ "@radix-ui/react-tabs": "^1.1.14",
79
+ "@tabler/icons-react": "^3.44.0",
80
+ "@tailwindcss/vite": "^4.3.1",
53
81
  "@types/node": "^22.10.1",
82
+ "@types/react": "^19",
83
+ "@types/react-dom": "^19",
84
+ "@types/react-is": "^19",
54
85
  "@vitejs/plugin-vue": "^6.0.2",
86
+ "class-variance-authority": "^0.7.1",
87
+ "clsx": "^2.1.1",
88
+ "react": "^19.2.7",
89
+ "react-dom": "^19.2.7",
90
+ "react-is": "^19.2.7",
91
+ "recharts": "^3.8.1",
55
92
  "rimraf": "^5.0.5",
56
93
  "sass": "^1.77.0",
57
94
  "shared-chatluna-xmltools": "0.0.1",
58
95
  "shared-nav": "0.0.1",
96
+ "sonner": "^2.0.7",
97
+ "tailwind-merge": "^3.6.0",
98
+ "tailwindcss": "^4.0.0",
59
99
  "tsup": "^8.0.0",
60
100
  "tsx": "^4.20.6",
61
101
  "typescript": "^5.7.2",