diff --git a/src/views/script/index.vue b/src/views/script/index.vue index fb7a434e3..e79213004 100644 --- a/src/views/script/index.vue +++ b/src/views/script/index.vue @@ -73,7 +73,7 @@ @qucik-save="handleTest" /> - @@ -219,7 +206,6 @@ export default class Script extends Vue { { label: 'Avro', value: 'avro' }, ] private functionList: FunctionList[] = [{ label: 'JavaScript', value: 'javascript' }] - // TODO: Because the editor does not support the parsing of the protobuf language, the editor language is temporarily set to javascript. private currentSchema: SchemaType = 'protobuf' private currentFunction: FunctionType = 'javascript' private readonly inputTypeList: PayloadType[] = ['JSON', 'Plaintext', 'Base64', 'Hex']