cdnhost 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_search_banner.js +3 -1
- package/package.json +1 -1
package/_search_banner.js
CHANGED
|
@@ -10,7 +10,9 @@ document.addEventListener("DOMContentLoaded", function () {
|
|
|
10
10
|
{ href: "https://199.kr", text: "해외주식갤러리" },
|
|
11
11
|
{ href: "https://919.kr", text: "미국주식갤러리" },
|
|
12
12
|
{ href: "https://ranovel.kr", text: "라노벨KR" },
|
|
13
|
-
{ href: "https://manatoki.kr", text: "유머토끼" }
|
|
13
|
+
{ href: "https://manatoki.kr", text: "유머토끼" },
|
|
14
|
+
{ href: "https://hham.ko-kr.workers.dev", text: "유머햄" },
|
|
15
|
+
{ href: "https://wallpaper.ko-kr.workers.dev", text: "배경화면포럼" },
|
|
14
16
|
];
|
|
15
17
|
|
|
16
18
|
// --- 스타일 삽입 ---
|