diff options
| author | Claude <noreply@anthropic.com> | 2026-02-18 01:25:04 +0000 |
|---|---|---|
| committer | Claude <noreply@anthropic.com> | 2026-02-18 01:25:04 +0000 |
| commit | 81c78496e1fa0701618254986e9ff17081a74f11 (patch) | |
| tree | f7f69858a5667e88f160a579c805d6ad834e8844 /web/dist/v3/index.html | |
| parent | 042c8ba30a6cbc1915fce8910de31af86253a044 (diff) | |
| download | neko-81c78496e1fa0701618254986e9ff17081a74f11.tar.gz neko-81c78496e1fa0701618254986e9ff17081a74f11.tar.bz2 neko-81c78496e1fa0701618254986e9ff17081a74f11.zip | |
Replace sidebar style cycle button with 5 emoji icons
Swap the single cycle button for individual emoji per theme:
○ Default, ◆ Refined, ▮ Terminal, ❧ Codex, ❀ Sakura.
Active theme gets a highlighted state. Separated from the
light/dark toggle with a thin divider.
https://claude.ai/code/session_01Jv3c8GdaDQMm5WYwHUJMVe
Diffstat (limited to 'web/dist/v3/index.html')
| -rw-r--r-- | web/dist/v3/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/dist/v3/index.html b/web/dist/v3/index.html index 3101db5..e0f57ef 100644 --- a/web/dist/v3/index.html +++ b/web/dist/v3/index.html @@ -5,8 +5,8 @@ <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>neko</title> - <script type="module" crossorigin src="/v3/assets/index-UNWwwUlG.js"></script> - <link rel="stylesheet" crossorigin href="/v3/assets/index-B2b8reSa.css"> + <script type="module" crossorigin src="/v3/assets/index-C5ln65P2.js"></script> + <link rel="stylesheet" crossorigin href="/v3/assets/index-DPslwYc8.css"> </head> <body> <div id="app"></div> |
