Skip to content

Commit

Permalink
chore: rseg publish
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzeTT committed Nov 14, 2023
1 parent 436fd73 commit 2087f7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/pages/tools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function Heytea() {
{contextHolder}
<div flex='~ items-center' mb-4 bg-zinc-50 p-2 rounded-md>
<div className="i-ri-lightbulb-fill w-4 h-4 mr-2 text-blue-500" />
<div text='zinc-600 sm'>点击灰色文字可以快速填充哦</div>
<div text='zinc-600 sm'>蓝色输入框可编辑,点击灰色文字快速填充哦</div>
</div>
<div>
<Segmented block={true} options={[{ value: 0, label: '编辑模式' }, { value: 1, label: '预览模式' }, { value: 2, label: '导出记录' }]} value={status} onChange={(v) => {
Expand Down
18 changes: 9 additions & 9 deletions src/utils/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ const hot = ['#FEE2E2','#DC2626']

const list = {
done: [
// {
// name: ['人生二格', '85mm*54mm'],
// logo: '/images/rslg.webp',
// url: '/tools/rseg',
// tag: '新上线',
// tag_color: ['#dcfce7','#16a34a']
// },
{
name: ['人生二格', '85mm*54mm 明信片'],
logo: '/images/rslg.webp',
url: '/tools/rseg',
tag: '新上线',
tag_color: ['#dcfce7','#16a34a']
},
{
name: ['Instagram', '三寸 小卡/透卡'],
logo: '/images/instagram/logo.webp',
url: '/tools/instagram',
tag: '新上线',
tag_color: ['#dcfce7','#16a34a']
tag: '热门',
tag_color: hot
},
{
name: ['茶百道', '奶茶标签'],
Expand Down

0 comments on commit 2087f7a

Please sign in to comment.