示例:图片生成{{imagineWork?.progress || 0}}
生成图片
@if(images.length) {
@for(imageUrl of images;track imageUrl){
}
}
@if(!images.length){
@if(imagineWork){
生成中
}
@if(!imagineWork){
未开始
}
}
{{perfer}}
@if(!currentUser?.id){
请登录
暂无信息
}
@if(currentUser?.id){
{{currentUser?.get("name")}}
}
@if(!currentUser?.id){
注册
登录
}
@if(currentUser?.id){
编辑资料
登出
}