fix: admin hint

This commit is contained in:
shinya
2025-07-26 15:53:00 +08:00
parent 86a518c4ff
commit fffc0cad0f
2 changed files with 12 additions and 0 deletions

View File

@@ -1183,6 +1183,16 @@ const SiteConfigComponent = ({ config }: { config: AdminConfig | null }) => {
}`}
>
{isD1Storage && (
<span className='ml-2 text-xs text-gray-500 dark:text-gray-400'>
(D1 )
</span>
)}
{isUpstashStorage && (
<span className='ml-2 text-xs text-gray-500 dark:text-gray-400'>
(Upstash )
</span>
)}
</label>
<input
type='text'