Skip to content

Commit

Permalink
v1.6.8
Browse files Browse the repository at this point in the history
- Remove depends on wget, add depends Luasocket【v1.6.8】
- Update font icon, add a default icon of undefined menu【v1.6.8】
  • Loading branch information
jerrykuku committed Aug 20, 2020
1 parent 77c9ae4 commit b8fd051
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk

LUCI_TITLE:=Argon Theme
LUCI_DEPENDS:=+luasocket
PKG_VERSION:=1.6.7
PKG_RELEASE:=20200818
PKG_VERSION:=1.6.8
PKG_RELEASE:=20200820

include $(TOPDIR)/feeds/luci/luci.mk

Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[4]: https://github.com/jerrykuku/luci-theme-argon/pulls
[5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg
[6]: https://github.com/jerrykuku/luci-theme-argon/issues/new
[7]: https://img.shields.io/badge/release-v1.6.6-blue.svg?
[7]: https://img.shields.io/badge/release-v1.6.8-blue.svg?
[8]: https://github.com/jerrykuku/luci-theme-argon/releases
[9]: https://img.shields.io/github/downloads/jerrykuku/luci-theme-argon/total
[10]: https://img.shields.io/badge/Contact-telegram-blue
Expand Down Expand Up @@ -42,11 +42,14 @@ make -j1 V=s

### For Lean openwrt 18.06 LuCI
```
wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v1.6.6/luci-theme-argon_1.6.6-20200815_all.ipk
wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v1.6.8/luci-theme-argon_1.6.8-20200820_all.ipk
opkg install luci-theme-argon*.ipk
```

## Update log 2020.08.15 [18.06] V1.6.6
## Update log 2020.08.20 [18.06] V1.6.8
- Remove depends on wget, add depends Luasocket【v1.6.8】
- Update font icon, add a default icon of undefined menu【v1.6.8】


- Now backgorund allow png jpg gif and mp4 files, random change。【v1.6.6】
- Add a volume mute button for video background, default is muted【v1.6.6】
Expand Down
13 changes: 7 additions & 6 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[4]: https://github.com/jerrykuku/luci-theme-argon/pulls
[5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg
[6]: https://github.com/jerrykuku/luci-theme-argon/issues/new
[7]: https://img.shields.io/badge/release-v1.6.6-blue.svg?
[7]: https://img.shields.io/badge/release-v1.6.8-blue.svg?
[8]: https://github.com/jerrykuku/luci-theme-argon/releases
[9]: https://img.shields.io/github/downloads/jerrykuku/luci-theme-argon/total
[10]: https://img.shields.io/badge/Contact-telegram-blue
Expand All @@ -24,8 +24,8 @@

## 注意
当前master版本基于官方 OpenWrt 19.07.1 稳定版固件进行移植适配。
v2.2 适配官方主线快照版本。
v1.6.6 适配18.06 和 Lean Openwrt [如果你是lean代码 请选择这个版本]
v2.2.3 适配官方主线快照版本。
v1.6.8 适配18.06 和 Lean Openwrt [如果你是lean代码 请选择这个版本]


## 如何使用
Expand All @@ -52,14 +52,15 @@ make -j1 V=s

### For Lean openwrt 18.06 LuCI
```
wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v1.6.6/luci-theme-argon_1.6.6-20200815_all.ipk
wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v1.6.8/luci-theme-argon_1.6.8-20200820_all.ipk
opkg install luci-theme-argon*.ipk
```


## Update log 2020.08.15 [18.06] V1.6.6
## Update log 2020.08.20 [18.06] V1.6.8

本次更新又带来了好玩的东西,详情看如下更新
- 去掉了对wget的依赖,默认是用luasocket,为避免更新出错,请提前opkg install luasocket【v1.6.8】
- 更新了图标库,为未定义的菜单增加了一个默认的图标。【v1.6.8】

- 背景文件策略调整为,同时接受 jpg png gif mp4, 图片和视频同时随机。【v1.6.6】
- 视频背景加了一个音量开关,喜欢带声音的可以自行点击开启,默认为静音模式【v1.6.6】
Expand Down
2 changes: 2 additions & 0 deletions htdocs/luci-static/argon/css/cascade.css
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,8 @@ footer a {
-moz-osx-font-smoothing: grayscale;
position: absolute;
left: 0.8rem;
content: "\e915";
color: #5e72e4;
}
.main .main-left .nav li.slide .menu::after {
position: absolute;
Expand Down
16 changes: 10 additions & 6 deletions htdocs/luci-static/argon/css/fonts.css

Large diffs are not rendered by default.

Binary file modified htdocs/luci-static/argon/fonts/argon.eot
Binary file not shown.
1 change: 1 addition & 0 deletions htdocs/luci-static/argon/fonts/argon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified htdocs/luci-static/argon/fonts/argon.ttf
Binary file not shown.
Binary file modified htdocs/luci-static/argon/fonts/argon.woff
Binary file not shown.
2 changes: 2 additions & 0 deletions htdocs/luci-static/argon/less/cascade.less
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,8 @@ footer {
-moz-osx-font-smoothing: grayscale;
position: absolute;
left: 0.8rem;
content: "\e915";
color: #5e72e4;
}

&::after {
Expand Down

0 comments on commit b8fd051

Please sign in to comment.