From 0a1c7134218f6abfd3127993b4de22067469ac5b Mon Sep 17 00:00:00 2001 From: Gabriel Pastori <58153955+gabrielpastori1@users.noreply.github.com> Date: Tue, 21 Nov 2023 12:49:02 -0300 Subject: [PATCH] add version to manager --- lib/help.js | 4 ++-- src/components/modal/About.vue | 9 ++++++--- src/layouts/default/AppBar.vue | 2 +- src/layouts/default/AppFooter.vue | 33 +++++++++++++++++++++---------- src/router/index.js | 5 ++++- 5 files changed, 36 insertions(+), 17 deletions(-) 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 }}