Skip to content

Commit 4f47774

Browse files
M1zzclaude
andcommitted
feat: add sponsor floating button to all pages site-wide
- Add sponsor.js: standalone KakaoPay FAB using absolute QR URL - Refactor community.js: delegate FAB to sponsor.js, remove duplicate code - Inject sponsor.js into 172 pages missing it (roadmap, hig-playground, .en.html tutorials) - FAB shows ☕ 후원하기 button fixed bottom-right on every page - QR modal opens on click with KakaoPay QR code Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2fb5e27 commit 4f47774

174 files changed

Lines changed: 313 additions & 120 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

site/accessorysetupkit/01-tutorial.en.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,4 +515,5 @@ <h2 style="font-size:20px;margin-bottom:12px;">📎 Apple Official Resources</h2
515515
</div>
516516
</div>
517517
</article>
518+
<script src="../sponsor.js"></script>
518519
</body></html>

site/activitykit/01-delivery-tracker.en.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,5 +365,6 @@ <h2 style="font-size:20px;margin-bottom:12px;">📎 Apple Official Resources</h2
365365
</div>
366366
</div>
367367
</article>
368+
<script src="../sponsor.js"></script>
368369
</body>
369370
</html>

site/alarmkit/01-tutorial.en.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,4 +731,5 @@ <h2 style="font-size:20px;margin-bottom:12px;">📎 Apple Official Resources</h2
731731
</div>
732732
</div>
733733
</article>
734+
<script src="../sponsor.js"></script>
734735
</body></html>

site/appintents/01-siri-todo-app.en.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,5 @@ <h2 style="font-size:20px;margin-bottom:12px;">📎 Apple Official Resources</h2
179179
</div>
180180
</div>
181181
</article>
182+
<script src="../sponsor.js"></script>
182183
</body></html>

site/arkit/01-ar-furniture-app.en.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,4 +466,5 @@ <h2 style="font-size:20px;margin-bottom:12px;">📎 Apple Official Resources</h2
466466
</div>
467467
</div>
468468
</article>
469+
<script src="../sponsor.js"></script>
469470
</body></html>

site/authservices/01-tutorial.en.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,5 +357,6 @@ <h2 style="font-size:20px;margin-bottom:12px;">📎 Apple Official Resources</h2
357357
</div>
358358
</div>
359359
</article>
360+
<script src="../sponsor.js"></script>
360361
</body>
361362
</html>

site/avfoundation/01-tutorial.en.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,4 +676,5 @@ <h2 style="font-size:20px;margin-bottom:12px;">📎 Apple Official Resources</h2
676676
</div>
677677
</div>
678678
</article>
679+
<script src="../sponsor.js"></script>
679680
</body></html>

site/avkit/01-tutorial.en.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,4 +666,5 @@ <h2 style="font-size:20px;margin-bottom:12px;">📎 Apple Official Resources</h2
666666
</div>
667667
</div>
668668
</article>
669+
<script src="../sponsor.js"></script>
669670
</body></html>

site/bluetooth/01-ble-device-scanner.en.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,4 +565,5 @@ <h2 style="font-size:20px;margin-bottom:12px;">📎 Apple Official Resources</h2
565565
</div>
566566
</div>
567567
</article>
568+
<script src="../sponsor.js"></script>
568569
</body></html>

site/callkit/01-tutorial.en.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,5 +605,6 @@ <h2 style="font-size:20px;margin-bottom:12px;">📎 Apple Official Resources</h2
605605
</div>
606606
</div>
607607
</article>
608+
<script src="../sponsor.js"></script>
608609
</body>
609610
</html>

0 commit comments

Comments
 (0)