mirror of
https://github.com/keven1024/015.git
synced 2026-05-30 17:09:34 +00:00
refactor(front): update localization keys across components to improve consistency and maintainability
This commit is contained in:
@@ -22,12 +22,12 @@ const handleTextShare = ({ type, config }: { type: string; config: any }) => {
|
||||
</script>
|
||||
<template>
|
||||
<div class="gap-5 flex flex-col">
|
||||
<div class="text-xl font-normal">{{ t('text.uploadText') }}</div>
|
||||
<div class="text-xl font-normal">{{ t('page.upload.text.uploadText') }}</div>
|
||||
<div class="relative">
|
||||
<MarkdownInputField
|
||||
name="text"
|
||||
:placeholder="t('text.uploadTextPlaceholder')"
|
||||
class="max-h-[50vh] min-h-40 overflow-y-auto max-w-full [&>*]:pr-10 flex flex-col"
|
||||
:placeholder="t('page.upload.text.uploadTextPlaceholder')"
|
||||
class="max-h-[50vh] min-h-40 overflow-y-auto max-w-full *:pr-10 flex flex-col"
|
||||
rules="required"
|
||||
/>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user