From 8b002d94dbabce829f31ad98f03578517a1eef13 Mon Sep 17 00:00:00 2001
From: sbwml <984419930@qq.com>
Date: Sun, 22 Aug 2021 06:48:08 +0800
Subject: [PATCH] init
---
README.md | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
create mode 100644 README.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4165479
--- /dev/null
+++ b/README.md
@@ -0,0 +1,31 @@
+
+

+
+ A new LuCI theme for OpenWrt
+
+
+ Argon is a clean HTML5 theme for LuCI. Users may
setup their own favorite logins, including beautiful
pics and customized mp4 videos.
+
+
+
+
+

+
+
+## 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
+```