From 11b6387d74467f81e33eba8f882bff610f240115 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 18 九月 2023 20:01:09 +0800
Subject: [PATCH] Merge branch 'master' into positec

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

diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx
index 6d63982..7eb85d2 100644
--- a/src/tabviews/custom/index.jsx
+++ b/src/tabviews/custom/index.jsx
@@ -231,6 +231,10 @@
         })
       }
 
+      if (config.flow_code) {
+        regs.push({ reg: /@works_flow_code@/ig, value: config.flow_code })
+      }
+
       config.$cache = config.cacheLocal === 'true'
       config.$time = config.localCacheTime || 0
 

--
Gitblit v1.8.0