Delete README.md

This commit is contained in:
Bard 2022-08-18 03:32:51 +08:00 committed by GitHub
parent f74ee8bb49
commit 441fe81387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,31 +0,0 @@
<div align="center">
<img src="https://raw.githubusercontent.com/jerrykuku/staff/master/argon_title2.png" >
<h1 align="center">
A new LuCI theme for OpenWrt
</h1>
<h3 align="center">
Argon is a clean HTML5 theme for LuCI. Users may<br>setup their own favorite logins, including beautiful<br>pics and customized mp4 videos.<br><br>
</h3>
</div>
<br>
<div align="center">
<img src="https://raw.githubusercontent.com/jerrykuku/staff/master/argon2.gif">
</div>
## Notice
It is strongly recommended to use the Chrome browser. Some new css3 features are used in the theme, and currently only Chrome has the best compatibility.
The mainline version of IE series currently has bugs to be resolved.
FireFox does not enable the backdrop-filter by default, see here for the opening method: https://developer.mozilla.org/zh-CN/docs/Web/CSS/backdrop-filter
## How to build
Enter in your openwrt/package/ or other
### Openwrt official SnapShots
```shell
cd openwrt
git clone https://github.com/sbwml/luci-theme-argon package/luci-theme-argon --depth=1
make menuconfig # choose LUCI->Theme->Luci-theme-argon
make -j1 V=s
```