hyoseung
  • Joined on 2026-05-11
hyoseung pushed to main at hyoseung/coupon 2026-06-26 06:07:52 +00:00
c5ca403442 autoCoupon: alliance 연맹원 목록 연동 추가
872aabf0e9 New task
f87444bac2 New task
68bb9e2863 New task
8c70714ed6 New task
Compare 36 commits »
hyoseung pushed to main at hyoseung/stigmata-rpg 2026-05-29 06:07:04 +00:00
e74f24d943 feat: minimap overlay, fix dialog scroll, remove name plate
hyoseung pushed to main at hyoseung/stigmata-rpg 2026-05-29 03:55:34 +00:00
3dc9cdd7b2 fix: remove JS hover on choices to fix double-tap issue on tablet
hyoseung pushed to main at hyoseung/stigmata-rpg 2026-05-29 03:51:33 +00:00
e29226059c fix: prevent choices from being cut off on tablet
hyoseung pushed to main at hyoseung/stigmata-rpg 2026-05-29 03:47:21 +00:00
7fa4f499ab feat: add town map navigation system with clickable map UI
hyoseung pushed to main at hyoseung/stigmata-rpg 2026-05-29 03:03:11 +00:00
4c98358b87 feat: JRPG UI redesign (환세취호전 style), localStorage history persist
hyoseung pushed to main at hyoseung/stigmata-rpg 2026-05-28 08:47:23 +00:00
9b7a7f432f ci: webhook test
hyoseung pushed to main at hyoseung/stigmata-rpg 2026-05-28 08:45:12 +00:00
5ce84d0e23 fix: 스크롤 이중 발생 수정, 선택 버튼 하단 고정
hyoseung created branch main in hyoseung/stigmata-rpg 2026-05-28 08:37:25 +00:00
hyoseung pushed to main at hyoseung/stigmata-rpg 2026-05-28 08:37:25 +00:00
6935ea0a78 feat: 스티그마타 초기 커밋
hyoseung created repository hyoseung/stigmata-rpg 2026-05-28 08:34:21 +00:00
hyoseung pushed to main at hyoseung/coupon 2026-05-19 09:33:47 +00:00
29524af253 fix: increase inter-coupon delay to 30s
hyoseung pushed to main at hyoseung/coupon 2026-05-19 09:28:00 +00:00
39a31198c2 fix: increase inter-coupon delay to 10s to prevent TOO FREQUENT
hyoseung pushed to main at hyoseung/coupon 2026-05-19 09:19:41 +00:00
d28e85d821 fix: retry indefinitely on captcha OCR failure with 30s delay
hyoseung pushed to main at hyoseung/coupon 2026-05-19 09:18:56 +00:00
2227233dde fix: captcha retry with 30s delay on OCR failure, max 2 attempts
hyoseung pushed to main at hyoseung/coupon 2026-05-19 09:14:00 +00:00
72478bc3cb fix: remove captcha retry - exactly 1 captcha request per coupon to prevent TOO FREQUENT
hyoseung pushed to main at hyoseung/coupon 2026-05-19 09:03:31 +00:00
ae3bd8b72a fix: handle err=40005(USED) as already-received, retry on Sign Error
hyoseung pushed to main at hyoseung/coupon 2026-05-19 08:54:34 +00:00
49f77c2a29 fix: captcha TOO FREQUENT - retry with 10s wait, increase inter-coupon delay to 5s
hyoseung pushed to main at hyoseung/coupon 2026-05-19 08:51:17 +00:00
9218b0f113 fix: mobile layout - keep 2-column, user list as narrow left sidebar
hyoseung pushed to main at hyoseung/coupon 2026-05-19 08:48:57 +00:00
4b399c0189 fix: 캡차 TOO FREQUENT 해결 + 모바일 반응형 추가