Skip to content

Commit

Permalink
fix 文档链接地址更新
Browse files Browse the repository at this point in the history
  • Loading branch information
baozhoutao committed Oct 10, 2024
1 parent 8ff7411 commit 4fa755f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/experience/src/amis/global_header.amis.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default {
"body": [
{
"type": "tpl",
"tpl": "<div class='slds-dropdown-trigger slds-dropdown-trigger_click' style='display:inline-block'><button onClick='window.open(\"https://docs.steedos.com/zh-CN\", \"_blank\");' class='slds-button slds-button_icon-container slds-button_icon-small slds-button_icon slds-global-actions__help slds-global-actions__item-action' id='header-help-popover-id' tabindex='0' title='Help and Training' type='button' aria-haspopup='true'><svg focusable='false' data-key='down' aria-hidden='true' class='slds-button__icon slds-global-header__icon'><use xlink:href='/assets/icons/utility-sprite/svg/symbols.svg#help'></use></svg><span class='slds-assistive-text'>Help and Training</span></button></div>",
"tpl": "<div class='slds-dropdown-trigger slds-dropdown-trigger_click' style='display:inline-block'><button onClick='window.open(\"https://docs.steedos.com/zh-CN/getting-started\", \"_blank\");' class='slds-button slds-button_icon-container slds-button_icon-small slds-button_icon slds-global-actions__help slds-global-actions__item-action' id='header-help-popover-id' tabindex='0' title='Help and Training' type='button' aria-haspopup='true'><svg focusable='false' data-key='down' aria-hidden='true' class='slds-button__icon slds-global-header__icon'><use xlink:href='/assets/icons/utility-sprite/svg/symbols.svg#help'></use></svg><span class='slds-assistive-text'>Help and Training</span></button></div>",
"inline": false,
"className": "slds-global-actions__item",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
* @Author: [email protected]
* @Date: 2022-09-01 14:44:57
* @LastEditors: 殷亮辉 yinlianghui@hotoa.com
* @LastEditTime: 2024-05-29 11:45:57
* @LastEditors: baozhoutao@steedos.com
* @LastEditTime: 2024-10-10 16:36:14
* @Description:
*/

Expand Down Expand Up @@ -323,7 +323,7 @@ export const AmisGlobalHeaderToolbar = async (props) => {
{
"componentId": "",
"args": {
"url": "https://docs.steedos.com/zh-CN"
"url": "https://docs.steedos.com/zh-CN/getting-started"
},
"actionType": "url"
}
Expand Down

0 comments on commit 4fa755f

Please sign in to comment.