Skip to content

Commit

Permalink
impl: text_color
Browse files Browse the repository at this point in the history
  • Loading branch information
gnlow committed Dec 28, 2023
1 parent 96cbe12 commit 296882b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,9 @@ export class Entry {
}

/* 글상자 */
text_color(str: string) {
return str
}
text_read(targetId: string, obj: EntryText) {
const target =
targetId == "self"
Expand Down

0 comments on commit 296882b

Please sign in to comment.