From 22aa244f9e17f931b52c320395f7c06e6e401c3f Mon Sep 17 00:00:00 2001 From: Lei OT Date: Fri, 31 May 2024 20:44:20 +0800 Subject: [PATCH] docs: --- README.md | 65 +++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 51 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index e6b1bab..9ff40f3 100644 --- a/README.md +++ b/README.md @@ -9,22 +9,59 @@ Global Highlights Hub 海外供应商平台 ## 相关文档 -需求文档 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 +需求文档 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 -Endpoint:oss-cn-hongkong.aliyuncs.com -global-highlights-hub.oss-cn-hongkong.aliyuncs.com +Bucket 名称:global-highlights-hub +Endpoint:oss-cn-hongkong.aliyuncs.com +global-highlights-hub.oss-cn-hongkong.aliyuncs.com -反馈表测试链接 -http://202.103.68.111:5173/feedback/330948 \ No newline at end of file +反馈表测试链接 +http://202.103.68.111:5173/feedback/330948 + +--- + +```mermaid +--- +title: GHHub 开发管理 - 机票和价格管理 +--- +gitGraph TB: + commit + commit + 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 + checkout feature/price_manager + commit + commit id: "完成价格" + checkout main + commit tag: "1.1.0" id: "完成机票" + branch pre-release + merge feature/price_manager id: "合并机票+价格" type:HIGHLIGHT + checkout main + merge pre-release id: "合并发布" tag: "1.2.0" + commit + +``` +