-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Cjsah
committed
May 3, 2024
1 parent
1761442
commit a4d1783
Showing
5 changed files
with
65 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,30 @@ | ||
<script setup lang="ts"> | ||
import ImageFill from "../assets/image-fill.svg"; | ||
import ImageFill from '@/assets/image-fill.svg'; | ||
</script> | ||
|
||
<template> | ||
<a-card hoverable bordered> | ||
<div style="width: 100%;text-align: center"> | ||
<a-image :width="640" | ||
:height="360" | ||
style="width: 100%" | ||
src="https://www.antdv.com/#error" | ||
:fallback="ImageFill" | ||
/> | ||
<div style="width: 100%; text-align: center"> | ||
<a-image | ||
:width="640" | ||
:height="360" | ||
style="width: 100%" | ||
src="https://www.antdv.com/#error" | ||
:fallback="ImageFill" /> | ||
</div> | ||
<a-divider/> | ||
<a-divider /> | ||
<a-typography-paragraph> | ||
铁砧工艺是一个以铁砧下落砸到方块、物品或生物触发效果的模组 | ||
</a-typography-paragraph> | ||
<a-typography-paragraph> | ||
铁砧下方放置不同方块会触发不同效果 | ||
</a-typography-paragraph> | ||
<a-typography-paragraph> | ||
有利于实现一些原版难以实现的自动化生产 | ||
</a-typography-paragraph> | ||
<a-typography-paragraph> | ||
可以再生一些原版不可再生物品 | ||
</a-typography-paragraph> | ||
<a-typography-paragraph>铁砧下方放置不同方块会触发不同效果</a-typography-paragraph> | ||
<a-typography-paragraph>有利于实现一些原版难以实现的自动化生产</a-typography-paragraph> | ||
<a-typography-paragraph>可以再生一些原版不可再生物品</a-typography-paragraph> | ||
<a-typography-paragraph> | ||
为了方便将铁砧上抬,增加了磁铁,此部分完全可以使用原版红石机械代替,但较为繁琐 | ||
</a-typography-paragraph> | ||
<a-typography-paragraph> | ||
模组后期发展有独特的科技部分 | ||
</a-typography-paragraph> | ||
<a-typography-paragraph> | ||
提高了原版附魔的上限,包含一些魔法性质的玩法 | ||
</a-typography-paragraph> | ||
<a-typography-paragraph>模组后期发展有独特的科技部分</a-typography-paragraph> | ||
<a-typography-paragraph>提高了原版附魔的上限,包含一些魔法性质的玩法</a-typography-paragraph> | ||
</a-card> | ||
</template> | ||
|
||
<style scoped> | ||
</style> | ||
<style scoped></style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters