Merge Official Source
This commit is contained in:
4
Makefile
4
Makefile
@@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
LUCI_TITLE:=Argon Theme
|
LUCI_TITLE:=Argon Theme
|
||||||
LUCI_DEPENDS:=+curl +jsonfilter
|
LUCI_DEPENDS:=+curl +jsonfilter
|
||||||
PKG_VERSION:=2.4.2
|
PKG_VERSION:=2.4.3
|
||||||
PKG_RELEASE:=20250207
|
PKG_RELEASE:=20250722
|
||||||
|
|
||||||
define Package/luci-theme-argon/postrm
|
define Package/luci-theme-argon/postrm
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|||||||
27
htdocs/luci-static/resources/xiaokail/iconfont.css
Normal file
27
htdocs/luci-static/resources/xiaokail/iconfont.css
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: "iconfont"; /* Project id 5120712 */
|
||||||
|
src: url('iconfont.woff2?t=1769778802476') format('woff2'),
|
||||||
|
url('iconfont.woff?t=1769778802476') format('woff'),
|
||||||
|
url('iconfont.ttf?t=1769778802476') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
|
.iconfont {
|
||||||
|
font-family: "iconfont" !important;
|
||||||
|
font-size: 16px;
|
||||||
|
font-style: normal;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-sharpicons_hub:before {
|
||||||
|
content: "\e81d";
|
||||||
|
}
|
||||||
|
|
||||||
|
/* NetWizard */
|
||||||
|
.main>.main-left>.nav>li.slide>.menu[data-title=Netwizard]:before,
|
||||||
|
.main>.main-left>.nav>li>a[data-title=Netwizard]:before {
|
||||||
|
font-family: 'iconfont' !important;
|
||||||
|
content: "\e81d" !important;
|
||||||
|
color: #28a745;
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
BIN
htdocs/luci-static/resources/xiaokail/iconfont.ttf
Normal file
BIN
htdocs/luci-static/resources/xiaokail/iconfont.ttf
Normal file
Binary file not shown.
BIN
htdocs/luci-static/resources/xiaokail/iconfont.woff
Normal file
BIN
htdocs/luci-static/resources/xiaokail/iconfont.woff
Normal file
Binary file not shown.
BIN
htdocs/luci-static/resources/xiaokail/iconfont.woff2
Normal file
BIN
htdocs/luci-static/resources/xiaokail/iconfont.woff2
Normal file
Binary file not shown.
@@ -133,6 +133,7 @@
|
|||||||
<% end -%>
|
<% end -%>
|
||||||
</style>
|
</style>
|
||||||
<link rel="shortcut icon" type="image/ico" href="<%=media%>/favicon.ico">
|
<link rel="shortcut icon" type="image/ico" href="<%=media%>/favicon.ico">
|
||||||
|
<link rel="stylesheet" href="<%=resource%>/xiaokail/iconfont.css?t=1749538073338">
|
||||||
<% if node and node.css then %>
|
<% if node and node.css then %>
|
||||||
<link rel="stylesheet" href="<%=resource%>/<%=node.css%>">
|
<link rel="stylesheet" href="<%=resource%>/<%=node.css%>">
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|||||||
Reference in New Issue
Block a user