-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 스킨 파서 시스템 수정 * 모든 치환자의 목록을 가지고 있습니다. * dress시 스킨 자체를 스캐닝하지 않고, 치환자의 목록을 참조하여 있으면 바꾸기를 시도합니다. * 문제점 * dress할 때 들어오는 컨텐츠가 block으로, 스킨의 일부인 경우에는 해당 치환자가 존재하지 않을 수도 있는데 치환을 시도합니다. (블럭별로 치환자를 기록하게 하는게 더 낭비일 것 같기도 합니다.
- Loading branch information
Showing
4 changed files
with
71 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters