From cd5079f2dbe12eb03fcef2e1898e4f013848d895 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 28 九月 2023 12:34:30 +0800
Subject: [PATCH] 2023-09-28

---
 src/tabviews/custom/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx
index 2c61e4c..e4f0f5a 100644
--- a/src/tabviews/custom/index.jsx
+++ b/src/tabviews/custom/index.jsx
@@ -232,7 +232,7 @@
       }
 
       if (config.flow_code) {
-        regs.push({ reg: /@works_flow_code@/ig, value: config.flow_code })
+        regs.push({ reg: /@works_flow_code@/ig, value: `'${config.flow_code}'` })
       }
 
       config.$cache = config.cacheLocal === 'true'

--
Gitblit v1.8.0