perf: 构建工具调整
This commit is contained in:
11
build/vendor/agt/database/lite/customized.sql
vendored
Normal file
11
build/vendor/agt/database/lite/customized.sql
vendored
Normal 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;
|
||||
11
build/vendor/agt/database/standard/customized.sql
vendored
Normal file
11
build/vendor/agt/database/standard/customized.sql
vendored
Normal 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;
|
||||
BIN
build/vendor/agt/static/helpDoc/en_doc.pdf
vendored
Normal file
BIN
build/vendor/agt/static/helpDoc/en_doc.pdf
vendored
Normal file
Binary file not shown.
BIN
build/vendor/agt/static/helpDoc/zh_doc.pdf
vendored
Normal file
BIN
build/vendor/agt/static/helpDoc/zh_doc.pdf
vendored
Normal file
Binary file not shown.
BIN
build/vendor/agt/static/logo/en_brand.png
vendored
Normal file
BIN
build/vendor/agt/static/logo/en_brand.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
BIN
build/vendor/agt/static/logo/en_icon.png
vendored
Normal file
BIN
build/vendor/agt/static/logo/en_icon.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
build/vendor/agt/static/logo/zh_brand.png
vendored
Normal file
BIN
build/vendor/agt/static/logo/zh_brand.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
BIN
build/vendor/agt/static/logo/zh_icon.png
vendored
Normal file
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
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
BIN
build/vendor/agt/web/light.jpg
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 70 KiB |
Reference in New Issue
Block a user