feat: productionize learning engine and classroom
This commit is contained in:
@@ -16,6 +16,7 @@ import { CHROME_DURATION_MS, CHROME_EASE, CHROME_EASE_CSS } from '@/lib/edit/tra
|
||||
import type { Scene } from '@/lib/types/stage';
|
||||
import { ThumbItem } from './ThumbItem';
|
||||
import { InsertionZone } from './InsertionZone';
|
||||
import { opsApiPath } from '@/lib/ops/api-fetch';
|
||||
|
||||
const RAIL_COLLAPSED_PX = 56;
|
||||
const RAIL_MIN_PX = 180;
|
||||
@@ -398,7 +399,7 @@ export function SlideNavRail() {
|
||||
title={t('generation.backToHome')}
|
||||
className="flex items-center gap-2 cursor-pointer rounded-lg px-1.5 -mx-1.5 py-1 -my-1 hover:bg-gray-100/80 dark:hover:bg-gray-800/60 active:scale-[0.97] transition-all duration-150"
|
||||
>
|
||||
<img src="/mailuo-logo.png" alt="麦洛学习" className="h-6" />
|
||||
<img src={opsApiPath('/mailuo-logo.png')} alt="麦洛学习" className="h-6" />
|
||||
</button>
|
||||
)}
|
||||
<div className={cn('flex items-center gap-1', collapsed && 'flex-col')}>
|
||||
|
||||
Reference in New Issue
Block a user