From 4d3e55a89b8638fb2f6653ae112a883c692c08be Mon Sep 17 00:00:00 2001 From: Kyoung5seo Date: Wed, 29 Apr 2026 23:59:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EA=B0=84=20=EC=9D=98=ED=9A=8C=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=ED=94=BD=EC=8A=A4=20=EB=B0=8F=20=EC=BD=94?= =?UTF-8?q?=EC=96=B4=20=EC=8B=9C=EC=8A=A4=ED=85=9C=20=EA=B3=A0=EB=8F=84?= =?UTF-8?q?=ED=99=94=20=EA=B3=84=ED=9A=8D=20=EC=A7=84=ED=96=89=20(?= =?UTF-8?q?=EC=A0=81=EC=9A=A9=20=EC=95=88=EB=90=9C=EA=B2=83=20=EB=A7=8E?= =?UTF-8?q?=EC=9D=8C.=20=EC=B2=B4=ED=81=AC=20=ED=95=84=EC=9A=94)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/mysteries.csv | 1 + src/index.html | 347 ++++++++++++++++++++++++++++++++--------- 2 files changed, 270 insertions(+), 78 deletions(-) create mode 100644 src/data/mysteries.csv diff --git a/src/data/mysteries.csv b/src/data/mysteries.csv new file mode 100644 index 0000000..7e4bfd6 --- /dev/null +++ b/src/data/mysteries.csv @@ -0,0 +1 @@ +id,title,req_tags,cost_anomaly,reward_asset_id,penalty_entropy diff --git a/src/index.html b/src/index.html index 63b109c..9f65385 100644 --- a/src/index.html +++ b/src/index.html @@ -64,6 +64,8 @@ .clock-hand { position: absolute; top: 50%; left: 50%; width: 45%; height: 2px; background: #fff; transform-origin: left center; transform: rotate(270deg); transition: transform 0.5s; } .share-bars { width: 100%; display: flex; height: 6px; background: #000; border-radius: 3px; overflow: hidden; margin-top: 5px; } .share-segment { height: 100%; transition: width 0.3s; } + .share-donut { width: 36px; height: 36px; border-radius: 50%; display: flex; justify-content: center; align-items: center; position: relative; } + .donut-hole { width: 22px; height: 22px; border-radius: 50%; background: #1a1a1a; position: absolute; } .desk-area { flex: 1; position: relative; display: flex; justify-content: center; align-items: center; perspective: 1000px; background: #2d1b14; touch-action: none; overflow: hidden; } @@ -195,18 +197,22 @@
신임도 80%
종말시계
-
지분율
+
성향(지분)
-
-
누적 태그: 없음
-
연쇄 없음
+
+
+
누적 빌드업 태그
+
연쇄 없음
+
+
승인
@@ -283,6 +290,7 @@
A 지지 (50%)B 지지 (50%)
A 찬성 파벌
B 찬성 파벌
소수 정당 로비 (정치 자본 -10)
+
블랙리스트 탄압 (무료, 영구적 파국)
결과 확정 및 다음 주 시작
@@ -318,7 +326,8 @@