Merge remote-tracking branch 'yudao/dev' into dev

This commit is contained in:
jason
2025-04-29 15:45:48 +08:00
189 changed files with 2174 additions and 1516 deletions

View File

@@ -9,7 +9,7 @@ export function useCaptchaPoints() {
}
function clearPoints() {
points.splice(0, points.length);
points.splice(0);
}
return {
addPoint,

View File

@@ -65,7 +65,7 @@
&.jv-string {
color: hsl(var(--primary));
word-break: break-word;
overflow-wrap: break-word;
white-space: normal;
}
}

View File

@@ -61,7 +61,9 @@ onMounted(() => {
v-if="$slots.doc && isDocAlertEnable()"
ref="docRef"
:class="
cn('bg-card border-border relative flex items-end border-b px-6 py-4')
cn(
'bg-card border-border relative flex items-end rounded-md border-b p-4',
)
"
>
<div class="flex-auto">