update db structrue
This commit is contained in:
parent
fc95fe9b82
commit
a56ee23224
|
@ -3422,7 +3422,7 @@ COMMIT;
|
||||||
-- Records of laboratory_settings
|
-- Records of laboratory_settings
|
||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
BEGIN;
|
BEGIN;
|
||||||
INSERT INTO `laboratory_settings` VALUES (1, 1, '{\"name\":\"EduCoder\",\"navbar\":[{\"name\":\"实践课程\",\"link\":\"/paths\",\"hidden\":false},{\"name\":\"翻转课堂\",\"link\":\"/courses\",\"hidden\":false},{\"name\":\"实现项目\",\"link\":\"/shixuns\",\"hidden\":false},{\"name\":\"在线竞赛\",\"link\":\"/competitions\",\"hidden\":false},{\"name\":\"教学案例\",\"link\":\"/moop_cases\",\"hidden\":false},{\"name\":\"交流问答\",\"link\":\"/forums\",\"hidden\":false}],\"footer\":\"\\n\\u003cp class=\\\"footer_con-p inline lineh-30 font-14\\\"\\u003e\\n \\u003cspan class=\\\"font-18 fl\\\"\\u003e©\\u003c/span\\u003e\\u0026nbsp;2019\\u0026nbsp;EduCoder\\n \\u003ca target=\\\"_blank\\\" href=\\\"http://beian.miit.gov.cn/\\\" class=\\\"ml15 mr15\\\" style=\\\"color: rgb(136, 136, 136);\\\"\\u003e湘ICP备17009477号\\u003c/a\\u003e\\n \\u003ca target=\\\"_blank\\\" href=\\\"http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=43019002000962\\\" class=\\\"mr15\\\" style=\\\"color: rgb(136, 136, 136);\\\"\\u003e\\n \\u003cimg class=\\\"vertical4\\\" src=\\\"https://ali-cdn.educoder.net/react/build/static/media/beian.d0289dc0.png\\\"\\u003e湘公网安备43019002000962号\\n \\u003c/a\\u003e\\n \\u003ca href=\\\"https://team.trustie.net\\\" target=\\\"_blank\\\" style=\\\"color: rgb(136, 136, 136);\\\"\\u003eTrustie\\u003c/a\\u003e\\n \\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026amp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;IntelliDE inside.\\n \\u003cspan class=\\\"mr15\\\"\\u003e版权所有 湖南智擎科技有限公司\\u003c/span\\u003e\\u003c/p\\u003e\\n \"}');
|
INSERT INTO `laboratory_settings` VALUES (1, 1, '{\"name\":\"Trustie\",\"navbar\":[{\"name\":\"开源项目\",\"link\":\"/projects\",\"hidden\":false}],\"footer\":\"\\u003cdiv class=\\\"inner-footer_con\\\"\\u003e\\r\\n \\u003cul class=\\\"clearfix inner-footernav\\\" style=\\\"\\r\\n padding-left: 70px;\\\"\\u003e\\r\\n \\u003cli\\u003e\\u003ca href=\\\"/\\\" class=\\\"fl\\\"\\u003e网站首页\\u003c/a\\u003e\\u003c/li\\u003e\\r\\n \\u003cli\\u003e\\u003ca href=\\\"https://www.trustie.net/agreements\\\" class=\\\"fl\\\" target=\\\"_blank\\\"\\u003e服务协议\\u003c/a\\u003e\\u003c/li\\u003e\\r\\n \\u003cli\\u003e\\u003ca href=\\\"https://forum.trustie.net/forums/1168/detail\\\" class=\\\"fl\\\" target=\\\"_blank\\\"\\u003e帮助中心\\u003c/a\\u003e\\u003c/li\\u003e\\r\\n \\u003cli\\u003e\\u003ca href=\\\"https://forum.trustie.net\\\" class=\\\"fl\\\" target=\\\"_blank\\\"\\u003e问吧交流\\u003c/a\\u003e\\u003c/li\\u003e\\r\\n \\u003cli\\u003e\\u003ca href=\\\"https://www.trustie.net/cooperation\\\" class=\\\"fl\\\" target=\\\"_blank\\\"\\u003e合作伙伴\\u003c/a\\u003e\\u003c/li\\u003e\\r\\n \\u003c/ul\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003cdiv\\u003e\\r\\n\\u003cp class=\\\"footer_con-p inline lineh-30 font-14\\\"\\u003e\\r\\n \\u003cspan class=\\\"font-18 fl\\\"\\u003e©\\u003c/span\\u003e\\u0026nbsp;Copyright 2007~2021, \\u0026nbsp;国防科技大学Trustie团队 \\u0026 IntelliDE.\\u0026nbsp;\\u0026nbsp;\\r\\n \\u003ca target=\\\"_blank\\\" href=\\\"http://beian.miit.gov.cn/\\\" class=\\\"mr15\\\" style=\\\"color: rgb(136, 136, 136);\\\"\\u003e湘ICP备17009477号\\u003c/a\\u003e\\r\\n\\u003c/div\\u003e\\r\\n\\u003cdiv class=\\\"cl\\\"\\u003e\\u003c/div\\u003e\"}');
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
|
|
Loading…
Reference in New Issue