Go to file
gngpp 77f05f446f
luci-theme-design: fixed QWRT network share table style (#213)
* luci-theme-design: fix missing characters, logo font converted to open source font GenJyuuGothic-Medium

* luci-theme-design: bump version to v5.4.3

* Update themes/luci-theme-design/Makefile

Co-authored-by: Beginner <70857188+Beginner-Go@users.noreply.github.com>

* luci-theme-design: Bump version to v5.5.4-20230320

* luci-theme-design: update Makefile

* luci-theme-design: optimize js render

* luci-theme-design: Bump version to v5.5.5

* luci-theme-design: fix theme dark/light mode

* luci-theme-design: Bump version to v5.5.6

* luci-theme-design: fixed header resize box-shadow

* luci-theme-design: optimize browser compatibility

* luci-theme-design: Bump version to v5.6.3-20230404

* Update themes/luci-theme-design/htdocs/luci-static/design/js/design.js

Co-authored-by: Beginner <70857188+Beginner-Go@users.noreply.github.com>

* Update script.js

* Update xhr.js

* Update style.css

* Update footer.htm

* Update header.htm

* luci-theme-design: fixed QWRT network share table style

---------

Co-authored-by: Beginner <70857188+Beginner-Go@users.noreply.github.com>
2023-04-05 15:28:19 +08:00
applications luci-app-mosdns: update from upstream (#209) 2023-03-31 22:57:21 +08:00
build optimize luci speed 2019-09-22 08:26:02 -07:00
collections treewide: add packages from lede (#88) 2022-02-15 21:36:48 +08:00
contrib/package freifunk: drop outdated pacakges (#65) 2021-06-14 01:38:17 +08:00
documentation optimize luci speed 2019-09-22 08:26:02 -07:00
libs luci-lib-ipkg: add dummy packge for luci compatibility 2022-10-06 15:53:49 +08:00
modules wifi.lua: limite dbm display workround 2023-03-15 00:50:26 +08:00
protocols luci-proto-ppp: expose pppoe host_uniq tag setting 2023-03-05 19:00:13 +08:00
themes luci-theme-design: fixed QWRT network share table style (#213) 2023-04-05 15:28:19 +08:00
.buildpath first commit 2018-10-17 22:44:12 +08:00
.cproject first commit 2018-10-17 22:44:12 +08:00
.gitignore first commit 2018-10-17 22:44:12 +08:00
.project first commit 2018-10-17 22:44:12 +08:00
CONTRIBUTING.md first commit 2018-10-17 22:44:12 +08:00
LICENSE first commit 2018-10-17 22:44:12 +08:00
luci.mk luci-base: fix luasrcdiet 2020-07-02 14:20:08 +08:00
NOTICE first commit 2018-10-17 22:44:12 +08:00
README.md first commit 2018-10-17 22:44:12 +08:00
THANKYOU first commit 2018-10-17 22:44:12 +08:00

OpenWrt luci feed

Description

This is the OpenWrt "luci"-feed containing LuCI - OpenWrt Configuration Interface.

Usage

This feed is enabled by default. Your feeds.conf.default (or feeds.conf) should contain a line like:

src-git luci https://github.com/openwrt/luci.git

To install all its package definitions, run:

./scripts/feeds update luci
./scripts/feeds install -a -p luci

API Reference

You can browse the generated API documentation directly on Github.

Development

Documentation for developing and extending LuCI can be found in the Wiki

License

See LICENSE file.

Package Guidelines

See CONTRIBUTING.md file.