Skip to content

Commit

Permalink
docs: 채팅 색상 설정에 모드 설명 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kyechan99 committed Dec 21, 2023
1 parent 8cd1f5f commit aeffa5a
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@

![채팅 색상 조절](/README/font_color.png)

- 기본 모드
- 테마 모드 (트위치와 같이 다양한 색상으로 변경됩니다)
- 커스텀 모드 (동일 색상으로 수동으로 설정합니다.)

> 트위치의 경우 채팅 색상 조절에 BM에 포함되어 있습니다.
>
> 치지직 역시 추가 될 경우 기능이 삭제 혹은 변경 될 수 있습니다.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chzzk-plus",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
71 changes: 71 additions & 0 deletions q
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
commit 8cd1f5f75e482ef2317008e3d264e036da5078bb (HEAD -> main)
Author: kyechan99 <[email protected]>
Date: Thu Dec 21 18:13:48 2023 +0900

feat(chat): 채팅 색상 모드 (기본, 테마, 커스텀) #2 #3 #4

commit 98edd1ff6df5f81234e2edf1261703e247d7855a (origin/develop)
Author: kyechan99 <[email protected]>
Date: Thu Dec 21 14:22:16 2023 +0900

feat(pip): video 페이지에서도 pip 기능 추가

commit 10174402573fadd154f81bf7711facf338c5d2b1
Author: kyechan99 <[email protected]>
Date: Wed Dec 20 20:56:59 2023 +0900

fix: 버전 업그레이드

commit 7607c67e36fcd8183d9b60660b776f13288ade5a
Author: kyechan99 <[email protected]>
Date: Wed Dec 20 20:52:19 2023 +0900

feat: 채팅 색상 조절 (#2)

commit eec3d343ebaf914b8c2e1c3b537c46a48d90c84a
Author: kyechan99 <[email protected]>
Date: Wed Dec 20 15:39:52 2023 +0900

fix: 동일 페이지 이동시 content 미실행되던 버그

commit 33890396f825fe430bbc07269ce9c7c35b5f7c5a
Author: kyechan99 <[email protected]>
Date: Wed Dec 20 11:10:46 2023 +0900

fix: Loaded 대기 후 Edit 작업

commit ffc1813afa7bf0c9c3112e34cebfeeb48e6ae184
Author: kyechan99 <[email protected]>
Date: Wed Dec 20 01:13:55 2023 +0900

feat: Hover 시 썸네일 띄우기

commit 81edc62fe70f71d80abd2118f4747b4f6e33cdd0
Author: kyechan99 <[email protected]>
Date: Tue Dec 19 23:08:28 2023 +0900

docs: 방송 이벤트 방해 방지 default 값

commit 12cd1b9f0e06c08f40f5a8725a2ab1be76927b7f
Author: kyechan99 <[email protected]>
Date: Tue Dec 19 23:05:17 2023 +0900

feat: 방송화면 이벤트 방해 방지

commit f0db644b6e870567d7c671e3836075d1b17427ab
Author: kyechan99 <[email protected]>
Date: Tue Dec 19 19:38:13 2023 +0900

README

commit 5e82989136bd3ca0a4887f4d0400800dfa147386 (tag: v0.0.1)
Author: kyechan99 <[email protected]>
Date: Tue Dec 19 19:31:10 2023 +0900

feat: PIP 모드 버튼

commit 543c67df65fbfd62df50ee9cc3b069aa740c1fda
Author: Ye-Chan Kang <[email protected]>
Date: Tue Dec 19 17:06:16 2023 +0900

Initial commit

0 comments on commit aeffa5a

Please sign in to comment.