mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-12 17:40:54 +08:00
【新增】百度云DNS解析功能和宝塔waf部署功能
【新增】本机部署方式 【修复】已知问题
This commit is contained in:
@@ -214,7 +214,7 @@ export const useController = () => {
|
||||
*/
|
||||
const handleViewHistory = async (workflow: WorkflowItem) => {
|
||||
useModal({
|
||||
title: workflow ? `${workflow.name} - ${$t('t_9_1745215914666')}` : $t('t_9_1745215914666'),
|
||||
title: workflow ? `【${workflow.name}】 - ${$t('t_9_1745215914666')}` : $t('t_9_1745215914666'),
|
||||
component: HistoryModal,
|
||||
area: 800,
|
||||
componentProps: { id: workflow.id },
|
||||
|
||||
Reference in New Issue
Block a user