mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-27 22:56:07 +08:00
修复双引号转义逻辑
This commit is contained in:
parent
ce2a7436f8
commit
6cd5db5a6d
|
@ -168,7 +168,7 @@ export default class EnvService {
|
|||
.filter((x) => x.status !== EnvStatus.disabled)
|
||||
.map('value')
|
||||
.join('&')
|
||||
.replace(/"/g, '\\"')
|
||||
.replace(/"/g, '\"')
|
||||
.trim();
|
||||
env_string += `export ${key}="${value}"\n`;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user