You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
style: 消息输入: 字数显示: 最大2000. perf: 历史记录里面的template perf: 模板填充顾问的英文名 perf: 历史记录: 发送失败显示时间 feat: 联系人名片: 点击开启会话 perf: 更新会话的下一页参数 perf: 上传文件重命名, 避免重名覆盖 |
2 years ago | |
---|---|---|
public | 2 years ago | |
src | 2 years ago | |
.eslintrc.cjs | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
import saleSmartly contacts.sql | 2 years ago | |
index.html | 2 years ago | |
jsconfig.json | 2 years ago | |
package.json | 2 years ago | |
postcss.config.js | 2 years ago | |
tailwind.config.js | 2 years ago | |
vite.config.js | 2 years ago |
README.md
Global sales
聊天式销售平台
开发设置
- 安装组件:npm install
- 运行开发环境:npm run dev 或者 start.bat
- 打包代码:npm run build 或者 build.bat