mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-09 01:49:37 -06:00
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:
parent
bdd9257c47
commit
8468690d37
@ -1 +1 @@
|
||||
Subproject commit c25a36b8f7eb0afba8ea048f38fb558a66e6c659
|
||||
Subproject commit f054b9bc28083152d4948f835e3346fd0add39db
|
||||
485
manager/dist/assets/index-CO3NSIFj.js
vendored
Normal file
485
manager/dist/assets/index-CO3NSIFj.js
vendored
Normal file
File diff suppressed because one or more lines are too long
481
manager/dist/assets/index-Cv80sTx-.js
vendored
481
manager/dist/assets/index-Cv80sTx-.js
vendored
File diff suppressed because one or more lines are too long
1
manager/dist/assets/index-DsIrum0U.css
vendored
Normal file
1
manager/dist/assets/index-DsIrum0U.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
manager/dist/assets/index-ScT-CzQp.css
vendored
1
manager/dist/assets/index-ScT-CzQp.css
vendored
File diff suppressed because one or more lines are too long
4
manager/dist/index.html
vendored
4
manager/dist/index.html
vendored
@ -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>
|
||||
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user