Skip to content

Commit

Permalink
[#20] feat : bookmark 기본값 및 이미지 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
choibumsu committed Feb 28, 2021
1 parent 265d539 commit 36b891b
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 21 deletions.
70 changes: 49 additions & 21 deletions public/data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,57 +4,85 @@
"id": 1,
"name": "중앙대학교",
"url": "https://www.cau.ac.kr/index.do",
"image": "/images/cau-logo.png",
"image": "/images/bookmark/cau-logo.png",
"category": "side"
},
{
"id": 2,
"name": "중앙대학교",
"url": "https://www.cau.ac.kr/index.do",
"image": "/images/cau-logo.png",
"name": "중앙대학교 포탈",
"url": "https://mportal.cau.ac.kr/main.do",
"image": "/images/bookmark/cau-logo-white.png",
"category": "side"
},
{
"id": 3,
"name": "중앙대학교",
"url": "https://www.cau.ac.kr/index.do",
"image": "/images/cau-logo.png",
"name": "어디로",
"url": "https://eodiro.com/",
"image": "/images/bookmark/eodiro.png",
"category": "side"
},
{
"id": 4,
"name": "중앙대학교",
"url": "https://www.cau.ac.kr/index.do",
"image": "/images/cau-logo.png",
"name": "중앙대학교 에브리타임",
"url": "https://cau.everytime.kr/",
"image": "/images/bookmark/cau-everytime.png",
"category": "side"
},
{
"id": 5,
"name": "중앙대학교",
"url": "https://www.cau.ac.kr/index.do",
"image": "/images/cau-logo.png",
"name": "중앙대학교 학술정보원",
"url": "https://library.cau.ac.kr/#/",
"image": "/images/bookmark/cau-library.png",
"category": "side"
},
{
"id": 6,
"name": "중앙대학교",
"url": "https://www.cau.ac.kr/index.do",
"image": "/images/cau-logo.png",
"name": "중앙대학교 생활관",
"url": "http://dormitory.cau.ac.kr/",
"image": "/images/bookmark/cau-dormitory.png",
"category": "side"
},
{
"id": 7,
"name": "중앙대학교",
"url": "https://www.cau.ac.kr/index.do",
"image": "/images/cau-logo.png",
"name": "레인보우 시스템",
"url": "https://rainbow.cau.ac.kr/",
"image": "/images/bookmark/rainbow-system.png",
"category": "side"
},
{
"id": 8,
"name": "중앙대학교 입학처",
"url": "http://admission.cau.ac.kr/main.htm",
"image": "/images/bookmark/cau-admission.png",
"category": "side"
},
{
"id": 9,
"name": "중앙대학교",
"url": "https://www.cau.ac.kr/index.do",
"image": "/images/cau-logo.png",
"category": "side"
"image": "/images/bookmark/cau-logo.png",
"category": "main"
},
{
"id": 10,
"name": "중앙대학교 포탈",
"url": "https://mportal.cau.ac.kr/main.do",
"image": "/images/bookmark/cau-logo-white.png",
"category": "main"
},
{
"id": 11,
"name": "어디로",
"url": "https://eodiro.com/",
"image": "/images/bookmark/eodiro.png",
"category": "main"
},
{
"id": 12,
"name": "중앙대학교 에브리타임",
"url": "https://cau.everytime.kr/",
"image": "/images/bookmark/cau-everytime.png",
"category": "main"
}
],
"professorsList": [
Expand Down
Binary file added public/images/bookmark/cau-admission.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/bookmark/cau-dormitory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/bookmark/cau-everytime.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/bookmark/cau-library.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/bookmark/cau-logo-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added public/images/bookmark/eodiro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/bookmark/rainbow-system.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 36b891b

Please sign in to comment.