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.
 
 
 
 
Go to file
Lei OT d6a35fb7f8 1.2.1-beta.10 6 months ago
baileys-server feat: 完成 WA 发送图片;解决刷新要重新登录; 6 months ago
cmd perf: 增加 cmd 集合; 9 months ago
doc feat: 增加供应商邮件界面;增加供应商、订单和邮件关系 7 months ago
public perf: 编辑器: 表格宽度调整 7 months ago
src fix: 会话coli sn null 时,发送失败. 异常`"Exception": "Could not convert variant of type (Null) into type (String)"` 6 months ago
vonage-server 更新语音通话回调地址 1 year ago
wai-server conf: env development 7 months ago
.eslintrc.cjs perf: 增加 Prettier 及配置 10 months ago
.gitignore test: Email 9 months ago
.prettierrc conf: 调整格式 8 months ago
README.md perf: 删除无效注释,调整收件时间,准备上线 7 months ago
index.html perf: pagespy 引入 1 year ago
jsconfig.json feat: 会话窗口; +tailwindcss 1 year ago
maintenance.html chore: feat: multi page: maintenance 1 year ago
package.json 1.2.1-beta.10 6 months ago
postcss.config.js feat: 会话窗口; +tailwindcss 1 year ago
tailwind.config.js test: Email 9 months ago
tsconfig.json test: Email 9 months ago
vite.config.js conf: workbox 缓存文件大小 7 months ago

README.md

Global sales

销售平台通过邮件、WhatsApp Business Account、WhatsApp 和客人沟通。

开发设置

所有命令都在 cmd 目录,

  1. 安装组件npm install
  2. 运行开发环境dev.bat
  3. 打包代码build.bat

版本设置

遵循 Semantic Versioning 2.0.0 语义化版本规范。

修订版本号:日常 bugfix 更新。(如果有紧急的 bugfix则任何时候都可发布 次版本号:有新特性的向下兼容的版本。 主版本号:含有破坏性更新和新特性。

npm version [ | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]

npm version preminor --preid alpha --no-git-tag-version npm version preminor --preid beta --no-git-tag-version

npm version premajor --no-git-tag-version 1.0.0 -> 2.0.0-0 npm version prerelease --no-git-tag-version 2.0.0-0 -> 2.0.0-1 -> 2.0.0-2 ..n -> 2.0.0-n npm version patch --no-git-tag-version 2.0.0-n -> 2.0.0

相关文档

聊天式销售平台需求文档

vonage语音视频

安装模块 npm i @vonage/client-sdk

本机测试账号

GLOBAL_SALES_LOGIN_USER {"userId":"383","userIdStr":"383,609","emailList":[{"opi_sn":383,"mat_sn":760,"email":"lyj@asiahighlights.com","default":false,"backup":false},{"opi_sn":383,"mat_sn":759,"email":"lyj@chinahighlights.com","default":false,"backup":false},{"opi_sn":383,"mat_sn":758,"email":"lyj@hainatravel.com","default":false,"backup":false},{"opi_sn":383,"mat_sn":761,"email":"lyj@chinahighlights.net","default":true,"backup":false}],"username":"廖一军","avatarUrl":"https://static-legacy.dingtalk.com/media/lALPBDDrhXr716HNAoDNAoA_640_640.png","mobile":"+86-18777396951","email":"lyj@hainatravel.com","whatsAppBusiness":"8617458471254","openId":"iioljiPmZ4RPoOYpkFiSn7IKAiEiE","accountList":[{"OPI_SN":383,"OPI_Code":"LYJ","OPI_NameCN":"廖一军","OPI_DEI_SN":7,"OPI_NameEN":"Jimmy Liow"},{"OPI_SN":609,"OPI_Code":"LYJAH","OPI_NameCN":"廖一军ah","OPI_DEI_SN":28,"OPI_NameEN":"Jimmy Liow"}]}