2023-11-21-dist
This commit is contained in:
File diff suppressed because one or more lines are too long
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -1 +1 @@
|
||||
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>AiDA</title><link rel="stylesheet" href="./css/googleapis.css"><link rel="stylesheet" href="./css/roboto.css"><script defer="defer" src="/js/chunk-vendors.9c1ca004.js"></script><script defer="defer" src="/js/app.bac71923.js"></script><link href="/css/chunk-vendors.5e9dbdc9.css" rel="stylesheet"><link href="/css/app.a4e9d9a5.css" rel="stylesheet"></head><body><script src="./js/color-thief.js"></script><noscript><strong>We're sorry but aida doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
|
||||
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>AiDA</title><link rel="stylesheet" href="./css/googleapis.css"><link rel="stylesheet" href="./css/roboto.css"><script defer="defer" src="/js/chunk-vendors.9c1ca004.js"></script><script defer="defer" src="/js/app.936dd735.js"></script><link href="/css/chunk-vendors.5e9dbdc9.css" rel="stylesheet"><link href="/css/app.a4e9d9a5.css" rel="stylesheet"></head><body><script src="./js/color-thief.js"></script><noscript><strong>We're sorry but aida doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
|
||||
File diff suppressed because one or more lines are too long
3
dist/js/492.977ba8ca.js
vendored
3
dist/js/492.977ba8ca.js
vendored
File diff suppressed because one or more lines are too long
3
dist/js/50.2d9fdb53.js
vendored
Normal file
3
dist/js/50.2d9fdb53.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/app.936dd735.js
vendored
Normal file
1
dist/js/app.936dd735.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/app.bac71923.js
vendored
1
dist/js/app.bac71923.js
vendored
File diff suppressed because one or more lines are too long
@@ -400,12 +400,12 @@ export default defineComponent({
|
||||
);
|
||||
return
|
||||
}
|
||||
if(!this.searchPictureName){
|
||||
message.info(
|
||||
this.t('Generate.jsContent3')
|
||||
);
|
||||
return
|
||||
}
|
||||
// if(!this.searchPictureName){
|
||||
// message.info(
|
||||
// this.t('Generate.jsContent3')
|
||||
// );
|
||||
// return
|
||||
// }
|
||||
if(this.searchPictureName){
|
||||
let arr = this.searchPictureName.split(/\s+/).length
|
||||
if(arr > 75){
|
||||
|
||||
@@ -503,12 +503,12 @@ export default defineComponent({
|
||||
},500)
|
||||
},
|
||||
getgenerate(){
|
||||
// if(this.isTest){//试用用户禁止使用
|
||||
// message.warning(
|
||||
// this.t('isTest.available')
|
||||
// );
|
||||
// return
|
||||
// }
|
||||
if(this.isTest){//试用用户禁止使用
|
||||
message.warning(
|
||||
this.t('isTest.available')
|
||||
);
|
||||
return
|
||||
}
|
||||
//如果是通过moodboard随即图片生成
|
||||
let generage:any = this.$refs.Generate
|
||||
let generateType = generage.checkbox.filter((v:any)=>v.type)[0].name
|
||||
|
||||
@@ -341,7 +341,8 @@ export default defineComponent({
|
||||
},
|
||||
mounted() {
|
||||
this.token = getCookie("token") || "";
|
||||
this.isTest = getCookie('isTest') || ''
|
||||
let isTest:any = getCookie('isTest')
|
||||
this.isTest =JSON.parse(isTest)
|
||||
this.uploadUrl = getUploadUrl();
|
||||
this.workspaceCom = computed(()=>{
|
||||
return this.store?.state?.Workspace?.workspace
|
||||
|
||||
@@ -262,7 +262,7 @@ export default {
|
||||
PrinCollection:'选择需要收藏的印花板',
|
||||
ColorCollection:'选择需要收藏的颜色板',
|
||||
SketchCollection:'选择需要收藏的服装板',
|
||||
jsContent1:'您必须选择图片然后点击布局.',
|
||||
jsContent1:'因为您选择了多张图片,请点击布局后继续.',
|
||||
jsContent2:'上传的文件不会保存,是否继续? ',
|
||||
jsContent3:'您必须选择一种或多种颜色进行下一步。',
|
||||
},
|
||||
|
||||
@@ -259,7 +259,7 @@ export default {
|
||||
PrinCollection:'select printboard for your collection',
|
||||
ColorCollection:'select colors for your collection',
|
||||
SketchCollection:'select sketchboard for your collection',
|
||||
jsContent1:'You need to design first and then move on to the next step.',
|
||||
jsContent1:"Since you have selected multiple images, please click 'Layout' to proceed.",
|
||||
jsContent2:'The uploaded files will not be saved, being sure to continue? ',
|
||||
jsContent3:'You must choose one or more colors for further process.',
|
||||
},
|
||||
|
||||
@@ -264,7 +264,7 @@ export default {
|
||||
PrinCollection:'sélectionnez le carton imprimé pour votre collection',
|
||||
ColorCollection:'sélectionnez les couleurs pour votre collection',
|
||||
SketchCollection:'sélectionnez un tableau à croquis pour votre collection',
|
||||
jsContent1:"Vous devez sélectionner l'image puis utiliser la mise en page.",
|
||||
jsContent1:"Puisque vous avez sélectionné plusieurs images, veuillez cliquer sur « Mise en page » pour continuer.",
|
||||
jsContent2:'Les fichiers téléchargés ne seront pas enregistrés, assurez-vous de continuer? ',
|
||||
jsContent3:'Vous devez choisir une ou plusieurs couleurs pour un processus ultérieur.',
|
||||
},
|
||||
|
||||
@@ -263,7 +263,7 @@ export default {
|
||||
PrinCollection:'seleziona la scheda di stampa per la tua collezione',
|
||||
ColorCollection:'seleziona i colori per la tua collezione',
|
||||
SketchCollection:'seleziona lo sketchboard per la tua collezione',
|
||||
jsContent1:"È necessario selezionare l'immagine e quindi utilizzare il layout.",
|
||||
jsContent1:'Poiché hai selezionato più immagini, fai clic su "Layout" per procedere',
|
||||
jsContent2:'I file caricati non verranno salvati, assicurandosi di continuare? ',
|
||||
jsContent3:"È necessario scegliere uno o più colori per l'ulteriore elaborazione.",
|
||||
},
|
||||
|
||||
@@ -263,7 +263,7 @@ export default {
|
||||
PrinCollection:'コレクションに合わせてプリントボードを選択してください',
|
||||
ColorCollection:'コレクションの色を選択してください',
|
||||
SketchCollection:'コレクション用のスケッチボードを選択してください',
|
||||
jsContent1:'画像を選択してからレイアウトを使用する必要があります.',
|
||||
jsContent1:'複数の画像を選択したため、「レイアウト」をクリックして次に進んでください。',
|
||||
jsContent2:'アップロードされたファイルは保存されません。続行しますか? ',
|
||||
jsContent3:'以降の処理には 1 つ以上の色を選択する必要があります。',
|
||||
},
|
||||
|
||||
@@ -263,7 +263,7 @@ export default {
|
||||
PrinCollection:'컬렉션을 위한 프린트보드를 선택하세요',
|
||||
ColorCollection:'컬렉션의 색상을 선택하세요',
|
||||
SketchCollection:'컬렉션에 사용할 스케치보드를 선택하세요',
|
||||
jsContent1:'이미지를 선택한 후 레이아웃을 사용해야 합니다.',
|
||||
jsContent1:"여러 이미지를 선택했으므로 계속하려면 '레이아웃'을 클릭하세요.",
|
||||
jsContent2:'업로드한 파일은 저장되지 않습니다. 계속하시겠습니까? ',
|
||||
jsContent3:'추가 처리를 위해 하나 이상의 색상을 선택해야 합니다.',
|
||||
},
|
||||
|
||||
@@ -263,7 +263,7 @@ export default {
|
||||
PrinCollection:'выберите печатную плату для своей коллекции',
|
||||
ColorCollection:'выберите цвета для своей коллекции',
|
||||
SketchCollection:'выберите скетчборд для своей коллекции',
|
||||
jsContent1:'Вы должны выбрать изображение, а затем использовать макет.',
|
||||
jsContent1:'Поскольку вы выбрали несколько изображений, нажмите «Макет», чтобы продолжить.',
|
||||
jsContent2:'Загруженные файлы не сохранятся, обязательно продолжайте? ',
|
||||
jsContent3:'Вы должны выбрать один или несколько цветов для дальнейшей обработки..',
|
||||
},
|
||||
|
||||
@@ -261,7 +261,7 @@ export default {
|
||||
PrinCollection:'เลือกกระดานพิมพ์สำหรับคอลเลกชันของคุณ',
|
||||
ColorCollection:'เลือกสีสำหรับคอลเลกชันของคุณ',
|
||||
SketchCollection:'เลือกกระดานร่างสำหรับคอลเลกชันของคุณ',
|
||||
jsContent1:'คุณต้องเลือกรูปภาพแล้วใช้เค้าโครง.',
|
||||
jsContent1:"เนื่องจากคุณได้เลือกภาพหลายภาพ โปรดคลิก 'เค้าโครง' เพื่อดำเนินการต่อ",
|
||||
jsContent2:'ไฟล์ที่อัพโหลดจะไม่ถูกบันทึก โปรดดำเนินการต่อ? ',
|
||||
jsContent3:'คุณต้องเลือกหนึ่งสีขึ้นไปเพื่อดำเนินการต่อไป.',
|
||||
},
|
||||
|
||||
@@ -263,7 +263,7 @@ export default {
|
||||
PrinCollection:'chọn bảng in cho bộ sưu tập của bạn',
|
||||
ColorCollection:'chọn màu cho bộ sưu tập của bạn',
|
||||
SketchCollection:'chọn bảng phác thảo cho bộ sưu tập của bạn',
|
||||
jsContent1:'Bạn phải chọn hình ảnh rồi sử dụng bố cục.',
|
||||
jsContent1:"Vì bạn đã chọn nhiều hình ảnh, vui lòng nhấp vào 'Bố cục' để tiếp tục",
|
||||
jsContent2:'Các tập tin đã tải lên sẽ không được lưu, hãy nhớ tiếp tục? ',
|
||||
jsContent3:'Bạn phải chọn một hoặc nhiều màu để xử lý tiếp.',
|
||||
},
|
||||
|
||||
@@ -175,36 +175,38 @@
|
||||
</div>
|
||||
<div class="right_content_body" v-show="uploadGenerate !='Upload'">
|
||||
<div class="content_body_header content_body_header_generate">
|
||||
<div class="content_body_header_right">
|
||||
<div class="checkboxItem">
|
||||
<label>
|
||||
<input
|
||||
type="checkbox"
|
||||
v-model="checkbox[0].type"
|
||||
@click="setKeyword(0)"
|
||||
/>
|
||||
<span>{{ $t('LibraryPage.ImageOnly') }}</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="checkboxItem">
|
||||
<label>
|
||||
<input
|
||||
type="checkbox"
|
||||
v-model="checkbox[1].type"
|
||||
@click="setKeyword(1)"
|
||||
/>
|
||||
<span>{{ $t('LibraryPage.TextOnly') }}</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="checkboxItem">
|
||||
<label>
|
||||
<input
|
||||
type="checkbox"
|
||||
v-model="checkbox[2].type"
|
||||
@click="setKeyword(2)"
|
||||
/>
|
||||
<span>{{ $t('LibraryPage.TextImage') }}</span>
|
||||
</label>
|
||||
<div class="content_body_header_right" >
|
||||
<div class="content_body_header_right" v-show="selectCode != 'Moodboard'">
|
||||
<div class="checkboxItem">
|
||||
<label>
|
||||
<input
|
||||
type="checkbox"
|
||||
v-model="checkbox[0].type"
|
||||
@click="setKeyword(0)"
|
||||
/>
|
||||
<span>{{ $t('LibraryPage.ImageOnly') }}</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="checkboxItem">
|
||||
<label>
|
||||
<input
|
||||
type="checkbox"
|
||||
v-model="checkbox[1].type"
|
||||
@click="setKeyword(1)"
|
||||
/>
|
||||
<span>{{ $t('LibraryPage.TextOnly') }}</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="checkboxItem">
|
||||
<label>
|
||||
<input
|
||||
type="checkbox"
|
||||
v-model="checkbox[2].type"
|
||||
@click="setKeyword(2)"
|
||||
/>
|
||||
<span>{{ $t('LibraryPage.TextImage') }}</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -220,7 +222,7 @@
|
||||
<li class="printModel_item" @click="setprintModel(2)">{{ $t('LibraryPage.Model2') }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="upload_item">
|
||||
<div v-show="selectCode != 'Moodboard'" class="upload_item">
|
||||
<div
|
||||
class="upload_file_item"
|
||||
v-for="(file, index) in selectGenerateList"
|
||||
|
||||
Reference in New Issue
Block a user