fix: login 修改 添加redirect
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
/**
|
||||
* 提取 {{}} 中的 key
|
||||
* @param text
|
||||
* @returns
|
||||
*/
|
||||
export function extractKeysFromBraces(text: string) {
|
||||
const regex = /\{\{\s*(.*?)\s*\}\}/g;
|
||||
const keys: string[] = [];
|
||||
|
||||
Reference in New Issue
Block a user