This commit is contained in:
X1627315083
2025-04-01 15:25:15 +08:00
parent 70ed89049a
commit b6e5f05f06
101 changed files with 11533 additions and 1015 deletions

View File

@@ -114,7 +114,7 @@ export default defineComponent({
},
})
let portfolio:any = inject('portfolio')
let setPortfolio:any = inject('setPortfolio')
// let setPortfolio:any = inject('setPortfolio')
let tagList = ref([
// {id:1,tagName:'#AiDAworkshop_2024',title:'The process is simple: use AiDA to post your design work on the "Gallery ", and the one with the most likes(at least 20 likes) will be invited to the AiDA Workshop offline event in Hong Kong on November 14th, to exchange ideas with the Royal College of Art (RCA), Jae Lim, co-founder of the renowned fashion brand BESFXXK, and outstanding designers! '},
{id:3,tagName:'#NewYear_2025',title:"✨New Year 2025🎉Let's kick off the year with a burst of inspiration and design!"}
@@ -263,7 +263,7 @@ export default defineComponent({
tagsDTO:publishData.subPublishDate.tagsDTO,
}
cleardata()
setPortfolio(obj)
// setPortfolio(obj)
message.success(t('Publish.jsContent4'))
})
.catch((rv) => {