🎨 格式化

This commit is contained in:
BTMuli
2023-11-15 14:04:13 +08:00
parent 7c0239391e
commit b74a3b0bbf
4 changed files with 6 additions and 6 deletions

View File

@@ -5,4 +5,4 @@ useTabs: false
tabWidth: 2
bracketSpacing: true
endOfLine: auto
trailingComma: "all"
trailingComma: all

View File

@@ -8,4 +8,4 @@ plugins:
- stylelint-prettier
- stylelint-order
rules:
"prettier/prettier": true
prettier/prettier: true

View File

@@ -18,8 +18,8 @@ const getName = (): string => {
return props.modelValue.id === 10000005
? "旅行者-空"
: props.modelValue.id === 10000007
? "旅行者-荧"
: props.modelValue.name;
? "旅行者-荧"
: props.modelValue.name;
};
onMounted(async () => {

View File

@@ -110,8 +110,8 @@ function getAvatarName(): string {
return props.modelValue.cid === 10000005
? "旅行者-空"
: props.modelValue.cid === 10000007
? "旅行者-荧"
: props.modelValue.name;
? "旅行者-荧"
: props.modelValue.name;
}
// 销毁