diff --git a/src/components/designer/Page.vue b/src/components/designer/Page.vue index 22670be..3c7f9a4 100644 --- a/src/components/designer/Page.vue +++ b/src/components/designer/Page.vue @@ -112,6 +112,7 @@ function reload() { v-else :item="designerStore.content.item" :recipe="designerStore.content.recipe" + :collectability="designerStore.content.collectability" :attributes="attributes" /> diff --git a/src/components/designer/Simulator.vue b/src/components/designer/Simulator.vue index 1ec5424..9f7ecc6 100644 --- a/src/components/designer/Simulator.vue +++ b/src/components/designer/Simulator.vue @@ -37,7 +37,7 @@ import { Actions, Conditions, simulateOneStep, - RecipeLevel, + Collectability, } from '@/libs/Craft'; import { Enhancer } from '@/libs/Enhancer'; import StatusBarVue from './StatusBar.vue'; @@ -50,6 +50,7 @@ const props = defineProps<{ recipe: Recipe; item: Item; attributes: Attributes; + collectability?: Collectability; }>(); const displayJob = inject(displayJobKey) as Ref; @@ -174,6 +175,7 @@ function leaveAction() { :enhancers="attributesEnhancers" :status="preview ?? currentStatus" :show-condition="true" + :collectability="collectability" @click-attributes="openAttrEnhSelector = true" /> diff --git a/src/components/guide/Welcome.vue b/src/components/guide/Welcome.vue index 41e370d..fc97bb9 100644 --- a/src/components/guide/Welcome.vue +++ b/src/components/guide/Welcome.vue @@ -44,11 +44,6 @@ const time = computed< else return 'night'; }); -function feedback() { - window.open('https://pd.qq.com/s/al6b5xo69', '_blank'); - clarityReport('goFeedback'); -} - function goFco() { window.open('https://yyyy.games/fco/', '_blank'); clarityReport('goFco'); @@ -70,10 +65,7 @@ function goFco() { > {{ $t('select-recipe') }} - - {{ $t('feedback') }} - - + {{ E1.t1 }} @@ -151,7 +143,6 @@ no-data = 无配方 confirm = 确认 select-recipe = 选择配方 go-back = 回到 FCO -feedback = 反馈问题 @@ -174,5 +165,4 @@ no-data = No recipe confirm = Confirm select-recipe = Select recipe go-back = Back to FCO -feedback = Feedback