perf: 构建工具调整

This commit is contained in:
TsMask
2025-03-19 17:42:31 +08:00
parent 0838ac49e7
commit d987553af5
284 changed files with 25 additions and 1089 deletions

View File

@@ -0,0 +1,11 @@
-- sys_config
UPDATE `sys_config` SET `config_value` = 'https://www.agrandtech.com' WHERE `config_id` = 6;
UPDATE `sys_config` SET `config_value` = 'true' WHERE `config_id` = 28;
UPDATE `sys_config` SET `config_value` = 'en_US' WHERE `config_id` = 29;
-- sys_i18n
UPDATE `sys_i18n` SET `value_zh` = 'AGrand EMS', `value_en` = 'AGrand EMS' WHERE `id` = 281;
UPDATE `sys_i18n` SET `value_zh` = 'Copyright ©2024 千通科技', `value_en` = 'Copyright ©2024 AGrandTech' WHERE `id` = 282;
-- set internationalization switching to ON
UPDATE `sys_menu` SET `status_flag` = '1' WHERE `menu_id` = 2122;

View File

@@ -0,0 +1,11 @@
-- sys_config
UPDATE `sys_config` SET `config_value` = 'https://www.agrandtech.com' WHERE `config_id` = 6;
UPDATE `sys_config` SET `config_value` = 'true' WHERE `config_id` = 28;
UPDATE `sys_config` SET `config_value` = 'en_US' WHERE `config_id` = 29;
-- sys_i18n
UPDATE `sys_i18n` SET `value_zh` = 'AGrand EMS', `value_en` = 'AGrand EMS' WHERE `id` = 281;
UPDATE `sys_i18n` SET `value_zh` = 'Copyright ©2024 千通科技', `value_en` = 'Copyright ©2024 AGrandTech' WHERE `id` = 282;
-- set internationalization switching to ON
UPDATE `sys_menu` SET `status_flag` = '1' WHERE `menu_id` = 2122;

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
build/vendor/agt/static/logo/en_icon.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
build/vendor/agt/static/logo/zh_icon.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
build/vendor/agt/web/dark.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

BIN
build/vendor/agt/web/light.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB