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 cf47dd44a8 Merge remote-tracking branch 'origin/main' 3 days ago
cmd perf: 整理 cmd 文件 9 months ago
doc perf: 增加火车票供应商权限 2 months ago
public 初始化火车出票模块 1 month ago
src Merge remote-tracking branch 'origin/main' 3 days ago
.eslintrc.cjs conf: 调整eslint, 允许数据层使用hooks 1 year ago
.gitignore 添加新的导出文档的class 类 7 months ago
README.md docs: 11 months ago
index.html feat: 删除 GA JS;菜单显示用户姓名;用户信息增加姓名和角色;Auth 增加初始指,统一登陆和超时接口 1 year ago
jsconfig.json feat: 海外反馈表. 有service Item的版本 2 years ago
package.json 2.0.20 5 days ago
postcss.config.js chore: +tailwindcss 1 year ago
tailwind.config.js style: 11 months ago
vite.config.js 更新 React 版本,开发默认端口 1 year ago

README.md

GHHub

Global Highlights Hub 海外供应商平台

开发设置

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

版本设置

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

npm version premajor --no-git-tag-version
1.0.0 -> 2.0.0-0
--preid beta | alpha | rc
npm version prerelease --preid beta --no-git-tag-version
npm version prerelease
2.0.0-alpha-0 -> 2.0.0-alpha-1 -> 2.0.0-alpha-2 ..n -> 2.0.0-alpha-n
npm version patch --no-git-tag-version
2.0.0-n -> 2.0.0

"push:tag": "npm version patch && git.exe push --progress "origin" main:main"
"push:tag": "npm version patch && git push origin master"

相关文档

需求文档 https://www.kdocs.cn/l/csZrIZlpuF2i
dayjs https://dayjs.gitee.io/docs/zh-CN/manipulate/start-of
antd https://ant-design.antgroup.com/components/upload-cn#uploadfile
反馈表案例 https://www.chinahighlights.com/customerservice/feedback/PostTourSurveyFormToWLGH.asp?LGC=1&COLI_SN=988185&MEI_SN=954295&Email=jennroth18@hotmail.com&ToC=0&ShowType=&page_class=4&dei_sn=28&country=30,490
国内供应商平台 http://p.mycht.cn/index.aspx
文档预览 https://github.com/cyntler/react-doc-viewer
wps的文档预览 https://wwo.wps.cn/docs/front-end/introduction/quick-start
pdf生成 https://github.com/ivmarcos/react-to-pdf
react-pdf https://react-pdf.org

阿里云OSS

Bucket 名称global-highlights-hub
Endpointoss-cn-hongkong.aliyuncs.com
global-highlights-hub.oss-cn-hongkong.aliyuncs.com

反馈表测试链接
http://202.103.68.111:5173/feedback/330948


---
title: GHHub 开发管理 - 机票和价格管理
---
gitGraph TB:
   commit
   commit
   branch release
   branch feature/i18n
   checkout main
   commit id: "release" tag: "1.0.5.31"
   branch bug/x1
   commit id: "fix(...): ..."
   checkout feature/i18n
   commit
   commit
   checkout main
   merge feature/i18n id: "机票开始"
   branch feature/price_manager
   checkout main
   commit
   commit
   commit id: "账户体系"
   checkout feature/price_manager
   commit
   commit
   commit
   checkout main
   merge feature/price_manager id: "合并价格" type:HIGHLIGHT
   commit
   commit
   commit tag: "2.0.0" id: "完成机票"
   commit
   commit
   commit id: "pre-release" tag: "pre-release" type:HIGHLIGHT
   commit