diff --git a/config/help.yaml b/config/help.yaml index 47db1e3..cadb3fd 100644 --- a/config/help.yaml +++ b/config/help.yaml @@ -15,18 +15,9 @@ - icon: pic1 title: "#累了" desc: 疲惫往往是过度劳累 - - icon: youthLearning - title: "#青年大学习" - desc: 青年大学习答案和截图 - - icon: searchBook - title: "#搜书/#bookid" - desc: 基于zli的搜书功能 - icon: zhubai title: "#竹白" desc: 基于竹白百科的搜索 - - icon: 百科 - title: "#百科/wiki xxx" - desc: 百度百科/搜狗百科 - group: 工具类合集 list: - icon: translate @@ -47,7 +38,7 @@ - icon: youtube title: "油管" desc: 油管学习版分享实时下载 - - icon: 推特 + - icon: twitter title: "小蓝鸟" desc: 推特学习版分享实时下载 - icon: acfun diff --git a/resources/font/PermanentMarker.ttf b/resources/font/PermanentMarker.ttf new file mode 100644 index 0000000..6541e9d Binary files /dev/null and b/resources/font/PermanentMarker.ttf differ diff --git a/resources/html/help/help.css b/resources/html/help/help.css index 8bc9a9f..e0fab14 100644 --- a/resources/html/help/help.css +++ b/resources/html/help/help.css @@ -1,6 +1,6 @@ @font-face { - font-family: "tttgbnumber"; - src: url("../../../../../resources/font/tttgbnumber.ttf"); + font-family: "PermanentMarker"; + src: url("../../font/PermanentMarker.ttf"); font-weight: normal; font-style: normal; } @@ -24,13 +24,13 @@ body { .container { width: 788px; padding: 20px 15px 10px 15px; - background-image: url(../../img/bg.jpeg); + background-image: url(../../img/bg.jpg); background-size: 100%; } .head_box { border-radius: 15px; - font-family: 'tttgbnumber'; + font-family: 'PermanentMarker', serif; padding: 10px 20px; position: relative; color: white; @@ -38,17 +38,20 @@ body { } .head_box .id_text { + margin-left: 200px; + color: #708871; font-size: 24px; } .head_box .day_text { + margin-left: 200px; + color: #708871; font-size: 20px; } .head_box .genshin_logo { position: absolute; - top: -10px; - right: 15px; + top: -20px; width: 97px; } @@ -58,7 +61,7 @@ body { } .uid { - font-family: tttgbnumber; + font-family: PermanentMarker, serif; } .data_box { @@ -97,7 +100,7 @@ body { } .num { - font-family: tttgbnumber; + font-family: PermanentMarker, serif; font-size: 24px; } @@ -154,5 +157,5 @@ body { text-align: center; font-size: 14px; color: white; - font-family: 'tttgbnumber'; + font-family: 'PermanentMarker', serif; } \ No newline at end of file diff --git a/resources/html/help/help.html b/resources/html/help/help.html index a6487e6..436075a 100644 --- a/resources/html/help/help.html +++ b/resources/html/help/help.html @@ -4,9 +4,9 @@ - - - + + + {{@headStyle}} @@ -15,8 +15,8 @@
R-Plugin
-

使用说明-当前版本:v{{version}}

- +

Ver:v{{version}}

+
{{each helpData val}}
diff --git a/resources/html/version/version.css b/resources/html/version/version.css index 6160d76..4cb5723 100644 --- a/resources/html/version/version.css +++ b/resources/html/version/version.css @@ -1,6 +1,6 @@ @font-face { - font-family: "tttgbnumber"; - src: url("../../../../../resources/font/tttgbnumber.ttf"); + font-family: "PermanentMarker"; + src: url("../../font/PermanentMarker.ttf"); font-weight: normal; font-style: normal; } @@ -13,14 +13,14 @@ } body { font-size: 16px; - font-family: "tttgbnumber"; + font-family: "PermanentMarker", serif; transform: scale(1.5); transform-origin: 0 0; color: white; } .container { width: 536px; - background-image: url(../../img/bg.jpeg); + background-image: url(../../img/bg.jpg); background-size: 100%; padding: 10px 0 10px 0; } @@ -78,5 +78,5 @@ body { text-align: center; font-size: 14px; color: white; - font-family: 'tttgbnumber'; + font-family: 'PermanentMarker', serif; } \ No newline at end of file diff --git a/resources/html/version/version.html b/resources/html/version/version.html index a533910..40f5e98 100644 --- a/resources/html/version/version.html +++ b/resources/html/version/version.html @@ -8,8 +8,8 @@ type="text/css" href="{{pluResPath}}html/version/version.css" /> - - + +
diff --git a/resources/img/bg.jpeg b/resources/img/bg.jpeg deleted file mode 100644 index 04cbcf9..0000000 Binary files a/resources/img/bg.jpeg and /dev/null differ diff --git a/resources/img/bg.jpg b/resources/img/bg.jpg new file mode 100644 index 0000000..41275ad Binary files /dev/null and b/resources/img/bg.jpg differ diff --git a/resources/img/icon/.keep b/resources/img/icon/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/resources/img/icon/searchBook.png b/resources/img/icon/searchBook.png deleted file mode 100644 index 2ff2278..0000000 Binary files a/resources/img/icon/searchBook.png and /dev/null differ diff --git a/resources/img/icon/推特.png b/resources/img/icon/twitter.png similarity index 100% rename from resources/img/icon/推特.png rename to resources/img/icon/twitter.png diff --git a/resources/img/icon/youthLearning.png b/resources/img/icon/youthLearning.png deleted file mode 100644 index 40941f6..0000000 Binary files a/resources/img/icon/youthLearning.png and /dev/null differ diff --git a/resources/img/icon/百科.png b/resources/img/icon/百科.png deleted file mode 100644 index 2573bb1..0000000 Binary files a/resources/img/icon/百科.png and /dev/null differ diff --git a/resources/img/other/.keep b/resources/img/other/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/resources/img/other/原神.png b/resources/img/other/原神.png deleted file mode 100644 index a8cb922..0000000 Binary files a/resources/img/other/原神.png and /dev/null differ diff --git a/resources/img/rank/.keep b/resources/img/rank/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/resources/img/rank/logo.png b/resources/img/rank/logo.png new file mode 100644 index 0000000..b56613e Binary files /dev/null and b/resources/img/rank/logo.png differ diff --git a/resources/img/rank/top.png b/resources/img/rank/top.png deleted file mode 100644 index eda3e14..0000000 Binary files a/resources/img/rank/top.png and /dev/null differ