AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 AiToEarn
plats.type.ts
根目录
/
project
/
aitoearn-web
/
src
/
components
/
PublishDialog
/
compoents
/
PlatParamsSetting
/
plats
/
plats.type.ts
1
import type { PubItem } from '@/components/PublishDialog/publishDialog.type'
2
3
export interface IPlatsParamsRef {}
4
5
export interface IPlatsParamsProps {
6
pubItem: PubItem
7
// 是否为移动端
8
isMobile?: boolean
9
}
10
10 lines
TYPESCRIPT