luci-theme-ifit icon indicating copy to clipboard operation
luci-theme-ifit copied to clipboard

不支持21.02.3

Open skullcrossbones opened this issue 2 years ago • 2 comments

skullcrossbones avatar May 15 '22 23:05 skullcrossbones

+1

/usr/lib/lua/luci/template.lua:97: Failed to execute template 'admin_status/index'.
A runtime error occurred: /usr/lib/lua/luci/template.lua:97: Failed to execute template 'header'.
A runtime error occurred: /usr/lib/lua/luci/template.lua:97: Failed to execute template 'themes/ifit/header'.
A runtime error occurred: [string "/usr/lib/lua/luci/view/themes/ifit/header.h..."]:23: attempt to call field 'node_childs' (a nil value)
stack traceback:
	[string "/usr/lib/lua/luci/view/themes/ifit/header.h..."]:23: in main chunk
stack traceback:
	[C]: in function 'error'
	/usr/lib/lua/luci/template.lua:97: in function 'render'
	/usr/lib/lua/luci/dispatcher.lua:754: in function 'include'
	[string "/usr/lib/lua/luci/view/header.htm"]:3: in main chunk
stack traceback:
	[C]: in function 'error'
	/usr/lib/lua/luci/template.lua:97: in function 'render'
	/usr/lib/lua/luci/dispatcher.lua:754: in function 'include'
	[string "/usr/lib/lua/luci/view/admin_status/index.h..."]:1: in main chunk
stack traceback:
	[C]: in function 'error'
	/usr/lib/lua/luci/template.lua:97: in function </usr/lib/lua/luci/template.lua:85>
	(tail call): ?
	/usr/lib/lua/luci/dispatcher.lua:1021: in function 'dispatch'
	/usr/lib/lua/luci/dispatcher.lua:985: in function 'dispatch'
	/usr/lib/lua/luci/dispatcher.lua:479: in function </usr/lib/lua/luci/dispatcher.lua:478>

zhangguanzhang avatar Jul 22 '22 11:07 zhangguanzhang

测了下,大概这些都不支持

if echo $repo_branch | grep -Pq '^(openwrt-)?2[1-4]\.0';then
    pushd ./feeds/others/
    rm -rf luci-theme-ifit \
        luci-theme-atmaterial_new \
        luci-theme-mcat \
        luci-theme-neobird \
        luci-theme-tomato
    popd
    if [ -d ./tmp/info/ ];then
        pushd ./tmp/info/
            rm -f .packageinfo-*luci-theme-ifit \
                .packageinfo-*luci-theme-atmaterial_new \
                .packageinfo-*luci-theme-mcat \
                .packageinfo-*luci-theme-neobird \
                .packageinfo-*luci-theme-tomato \
        popd
    fi
fi

zhangguanzhang avatar Jul 23 '22 04:07 zhangguanzhang