mirror of
https://github.com/JamesonHuang/OpenWrt_Luci_Lua.git
synced 2024-11-24 14:20:10 +00:00
22 lines
385 B
HTML
22 lines
385 B
HTML
|
<%
|
||
|
--[[
|
||
|
Info 迅雷插件
|
||
|
]]--
|
||
|
|
||
|
local ver = require("xiaoqiang.XQVersion").webVersion
|
||
|
%>
|
||
|
<%include('web/inc/head')%>
|
||
|
<title>小米路由器</title>
|
||
|
<!-- 插件样式 -->
|
||
|
<link rel="stylesheet" href="<%=resource%>/web/css/page.plugin.kuaipan.css?v=<%=ver%>" type="text/css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<!--
|
||
|
插件内容区
|
||
|
-->
|
||
|
<!--
|
||
|
公共JS
|
||
|
-->
|
||
|
<%include('web/inc/g.js.base')%>
|
||
|
</body>
|
||
|
</html>
|