提交 144f3068 作者: 龚洪江

Merge branch 'develop'

...@@ -31,13 +31,20 @@ jobs: ...@@ -31,13 +31,20 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: WeChat Work notification by text - name: WeChat Work notification by markdown
uses: chf007/action-wechat-work@master uses: chf007/action-wechat-work@master
env: env:
WECHAT_WORK_BOT_WEBHOOK: https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=9be1b073-1760-442d-8e3d-faa0fd32ea16 WECHAT_WORK_BOT_WEBHOOK: https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=9be1b073-1760-442d-8e3d-faa0fd32ea16
with: with:
msgtype: text msgtype: markdown
content: "GitHub提交信息\n - 提交人: ${{github.actor}}\n - 提交信息: ${{ github.event.head_commit.message }}\n - 提交到仓库: ${{github.repository}}\n - 提交到分支: ${{github.ref}}\n 即将开始更新,请关注Argocd同步状态..." content: "
### GitHub提交信息 \n
> - 提交人: ${{github.actor}} \n
> - 提交信息: ${{ github.event.head_commit.message }} \n
> - 提交到仓库: ${{github.repository}} \n
> - 提交到分支: ${{github.ref}} \n
即将开始更新,请关注Argocd同步状态...
"
- name: Login to ACR EE with the AccessKey pair - name: Login to ACR EE with the AccessKey pair
uses: aliyun/acr-login@v1 uses: aliyun/acr-login@v1
...@@ -64,5 +71,20 @@ jobs: ...@@ -64,5 +71,20 @@ jobs:
git config user.name "Chuck" git config user.name "Chuck"
git config user.email "Chuck@users.noreply.github.com" git config user.email "Chuck@users.noreply.github.com"
git remote set-url origin "$GITLAB_URL" git remote set-url origin "$GITLAB_URL"
git commit -am "Generated Image Update" git commit -am "Update Image Tag"
git push origin "develop" git tag -a $TAG -m "日常迭代"
git push origin "develop" --tags
- name: Send Error Notification by WeChat
if: ${{ failure() }}
run: |
curl 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=9be1b073-1760-442d-8e3d-faa0fd32ea16' -H 'Content-Type: application/json' -d '
{
"msgtype": "markdown",
"markdown": {
"content": "### GitHub构建并推送镜像失败 \n
> - 提交人: ${{github.actor}} \n
> - 提交信息: ${{github.event.head_commit.message}} \n
> - 提交到仓库: ${{github.repository}} \n
> - 提交到分支: ${{github.ref}} \n 请修复错误后重新提交..."
}'
\ No newline at end of file
...@@ -32,6 +32,21 @@ jobs: ...@@ -32,6 +32,21 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: WeChat Work notification by markdown
uses: chf007/action-wechat-work@master
env:
WECHAT_WORK_BOT_WEBHOOK: https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=9be1b073-1760-442d-8e3d-faa0fd32ea16
with:
msgtype: markdown
content: "
### GitHub提交信息 \n
> - 提交人: ${{github.actor}} \n
> - 提交信息: ${{ github.event.head_commit.message }} \n
> - 提交到仓库: ${{github.repository}} \n
> - 提交到分支: ${{github.ref}} \n
即将开始更新,请关注Argocd同步状态...
"
- name: Login to ACR EE with the AccessKey pair - name: Login to ACR EE with the AccessKey pair
uses: aliyun/acr-login@v1 uses: aliyun/acr-login@v1
with: with:
...@@ -57,5 +72,20 @@ jobs: ...@@ -57,5 +72,20 @@ jobs:
git config user.name "Chuck" git config user.name "Chuck"
git config user.email "Chuck@users.noreply.github.com" git config user.email "Chuck@users.noreply.github.com"
git remote set-url origin "$GITLAB_URL" git remote set-url origin "$GITLAB_URL"
git commit -am "generated Image update" git commit -am "Update Image Tag"
git push origin "master" git tag -a $TAG -m "日常迭代"
git push origin "master" --tags
- name: Send Error Notification by WeChat
if: ${{ failure() }}
run: |
curl 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=9be1b073-1760-442d-8e3d-faa0fd32ea16' -H 'Content-Type: application/json' -d '
{
"msgtype": "markdown",
"markdown": {
"content": "### GitHub构建并推送镜像失败 \n
> - 提交人: ${{github.actor}} \n
> - 提交信息: ${{github.event.head_commit.message}} \n
> - 提交到仓库: ${{github.repository}} \n
> - 提交到分支: ${{github.ref}} \n 请修复错误后重新提交..."
}'
\ No newline at end of file
...@@ -18,4 +18,4 @@ patches: ...@@ -18,4 +18,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/web newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/web
newTag: 18e30af0d5b27f670ac9ea60f3b2fcb71cc104fd newTag: be1ad7613fa3c7cf7fe9f7e8c8612560dc8b1117
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
@include ellipsis(1); @include ellipsis(1);
} }
.richText{ .richText{
img{ img,video{
max-width: 100%; max-width: 100%;
height: auto; height: auto;
} }
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
color: #3c3e42; color: #3c3e42;
width:100%; width:100%;
text-overflow: ellipsis; text-overflow: ellipsis;
font-family: MicrosoftYaHeiUI-Bold, MicrosoftYaHeiUI;
@include ellipsis(1); @include ellipsis(1);
margin-right: 10px; margin-right: 10px;
} }
......
...@@ -16,7 +16,7 @@ export interface Params { ...@@ -16,7 +16,7 @@ export interface Params {
} }
const items = (params: any) => const items = (params: any) =>
[/* "项目需求", */ '招投标项目', '项目案例', '行业新闻'].map((value) => { [/* "项目需求", */ '招标快讯', '业务案例', '行业新闻'].map((value) => {
let children: JSX.Element | string = <></>; let children: JSX.Element | string = <></>;
switch (value) { switch (value) {
...@@ -24,11 +24,11 @@ const items = (params: any) => ...@@ -24,11 +24,11 @@ const items = (params: any) =>
children = <Requirements params={params}></Requirements>; children = <Requirements params={params}></Requirements>;
break; break;
case '招投标项目': case '招标快讯':
children = <Bids params={params}></Bids>; children = <Bids params={params}></Bids>;
break; break;
case '项目案例': case '业务案例':
children = <Cases params={params}></Cases>; children = <Cases params={params}></Cases>;
break; break;
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
@include ellipsis(1); @include ellipsis(1);
} }
.richText{ .richText{
img{ img,video{
max-width: 100%; max-width: 100%;
height: auto; height: auto;
} }
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
@include ellipsis(1); @include ellipsis(1);
} }
.richText{ .richText{
img{ img,video{
max-width: 100%; max-width: 100%;
height: auto; height: auto;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论