diff --git a/build/usr/local/omc/static/agt.d/db/customized.sql b/build/usr/local/omc/static/agt.d/db/customized.sql new file mode 100644 index 0000000..ee490c7 --- /dev/null +++ b/build/usr/local/omc/static/agt.d/db/customized.sql @@ -0,0 +1,205 @@ +REPLACE + INTO `omc_db`.`sys_config` ( + `config_id`, + `config_name`, + `config_key`, + `config_value`, + `config_type`, + `create_by`, + `create_time`, + `update_by`, + `update_time`, + `remark` + ) +VALUES ( + 108, + 'config.sys.i18nOpen', + 'sys.i18n.open', + 'true', + 'Y', + 'supervisor', + 1698110000000, + NULL, + 0, + 'config.sys.i18nOpenRemark' + ); + +REPLACE + INTO `omc_db`.`sys_config` ( + `config_id`, + `config_name`, + `config_key`, + `config_value`, + `config_type`, + `create_by`, + `create_time`, + `update_by`, + `update_time`, + `remark` + ) +VALUES ( + 109, + 'Internationalization Default Language', + 'sys.i18n.default', + 'en_US', + 'Y', + 'supervisor', + 1698110000000, + 'supervisor', + 1702632906566, + 'config.sys.i18nDefaultRemark' + ); + +REPLACE + INTO `omc_db`.`sys_config` ( + `config_id`, + `config_name`, + `config_key`, + `config_value`, + `config_type`, + `create_by`, + `create_time`, + `update_by`, + `update_time`, + `remark` + ) +VALUES ( + 6, + 'config.sys.officialUrl', + 'sys.officialUrl', + 'https://www.agrandtech.com', + 'Y', + 'supervisor', + 1698110000000, + 'admin', + 1700809804330, + 'config.sys.officialUrlRemark' + ); + +REPLACE + INTO `omc_db`.`sys_dict_data` ( + `dict_code`, + `dict_sort`, + `dict_label`, + `dict_value`, + `dict_type`, + `tag_class`, + `tag_type`, + `status`, + `create_by`, + `create_time`, + `update_by`, + `update_time`, + `remark` + ) +VALUES ( + 1660, + 1660, + 'config.sys.titleValue', + 'AGrandEMS', + 'i18n_zh', + NULL, + NULL, + '1', + 'supervisor', + 1699350000000, + NULL, + 0, + NULL + ); + +REPLACE + INTO `omc_db`.`sys_dict_data` ( + `dict_code`, + `dict_sort`, + `dict_label`, + `dict_value`, + `dict_type`, + `tag_class`, + `tag_type`, + `status`, + `create_by`, + `create_time`, + `update_by`, + `update_time`, + `remark` + ) +VALUES ( + 3660, + 3660, + 'config.sys.titleValue', + 'AGrandEMS', + 'i18n_en', + NULL, + NULL, + '1', + 'supervisor', + 1699350000000, + NULL, + 0, + NULL + ); + +REPLACE + INTO `omc_db`.`sys_dict_data` ( + `dict_code`, + `dict_sort`, + `dict_label`, + `dict_value`, + `dict_type`, + `tag_class`, + `tag_type`, + `status`, + `create_by`, + `create_time`, + `update_by`, + `update_time`, + `remark` + ) +VALUES ( + 1661, + 1661, + 'config.sys.copyrightValue', + 'Copyright ©2023 千通科技', + 'i18n_zh', + NULL, + NULL, + '1', + 'supervisor', + 1699350000000, + NULL, + 0, + NULL + ); + +REPLACE + INTO `omc_db`.`sys_dict_data` ( + `dict_code`, + `dict_sort`, + `dict_label`, + `dict_value`, + `dict_type`, + `tag_class`, + `tag_type`, + `status`, + `create_by`, + `create_time`, + `update_by`, + `update_time`, + `remark` + ) +VALUES ( + 3661, + 3661, + 'config.sys.copyrightValue', + 'Copyright ©2023 AGrandTech', + 'i18n_en', + NULL, + NULL, + '1', + 'supervisor', + 1699350000000, + NULL, + 0, + NULL + ); diff --git a/build/usr/local/omc/static/agt.d/doc/en_doc.pdf b/build/usr/local/omc/static/agt.d/doc/en_doc.pdf new file mode 100644 index 0000000..c517dcd Binary files /dev/null and b/build/usr/local/omc/static/agt.d/doc/en_doc.pdf differ diff --git a/build/usr/local/omc/static/agt.d/doc/zh_doc.pdf b/build/usr/local/omc/static/agt.d/doc/zh_doc.pdf new file mode 100644 index 0000000..86a15a4 Binary files /dev/null and b/build/usr/local/omc/static/agt.d/doc/zh_doc.pdf differ diff --git a/build/usr/local/omc/static/agt.d/logo/en_brand.png b/build/usr/local/omc/static/agt.d/logo/en_brand.png new file mode 100644 index 0000000..200025e Binary files /dev/null and b/build/usr/local/omc/static/agt.d/logo/en_brand.png differ diff --git a/build/usr/local/omc/static/agt.d/logo/en_icon.png b/build/usr/local/omc/static/agt.d/logo/en_icon.png new file mode 100644 index 0000000..3ed445d Binary files /dev/null and b/build/usr/local/omc/static/agt.d/logo/en_icon.png differ diff --git a/build/usr/local/omc/static/agt.d/logo/zh_brand.png b/build/usr/local/omc/static/agt.d/logo/zh_brand.png new file mode 100644 index 0000000..5810cf5 Binary files /dev/null and b/build/usr/local/omc/static/agt.d/logo/zh_brand.png differ diff --git a/build/usr/local/omc/static/agt.d/logo/zh_icon.png b/build/usr/local/omc/static/agt.d/logo/zh_icon.png new file mode 100644 index 0000000..a5b6907 Binary files /dev/null and b/build/usr/local/omc/static/agt.d/logo/zh_icon.png differ diff --git a/build/usr/local/omc/static/helpDoc/zh_doc.pdf b/build/usr/local/omc/static/helpDoc/zh_doc.pdf index e25d5ca..86a15a4 100644 Binary files a/build/usr/local/omc/static/helpDoc/zh_doc.pdf and b/build/usr/local/omc/static/helpDoc/zh_doc.pdf differ diff --git a/docs/tips.txt b/docs/tips.txt index e3d589e..57252d4 100644 --- a/docs/tips.txt +++ b/docs/tips.txt @@ -70,4 +70,5 @@ sed -i "s/FREETYPE2_CONFIG --libs/FREETYPE2_CONFIG freetype2 --cflags/g" ./confi D:\local.git\ems.agt\tools\loadpconf> go run .\loadpconf.go .\load.go .\db.go -p ..\..\config\param\udm_param_config.yaml # 导入mml配置文件 # 需配置load -D:\local.git\ems.agt\tools\loadmconf> go run .\loadmconf.go .\load.go .\db.go -m ..\..\config\mml\system\mme_sys_mml_config.yaml \ No newline at end of file +D:\local.git\ems.agt\tools\loadmconf> go run .\loadmconf.go .\load.go .\db.go -m ..\..\config\mml\system\mme_sys_mml_config.yaml +