We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking forward to support Chinese import
example json(test.json): { "name": "测试", "version": "1", "items": [ { "type": "folder", "name": "测试接口", "items": [ { "type": "http", "name": "获取用户信息", "seq": 1, "request": { "url": "{{host}}/api/getuser", "method": "GET", "headers": [ { "name": "time", "value": "2024年8月18日19:13:351", "enabled": true } ], "params": [], "body": { "mode": "none", "formUrlEncoded": [], "multipartForm": [] }, "script": {}, "vars": {}, "assertions": [], "tests": "", "auth": { "mode": "inherit" } } } ] }, { "type": "folder", "name": "登录", "items": [ { "type": "http", "name": "登录获取Token", "seq": 1, "request": { "url": "{{host}}/api/login", "method": "POST", "headers": [], "params": [], "body": { "mode": "json", "json": "{\n \"account\": \"admin\",\n \"password\": \"123456\",\n \"codeId\": 0,\n \"code\": \"string\",\n \"clientId\": \"string\"\n}", "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": "\nbru.setEnvVar(\"token\",res.getBody().result.accessToken);" }, "vars": {}, "assertions": [], "tests": "", "auth": { "mode": "none" } } } ] } ], "activeEnvironmentUid": "Nmsermr3uv8oyIlRsg2p4", "environments": [ { "variables": [ { "name": "host", "value": "http://localhost:5005", "enabled": true, "secret": false, "type": "text" } ], "name": "localhost" } ], "root": { "request": { "auth": { "mode": "bearer", "bearer": { "token": "{{token}}" } } } }, "brunoConfig": { "version": "1", "name": "测试", "type": "collection", "ignore": [ "node_modules", ".git" ] } }
{ "name": "测试", "version": "1", "items": [ { "type": "folder", "name": "测试接口", "items": [ { "type": "http", "name": "获取用户信息", "seq": 1, "request": { "url": "{{host}}/api/getuser", "method": "GET", "headers": [ { "name": "time", "value": "2024年8月18日19:13:351", "enabled": true } ], "params": [], "body": { "mode": "none", "formUrlEncoded": [], "multipartForm": [] }, "script": {}, "vars": {}, "assertions": [], "tests": "", "auth": { "mode": "inherit" } } } ] }, { "type": "folder", "name": "登录", "items": [ { "type": "http", "name": "登录获取Token", "seq": 1, "request": { "url": "{{host}}/api/login", "method": "POST", "headers": [], "params": [], "body": { "mode": "json", "json": "{\n \"account\": \"admin\",\n \"password\": \"123456\",\n \"codeId\": 0,\n \"code\": \"string\",\n \"clientId\": \"string\"\n}", "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": "\nbru.setEnvVar(\"token\",res.getBody().result.accessToken);" }, "vars": {}, "assertions": [], "tests": "", "auth": { "mode": "none" } } } ] } ], "activeEnvironmentUid": "Nmsermr3uv8oyIlRsg2p4", "environments": [ { "variables": [ { "name": "host", "value": "http://localhost:5005", "enabled": true, "secret": false, "type": "text" } ], "name": "localhost" } ], "root": { "request": { "auth": { "mode": "bearer", "bearer": { "token": "{{token}}" } } } }, "brunoConfig": { "version": "1", "name": "测试", "type": "collection", "ignore": [ "node_modules", ".git" ] } }
The text was updated successfully, but these errors were encountered:
Chinese word disappeared
Sorry, something went wrong.
please fix it
fix: support name in Chinese [usebruno#3211]
0ac735a
No branches or pull requests
I have checked the following:
Describe the feature you want to add
Looking forward to support Chinese import
Mockups or Images of the feature
example json(test.json):
{ "name": "测试", "version": "1", "items": [ { "type": "folder", "name": "测试接口", "items": [ { "type": "http", "name": "获取用户信息", "seq": 1, "request": { "url": "{{host}}/api/getuser", "method": "GET", "headers": [ { "name": "time", "value": "2024年8月18日19:13:351", "enabled": true } ], "params": [], "body": { "mode": "none", "formUrlEncoded": [], "multipartForm": [] }, "script": {}, "vars": {}, "assertions": [], "tests": "", "auth": { "mode": "inherit" } } } ] }, { "type": "folder", "name": "登录", "items": [ { "type": "http", "name": "登录获取Token", "seq": 1, "request": { "url": "{{host}}/api/login", "method": "POST", "headers": [], "params": [], "body": { "mode": "json", "json": "{\n \"account\": \"admin\",\n \"password\": \"123456\",\n \"codeId\": 0,\n \"code\": \"string\",\n \"clientId\": \"string\"\n}", "formUrlEncoded": [], "multipartForm": [] }, "script": { "res": "\nbru.setEnvVar(\"token\",res.getBody().result.accessToken);" }, "vars": {}, "assertions": [], "tests": "", "auth": { "mode": "none" } } } ] } ], "activeEnvironmentUid": "Nmsermr3uv8oyIlRsg2p4", "environments": [ { "variables": [ { "name": "host", "value": "http://localhost:5005", "enabled": true, "secret": false, "type": "text" } ], "name": "localhost" } ], "root": { "request": { "auth": { "mode": "bearer", "bearer": { "token": "{{token}}" } } } }, "brunoConfig": { "version": "1", "name": "测试", "type": "collection", "ignore": [ "node_modules", ".git" ] } }
The text was updated successfully, but these errors were encountered: