增加更多推荐

This commit is contained in:
mtvpls
2025-12-27 01:28:35 +08:00
parent 83bbf78545
commit e071d6fff2
7 changed files with 284 additions and 6 deletions
+4 -4
View File
@@ -6181,11 +6181,11 @@ const SiteConfigComponent = ({
</h3>
{/* 开启评论 */}
{/* 开启评论与相似推荐 */}
<div>
<div className='flex items-center justify-between'>
<label className='block text-sm font-medium text-gray-700 dark:text-gray-300 mb-2'>
</label>
<button
type='button'
@@ -6208,7 +6208,7 @@ const SiteConfigComponent = ({
</button>
</div>
<p className='mt-1 text-xs text-gray-500 dark:text-gray-400'>
</p>
</div>
</div>
@@ -6253,7 +6253,7 @@ const SiteConfigComponent = ({
<div className='p-6'>
<div className='flex items-center justify-between mb-6'>
<h3 className='text-xl font-semibold text-gray-900 dark:text-gray-100'>
</h3>
<button
onClick={() => setShowEnableCommentsModal(false)}