فهرست منبع

chore: update package.json

王晓东 2 روز پیش
والد
کامیت
f410458c05
3فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  1. 6 0
      package.json
  2. 3 0
      pnpm-lock.yaml
  3. 1 0
      src/App.tsx

+ 6 - 0
package.json

@@ -6,6 +6,11 @@
   "engines": {
     "node": "^20.19.0 || >=22.12.0"
   },
+  "repository": {
+    "type": "git",
+    "url": "git@118.31.50.10:wangxiaodong/anycall-h5.git"
+  },
+  "homepage": "http://code.wehome.cn:3000/wangxiaodong/anycall-h5",
   "scripts": {
     "dev": "vite",
     "build": "vite build",
@@ -14,6 +19,7 @@
   "dependencies": {
     "alova": "^3.3.4",
     "antd-mobile": "^5.41.1",
+    "classnames": "^2.5.1",
     "react": "^19.2.0",
     "react-dom": "^19.2.0",
     "react-router-dom": "6",

+ 3 - 0
pnpm-lock.yaml

@@ -14,6 +14,9 @@ importers:
       antd-mobile:
         specifier: ^5.41.1
         version: 5.41.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
+      classnames:
+        specifier: ^2.5.1
+        version: 2.5.1
       react:
         specifier: ^19.2.0
         version: 19.2.0

+ 1 - 0
src/App.tsx

@@ -3,6 +3,7 @@ import AppRoutes from '@/router/routes';
 import type { ContactData } from './types';
 import { Button } from 'antd-mobile'
 import '@/styles/index.scss'; 
+import classNames from "classnames"
 
 const App: React.FC = () => {
   // Mock data for the contact, now managed by state