@edu-tosel/design 1.0.274 → 1.0.276
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/README.md +42 -42
- package/asset/SVG.tsx +43 -43
- package/asset/html/gomito-promotion.html +116 -116
- package/asset/html/speaking-series-promotion.html +58 -58
- package/asset/sizes.ts +202 -202
- package/asset/svg/Close.tsx +32 -32
- package/asset/svg/Collab.tsx +51 -51
- package/asset/svg/Direction.tsx +76 -76
- package/asset/svg/Email.d.ts +3 -1
- package/asset/svg/Email.js +2 -2
- package/asset/svg/Email.tsx +19 -20
- package/asset/svg/Eye.tsx +48 -48
- package/asset/svg/HallofFame.tsx +179 -179
- package/asset/svg/Icon.tsx +324 -324
- package/asset/svg/Image.tsx +24 -24
- package/asset/svg/Login.tsx +53 -53
- package/asset/svg/MiniClose.tsx +19 -19
- package/asset/svg/Notification.tsx +34 -34
- package/asset/svg/Operation.tsx +130 -130
- package/asset/svg/Phone.d.ts +3 -1
- package/asset/svg/Phone.js +2 -2
- package/asset/svg/Phone.tsx +19 -20
- package/asset/svg/Print.tsx +18 -18
- package/asset/svg/Profile.tsx +27 -27
- package/asset/svg/Search.tsx +24 -24
- package/asset/svg/Symbol.tsx +60 -60
- package/asset/svg/TOSEL.tsx +63 -63
- package/asset/svg/User.tsx +18 -18
- package/asset/url.ts +12 -12
- package/globals.css +281 -281
- package/layout/template/sign/Layout.js +4 -3
- package/package.json +1 -1
- package/tailwind.config.ts +712 -712
- package/util/createSearch.js +16 -10
- package/version.txt +1 -1
package/util/createSearch.js
CHANGED
|
@@ -2,7 +2,7 @@ import { getChoseong } from "es-hangul";
|
|
|
2
2
|
const defaultRecord = {
|
|
3
3
|
//소개 페이지
|
|
4
4
|
"/about": ["About TOSEL", "About", "토셀소개"],
|
|
5
|
-
"/about?
|
|
5
|
+
"/about?hash=leadership": [
|
|
6
6
|
"리더십",
|
|
7
7
|
"임원",
|
|
8
8
|
"위원장",
|
|
@@ -13,7 +13,7 @@ const defaultRecord = {
|
|
|
13
13
|
"leadership",
|
|
14
14
|
"board",
|
|
15
15
|
],
|
|
16
|
-
"/about?
|
|
16
|
+
"/about?hash=mission": [
|
|
17
17
|
"Our Mission",
|
|
18
18
|
"비전",
|
|
19
19
|
"목표",
|
|
@@ -21,9 +21,9 @@ const defaultRecord = {
|
|
|
21
21
|
"철학",
|
|
22
22
|
"가치관",
|
|
23
23
|
],
|
|
24
|
-
"/about?
|
|
25
|
-
"/about?
|
|
26
|
-
"/about?
|
|
24
|
+
"/about?hash=history": ["연혁", "역사", "history", "설립연도"],
|
|
25
|
+
"/about?hash=area": ["분야", "사업분야", "비즈니스", "bussiness"],
|
|
26
|
+
"/about?hash=partner": [
|
|
27
27
|
"협업",
|
|
28
28
|
"파트너",
|
|
29
29
|
"인증",
|
|
@@ -32,10 +32,16 @@ const defaultRecord = {
|
|
|
32
32
|
"partner",
|
|
33
33
|
"이용기관",
|
|
34
34
|
],
|
|
35
|
-
"/about
|
|
35
|
+
"/about?hash=media": [
|
|
36
|
+
"보도자료",
|
|
37
|
+
"미디어",
|
|
38
|
+
"media",
|
|
39
|
+
"뉴스",
|
|
40
|
+
"언론 속의 토셀",
|
|
41
|
+
],
|
|
36
42
|
//시험소개
|
|
37
43
|
"/exams": ["시험소개", "레벨", "TOSEL"],
|
|
38
|
-
"/exams?
|
|
44
|
+
"/exams?hash=evaluation": [
|
|
39
45
|
"평가방식",
|
|
40
46
|
"연령별 인지단계",
|
|
41
47
|
"평가 기준",
|
|
@@ -46,7 +52,7 @@ const defaultRecord = {
|
|
|
46
52
|
"레벨",
|
|
47
53
|
"Level",
|
|
48
54
|
],
|
|
49
|
-
"/exams?
|
|
55
|
+
"/exams?hash=offlineExam": [
|
|
50
56
|
"정기시험 안내",
|
|
51
57
|
"시험 구성",
|
|
52
58
|
"연간 일정",
|
|
@@ -67,7 +73,7 @@ const defaultRecord = {
|
|
|
67
73
|
"주니어",
|
|
68
74
|
"하이주니어",
|
|
69
75
|
],
|
|
70
|
-
"/exams?
|
|
76
|
+
"/exams?hash=types": [
|
|
71
77
|
"시험 종류",
|
|
72
78
|
"고사장시험",
|
|
73
79
|
"가정시험",
|
|
@@ -120,7 +126,7 @@ const defaultRecord = {
|
|
|
120
126
|
"https://smartstore.naver.com/tosel/category/19e0ceb5c1d84b09a3b4b8110edb1803?cp=1": ["굿즈", "책받침", "볼펜", "다이어리", "캘린더", "오답노트", "단어장"],
|
|
121
127
|
// 올림피아드 랜딩페이지
|
|
122
128
|
"/olympiad": ["올림피아드", "보카", "VOCA", "단어"],
|
|
123
|
-
"/olympiad?
|
|
129
|
+
"/olympiad?hash=features": [
|
|
124
130
|
"올림피아드 특징",
|
|
125
131
|
"특징",
|
|
126
132
|
"올림피아드",
|
package/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.276
|