diff --git a/plugins/genshin/resources/html/calculator/calculator-sr.css b/plugins/genshin/resources/html/calculator/calculator-sr.css index 09c25f0..e32b63e 100644 --- a/plugins/genshin/resources/html/calculator/calculator-sr.css +++ b/plugins/genshin/resources/html/calculator/calculator-sr.css @@ -140,7 +140,7 @@ body { white-space: nowrap; } .weapon_bg5 { - background-image: url(../../../img/other/bg5.png); + background-image: url(../../img/other/bg5.png); width: 100%; height: 95px; background-size: 100%; @@ -149,40 +149,40 @@ body { .weapon_bg4 { width: 100%; height: 95px; - background-image: url(../../../img/other/bg4.png); + background-image: url(../../img/other/bg4.png); background-size: 100%; background-repeat: no-repeat; } .weapon_bg3 { width: 100%; height: 95px; - background-image: url(../../../img/other/bg3.png); + background-image: url(../../img/other/bg3.png); background-size: 100%; background-repeat: no-repeat; } .weapon_bg2 { width: 100%; height: 95px; - background-image: url(../../../img/other/bg3.png); + background-image: url(../../img/other/bg3.png); background-size: 100%; background-repeat: no-repeat; } .weapon_bg1 { width: 100%; height: 95px; - background-image: url(../../../img/other/bg3.png); + background-image: url(../../img/other/bg3.png); background-size: 100%; background-repeat: no-repeat; } .bg105 { - background-image: url(../../../img/other/bg105.png); + background-image: url(../../img/other/bg105.png); width: 100%; height: 95px; background-size: 100%; background-repeat: no-repeat; } .bg5 { - background-image: url(../../../img/other/bg5.png); + background-image: url(../../img/other/bg5.png); width: 100%; height: 112px; /*filter: brightness(1.1);*/ @@ -192,7 +192,7 @@ body { .bg4 { width: 100%; height: 112px; - background-image: url(../../../img/other/bg4.png); + background-image: url(../../img/other/bg4.png); background-size: 100%; background-repeat: no-repeat; } diff --git a/plugins/genshin/resources/html/calculator/calculator-sr.less b/plugins/genshin/resources/html/calculator/calculator-sr.less index ab3b9a4..b3d199b 100644 --- a/plugins/genshin/resources/html/calculator/calculator-sr.less +++ b/plugins/genshin/resources/html/calculator/calculator-sr.less @@ -158,7 +158,7 @@ body { } .weapon_bg5 { - background-image: url(../../../img/other/bg5.png); + background-image: url(../../img/other/bg5.png); width: 100%; height: 95px; background-size: 100%; @@ -168,7 +168,7 @@ body { .weapon_bg4 { width: 100%; height: 95px; - background-image: url(../../../img/other/bg4.png); + background-image: url(../../img/other/bg4.png); background-size: 100%; background-repeat: no-repeat; } @@ -176,7 +176,7 @@ body { .weapon_bg3 { width: 100%; height: 95px; - background-image: url(../../../img/other/bg3.png); + background-image: url(../../img/other/bg3.png); background-size: 100%; background-repeat: no-repeat; } @@ -184,7 +184,7 @@ body { .weapon_bg2 { width: 100%; height: 95px; - background-image: url(../../../img/other/bg3.png); + background-image: url(../../img/other/bg3.png); background-size: 100%; background-repeat: no-repeat; } @@ -192,13 +192,13 @@ body { .weapon_bg1 { width: 100%; height: 95px; - background-image: url(../../../img/other/bg3.png); + background-image: url(../../img/other/bg3.png); background-size: 100%; background-repeat: no-repeat; } .bg105 { - background-image: url(../../../img/other/bg105.png); + background-image: url(../../img/other/bg105.png); width: 100%; height: 95px; background-size: 100%; @@ -206,7 +206,7 @@ body { } .bg5 { - background-image: url(../../../img/other/bg5.png); + background-image: url(../../img/other/bg5.png); width: 100%; height: 112px; /*filter: brightness(1.1);*/ @@ -217,7 +217,7 @@ body { .bg4 { width: 100%; height: 112px; - background-image: url(../../../img/other/bg4.png); + background-image: url(../../img/other/bg4.png); background-size: 100%; background-repeat: no-repeat; } diff --git a/plugins/genshin/resources/html/ledger/ledger-count-sr.css b/plugins/genshin/resources/html/ledger/ledger-count-sr.css index e62ef40..73d54cf 100644 --- a/plugins/genshin/resources/html/ledger/ledger-count-sr.css +++ b/plugins/genshin/resources/html/ledger/ledger-count-sr.css @@ -1,6 +1,6 @@ @font-face { font-family: "tttgbnumber"; - src: url("../../../font/tttgbnumber.ttf"); + src: url("../../font/tttgbnumber.ttf"); font-weight: normal; font-style: normal; } diff --git a/plugins/genshin/resources/html/ledger/ledger-count-sr.less b/plugins/genshin/resources/html/ledger/ledger-count-sr.less index 1549cf0..ac53599 100644 --- a/plugins/genshin/resources/html/ledger/ledger-count-sr.less +++ b/plugins/genshin/resources/html/ledger/ledger-count-sr.less @@ -1,6 +1,6 @@ @font-face { font-family: "tttgbnumber"; - src: url("../../../font/tttgbnumber.ttf"); + src: url("../../font/tttgbnumber.ttf"); font-weight: normal; font-style: normal; } diff --git a/plugins/genshin/resources/html/ledger/ledger-sr.css b/plugins/genshin/resources/html/ledger/ledger-sr.css index 191afb6..6a02aaa 100644 --- a/plugins/genshin/resources/html/ledger/ledger-sr.css +++ b/plugins/genshin/resources/html/ledger/ledger-sr.css @@ -1,6 +1,6 @@ @font-face { font-family: "HYWenHei-55W"; - src: url("../../../font/HYWenHei-55W.ttf"); + src: url("../../font/HYWenHei-55W.ttf"); font-weight: normal; font-style: normal; }