mirror of
https://github.com/kenzok8/small-package.git
synced 2026-02-05 06:17:38 +08:00
update 2025-12-08 20:51:23
This commit is contained in:
@@ -11,7 +11,7 @@ PKG_ARCH_ISTOREENHANCE:=$(ARCH)
|
|||||||
|
|
||||||
PKG_NAME:=istoreenhance
|
PKG_NAME:=istoreenhance
|
||||||
# use PKG_SOURCE_DATE instead of PKG_VERSION for compitable
|
# use PKG_SOURCE_DATE instead of PKG_VERSION for compitable
|
||||||
PKG_SOURCE_DATE:=0.4.1
|
PKG_SOURCE_DATE:=0.5.0
|
||||||
PKG_RELEASE:=5
|
PKG_RELEASE:=5
|
||||||
ARCH_HEXCODE:=
|
ARCH_HEXCODE:=
|
||||||
ifeq ($(ARCH),x86_64)
|
ifeq ($(ARCH),x86_64)
|
||||||
@@ -26,7 +26,7 @@ endif
|
|||||||
PKG_SOURCE_VERSION:=$(ARCH_HEXCODE)
|
PKG_SOURCE_VERSION:=$(ARCH_HEXCODE)
|
||||||
PKG_SOURCE:=iStoreEnhance-binary-$(PKG_SOURCE_DATE).tar.gz
|
PKG_SOURCE:=iStoreEnhance-binary-$(PKG_SOURCE_DATE).tar.gz
|
||||||
PKG_SOURCE_URL:=http://dl.istoreos.com/binary/iStoreEnhance/
|
PKG_SOURCE_URL:=http://dl.istoreos.com/binary/iStoreEnhance/
|
||||||
PKG_HASH:=cfe68c3de5a74c1e0eaf699a6eed08c04e018bb0793f299285a37657ce0726aa
|
PKG_HASH:=e871447d6522f27881a25b59fb44d3f1582af73b06803704e3cab43b456d8894
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/iStoreEnhance-binary-$(PKG_SOURCE_DATE)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/iStoreEnhance-binary-$(PKG_SOURCE_DATE)
|
||||||
|
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ end
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div id="<%=cbid%>" style="display: inline-block;">
|
<div id="<%=cbid%>" class="cbi-input-select" style="display: inline-block;">
|
||||||
<!-- 搜索 -->
|
<!-- 搜索 -->
|
||||||
<input type="text"
|
<input type="text"
|
||||||
id="<%=cbid%>.search"
|
id="<%=cbid%>.search"
|
||||||
@@ -85,7 +85,7 @@ end
|
|||||||
style="cursor:pointer;padding:6px;background:#f0f0f0;border-radius:4px;margin-bottom:4px;display:flex;align-items:center;white-space:nowrap;">
|
style="cursor:pointer;padding:6px;background:#f0f0f0;border-radius:4px;margin-bottom:4px;display:flex;align-items:center;white-space:nowrap;">
|
||||||
<span id="arrow-<%=self.option%>-<%=gname%>" class="lv-arrow-down-small"></span>
|
<span id="arrow-<%=self.option%>-<%=gname%>" class="lv-arrow-down-small"></span>
|
||||||
<b style="margin-left:8px;"><%=gname%></b>
|
<b style="margin-left:8px;"><%=gname%></b>
|
||||||
<span id="group-count-<%=self.option%>-<%=gname%>" style="margin-left:8px;color:blue;">
|
<span id="group-count-<%=self.option%>-<%=gname%>" style="margin-left:8px;color:#007bff;">
|
||||||
(0/<%=#items%>)
|
(0/<%=#items%>)
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -93,7 +93,7 @@ end
|
|||||||
<ul id="group-<%=self.option%>-<%=gname%>" style="margin:0 0 8px 16px; padding:0; list-style:none;">
|
<ul id="group-<%=self.option%>-<%=gname%>" style="margin:0 0 8px 16px; padding:0; list-style:none;">
|
||||||
|
|
||||||
<% for _, item in ipairs(items) do %>
|
<% for _, item in ipairs(items) do %>
|
||||||
<li data-node-name="<%=pcdata(item.label):lower()%>" style="list-style:none; padding:0; margin:0; white-space:nowrap;">
|
<li data-node-name="<%=pcdata(item.label):lower()%>" style="list-style:none;padding:0;margin:0;white-space:nowrap;" title="<%=pcdata(item.label)%>">
|
||||||
<input
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
class="cbi-input-checkbox"
|
class="cbi-input-checkbox"
|
||||||
|
|||||||
Reference in New Issue
Block a user