🔧 忽略命名风格

This commit is contained in:
BTMuli
2025-12-19 22:37:09 +08:00
parent c3920fd43f
commit 9e019b7278

View File

@@ -21,7 +21,9 @@ const idColor = computed<string>(() => getOdStarColor(props.material.star));
<style lang="scss" scoped>
@use "@styles/github.styles.scss" as github-styles;
$pw-mi-base: v-bind(idcolor); /* stylelint-disable-line value-keyword-case */
/* stylelint-disable value-keyword-case */
$pw-mi-base: v-bind(idColor);
/* stylelint-enable */
.pw-mi-box {
position: relative;