chore(manager): update asset files and install process

- Updated subproject reference in evolution-manager-v2 to the latest commit.
- Enhanced the manager_install.sh script to include npm install and build steps for the evolution-manager-v2.
- Replaced old JavaScript asset file with a new version for improved performance.
- Added a new CSS file for consistent styling across the application.
This commit is contained in:
Davidson Gomes 2025-10-15 09:44:15 -03:00
parent bdd9257c47
commit 8468690d37
7 changed files with 493 additions and 485 deletions

@ -1 +1 @@
Subproject commit c25a36b8f7eb0afba8ea048f38fb558a66e6c659
Subproject commit f054b9bc28083152d4948f835e3346fd0add39db

485
manager/dist/assets/index-CO3NSIFj.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5,8 +5,8 @@
<link rel="icon" type="image/png" href="https://evolution-api.com/files/evo/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Evolution Manager</title>
<script type="module" crossorigin src="/assets/index-Cv80sTx-.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-ScT-CzQp.css">
<script type="module" crossorigin src="/assets/index-CO3NSIFj.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DsIrum0U.css">
</head>
<body>
<div id="root"></div>

View File

@ -1,4 +1,8 @@
#! /bin/bash
cd evolution-manager-v2
npm install
npm run build
cd ..
rm -rf manager/dist
cp -r evolution-manager-v2/dist manager/dist