diff --git a/lib/help.js b/lib/help.js index 71de8e0..6d8a29d 100644 --- a/lib/help.js +++ b/lib/help.js @@ -6,7 +6,7 @@ module.exports = () => { console.log(`📘 Here's what you can do with evolution-manager CLI:`); // Server commands - console.log(`\n🖥️ Server Commands:`); + console.log(`\n🚀 Server Commands:`); console.log(` help - Get help and command summaries`); console.log(` server - Manage your server`); console.log(` - start [--port=9615] - Start the server on a specific port`); @@ -30,5 +30,5 @@ module.exports = () => { // Documentation link and disclaimer console.log(`\n📚 For complete documentation, visit: https://github.com/gabrielpastori1/evolution-manager`); - console.log(`\n ℹ️ Disclaimer: This evolution-manager CLI project is independent and not affiliated with the evolution-api project.`); + console.log(`\nDisclaimer: This evolution-manager CLI project is independent and not affiliated with the evolution-api project.`); }; diff --git a/src/components/modal/About.vue b/src/components/modal/About.vue index 2296443..81f337a 100644 --- a/src/components/modal/About.vue +++ b/src/components/modal/About.vue @@ -16,7 +16,7 @@ href="https://github.com/EvolutionAPI/evolution-api/" target="_blank" > - Evolution API , facilita a gestão de suas APIs com uma interface intuitiva. Ele foi criado por desenvolvedores independentes, focando em melhorar a experiência do usuário e a administração das funcionalidades da API. @@ -58,11 +58,13 @@ Manager em relação à Evolution API significa que alterações na API podem afetar a funcionalidade do Manager.
+ + Versão: {{ version }}