diff --git a/.codex b/.codex new file mode 100644 index 0000000..e69de29 diff --git a/cyberpunk/index.html b/cyberpunk/index.html index 53492d4..a104924 100644 --- a/cyberpunk/index.html +++ b/cyberpunk/index.html @@ -83,6 +83,27 @@ .view-option.active { @apply text-cyber-cyan border-cyber-cyan bg-cyber-cyan/10 shadow-[inset_0_0_10px_rgba(0,240,255,0.2)]; } + .style-switcher { + @apply flex items-center gap-3; + } + .style-switcher-label { + @apply text-xs text-gray-500 tracking-widest; + } + .style-switcher-select { + background: #050505; + border: 1px solid #333; + color: #fcee0a; + padding: 0.25rem 0.75rem; + font-family: "Fira Code", monospace; + font-size: 0.75rem; + letter-spacing: 0.12em; + outline: none; + } + .style-switcher-select:hover, + .style-switcher-select:focus { + border-color: #00f0ff; + box-shadow: 0 0 12px rgba(0, 240, 255, 0.15); + } /* 面板边框发光效果 */ .cyber-panel { @@ -313,6 +334,8 @@ function initCyberware() { UNIFIED + +
@@ -351,184 +374,40 @@ function initCyberware() { - +