refactor(stargalaxy): remove dead ORBIT_KEYFRAMES import with explanatory comment

This commit is contained in:
zheng020 2026-06-10 15:31:24 +08:00
parent 04609adb5e
commit bfb15c57e5

View File

@ -38,7 +38,10 @@
</template>
<script setup>
import { ORBIT_KEYFRAMES, RING_DELAYS } from './config.js'
// Note: @keyframes orbit is inlined below (not imported from config.js ORBIT_KEYFRAMES)
// because Vue <style> blocks cannot interpolate JS string constants.
// config.js ORBIT_KEYFRAMES is kept as documentation/source-of-truth.
import { RING_DELAYS } from './config.js'
const props = defineProps({
items: { type: Array, required: true }, // length 9