我通过主题系统指南创建了自定义主题,但不知道如何在我的项目中使用新主题。我没有使用 mvc,mvvm。在我的项目中,我以这种方式连接 extjs 文件:
<link rel="stylesheet" type="text/css" href="http://localhost/ext-6.0.0/build/classic/theme-neptune/resources/theme-neptune-all.css">
<script type="text/javascript" src="http://localhost/ext-6.0.0/build/ext-all.js"></script>
<script type="text/javascript" src="http://localhost/ext-6.0.0/build/classic/theme-neptune/theme-neptune.js"></script>
如何将我的新主题添加到项目中?