I am a rookie for CTF and just found this fantastic tool recently, hope I can contribute a bit :)
(P.S. I only learned Vue a little around 3 years ago, please do let me know if there's anything I can improve)
Changes
Optimization
Support i18n on function tags: It would be great if all the text displayed the exact language people choose :). Noted that it only supports those tools with displayed: true.
Feature
Transform the tag path to English-only: When clicking on the tag (https://ctfever.uniiem.com/tag/<tagType>) it will display with encoded one right now (eg. https://ctfever.uniiem.com/tag/%E5%AD%97%E7%AC%A6%E7%BC%96%E7%A0%81). It would be prettier when using English-only just like the other url.
Chore
Tag changes: Since there's new support for i18n on tags, as a person who just joins into the CTF recently, please kindly help to correct my poor translation if needed :)
Code
English
Chinese
encodingAndDecoding
Encoding And Decoding
字符编码
generator
Generator
产生器
hash
Hash
杂凑
encryptionAndDecryption
Encryption And Decryption
加密算法
conversion
Conversion
数据处理
disassembler
Disassembler
反编译
obfuscation
Obfuscation
混淆
complier
Complier
编译器
utility
Utility
调试工具
inspection
Inspection
校验
I also did some changes to some of the tools, here's the list:
Initiates
I am a rookie for CTF and just found this fantastic tool recently, hope I can contribute a bit :) (P.S. I only learned Vue a little around 3 years ago, please do let me know if there's anything I can improve)
Changes
Optimization
tags
: It would be great if all the text displayed the exact language people choose :). Noted that it only supports those tools withdisplayed: true
.Feature
https://ctfever.uniiem.com/tag/<tagType>
) it will display with encoded one right now (eg. https://ctfever.uniiem.com/tag/%E5%AD%97%E7%AC%A6%E7%BC%96%E7%A0%81). It would be prettier when using English-only just like the other url.Chore
Tests
node version: v12.22.1
yarn dev
yarn build
Thanks again for the amazing tool :)