增加两个预制图标

This commit is contained in:
mtvpls
2026-02-21 16:21:55 +08:00
parent f02dce869c
commit b93aaa58e2
4 changed files with 4 additions and 3 deletions
+2 -3
View File
@@ -6788,6 +6788,8 @@ const ThemeConfigComponent = ({
<div className='grid grid-cols-2 md:grid-cols-3 gap-3'>
{[
{ id: 'renako', name: '玲奈子', url: '/icons/q/renako.png', color: '#ec4899' },
{ id: 'irena', name: '伊蕾娜', url: '/icons/q/irena.png', color: '#f8fafc' },
{ id: 'emilia', name: '爱蜜莉雅', url: '/icons/q/emilia.png', color: '#f8fafc' },
].map((thumb) => (
<button
key={thumb.id}
@@ -6830,9 +6832,6 @@ const ThemeConfigComponent = ({
</button>
))}
</div>
<p className='text-xs text-gray-500 dark:text-gray-400 mt-2'>
</p>
</div>
)}