新增活动

This commit is contained in:
X1627315083
2024-12-31 11:05:33 +08:00
parent a65477353f
commit b6d590e124
7 changed files with 134 additions and 12 deletions

View File

@@ -109,7 +109,10 @@ export default defineComponent({
})
let portfolio:any = inject('portfolio')
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! '}])
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:1,tagName:'#NewYear_2025',title:"✨New Year 2025🎉Let's kick off the year with a burst of inspiration and design!"}
])
// let textarea: any = ref(null)
// let setCopy = ()=>{
// textarea.value.select()