feat: 支持 ansible raw 模块

This commit is contained in:
Aaron3S 2023-09-13 17:30:54 +08:00 committed by Bryan
parent 7f7173432d
commit 83d730cf0f
2 changed files with 8 additions and 0 deletions

View File

@ -166,6 +166,9 @@ export default {
{
label: 'Powershell', value: 'win_shell'
},
{
label: 'Raw', value: 'raw'
},
{
label: 'Python', value: 'python'
},

View File

@ -60,6 +60,11 @@ module.exports = {
changeOrigin: true,
ws: true
},
'/chen/': {
target: 'http://127.0.0.1:9523',
changeOrigin: true,
ws: true
},
'/guacamole/': {
target: 'http://127.0.0.1:8081',
changeOrigin: true,