Skip to content

Commit

Permalink
Merge branch 'dev' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
jaryapp committed Oct 4, 2023
2 parents fbfe533 + f7c83b0 commit 1d6483e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dev.yaml
prod.yaml
access.private.key
.idea
configuration.ts
*configuration.ts

*.log
*.key
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
display: flex;
flex-direction: column;
justify-content: center;
height: 104px;
padding: 16px 24px;
margin-bottom: 8px;
background: $black-0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
display: flex;
flex-direction: column;
justify-content: center;
gap: 4px;
width: 100%;
height: 86px;
padding: 26px 24px;
height: 82px;
padding: 14px 22px;
margin-bottom: 14px;
border-radius: 20px;
background: $black-5;
Expand All @@ -25,7 +26,6 @@

.content {
font-size: 14px;
line-height: 30px;
color: $black-50;
letter-spacing: 0.01em;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const script = {
site_id: boardTree.전공.전자정보대학.소프트웨어학부.공지사항.id,
site: "소프트웨어학과",
category: "공지사항",
noticeListSelector: `tr.notice`,
noticeListSelector: `tbody tr`,
noticeContentsSelector: ".rd_body",
getNoticeList() {
const list = document.querySelectorAll(this.noticeListSelector);
Expand Down

0 comments on commit 1d6483e

Please sign in to comment.