From f02c15e434ffbc248b55d9d14e104c7d8556062b Mon Sep 17 00:00:00 2001 From: yuxc <653031404@qq.com> Date: 星期五, 28 四月 2023 11:42:42 +0800 Subject: [PATCH] 1、主要完成主题库定义的模板分类的接口移植。 2、主要对界面字数多了换行问题进行了修改。 --- Source/UBCS-WEB/public/index.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/public/index.html b/Source/UBCS-WEB/public/index.html index 78bdbdb..b185481 100644 --- a/Source/UBCS-WEB/public/index.html +++ b/Source/UBCS-WEB/public/index.html @@ -18,6 +18,7 @@ <link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/2.9.12/index.css"> <script src="<%= BASE_URL %>cdn/xlsx/FileSaver.min.js"></script> <script src="<%= BASE_URL %>cdn/xlsx/xlsx.full.min.js"></script> + <script src="https://cdn.staticfile.org/jsPlumb/2.11.1/js/jsplumb.min.js"></script> <link rel="icon" href="<%= BASE_URL %>favicon.png"> <title>ubcs浼佷笟骞冲彴</title> <style> -- Gitblit v1.9.3