添加了部分来自于BedrockWiki的文章!

This commit is contained in:
boybook
2025-03-19 22:17:04 +08:00
parent 41635cf9bb
commit c25ebf2767
558 changed files with 96136 additions and 24 deletions

View File

@@ -0,0 +1,22 @@
<template>
<div
ref="codeHeader"
class="tile flex items-center mt-8 p-2 pb-1.5 overflow-auto break-all"
>
<span class="flex">
<span class="opacity-50"><slot /></span>
</span>
</div>
</template>
<script setup lang="ts">
import { ref } from 'vue'
const codeHeader = ref<HTMLDivElement | null>(null)
</script>
<style scoped>
.icon {
fill: white;
}
</style>

View File

@@ -0,0 +1,26 @@
<template>
<img
:src="props.src"
:alt="props.alt"
:class="{ 'pixelated-image' : props.pixelated === 'true' }"
:width="props.width"
>
</template>
<script setup lang="ts">
const props =
defineProps<{
src: string
alt?: string
pixelated?: string
width?: string,
theme?: string
}>()
</script>
<style scoped>
.pixelated-image {
image-rendering: pixelated;
}
</style>

View File

@@ -1,9 +1,13 @@
import DefaultTheme from 'vitepress/theme'
import MyFeatures from './components/MyFeatures.vue'
import CodeHeader from './components/content/CodeHeader.vue'
import WikiImage from './components/content/WikiImage.vue'
export default {
extends: DefaultTheme,
enhanceApp({ app }) {
app.component('MyFeatures', MyFeatures)
app.component('MyFeatures', MyFeatures);
app.component('CodeHeader', CodeHeader);
app.component('WikiImage', WikiImage);
}
}

Binary file not shown.

BIN
docs/public/assets/images/blocks/block-models/new_cube.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
docs/public/assets/images/blocks/block-models/paper_bag.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
docs/public/assets/images/blocks/block-models/root_bone.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
docs/public/assets/images/blocks/block_tr/tr_dirt.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/public/assets/images/blocks/block_tr/tr_grass.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/public/assets/images/blocks/block_tr/tr_log.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/public/assets/images/blocks/block_tr/tr_update.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
docs/public/assets/images/blocks/custom-crops/model.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
docs/public/assets/images/blocks/custom-trees/result.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
docs/public/assets/images/blocks/ore-loot/result.gif (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
docs/public/assets/images/blocks/precise-rotation/result.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
docs/public/assets/images/commands/BClogo.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/public/assets/images/commands/chainCommandBlock.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
docs/public/assets/images/commands/commandBlockChain/3.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/public/assets/images/commands/commandBlockChain/4.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/public/assets/images/commands/commandBlockChain/6.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/public/assets/images/commands/commandBlockChain/7.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/public/assets/images/commands/commandBlockChain/8.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/public/assets/images/commands/commandBlockUI.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/public/assets/images/commands/contentLogHistory.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/public/assets/images/commands/contentLogToggles.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
docs/public/assets/images/commands/gametick.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/public/assets/images/commands/hover_note.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/public/assets/images/commands/impulseCommandBlock.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
docs/public/assets/images/commands/longDivision.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/public/assets/images/commands/pack_icon.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/public/assets/images/commands/pasteCommandButton.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/public/assets/images/commands/repeatingCommandBlock.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
docs/public/assets/images/commands/timers/timer.gif (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
docs/public/assets/images/concepts/emojis/hud/armor.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/public/assets/images/concepts/emojis/hud/food.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/public/assets/images/concepts/emojis/hud/heart.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
docs/public/assets/images/concepts/emojis/items/furnace.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
docs/public/assets/images/concepts/emojis/new_touch/jump.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More