添加了部分来自于BedrockWiki的文章!
This commit is contained in:
22
docs/.vitepress/theme/components/content/CodeHeader.vue
Normal file
22
docs/.vitepress/theme/components/content/CodeHeader.vue
Normal 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>
|
||||
26
docs/.vitepress/theme/components/content/WikiImage.vue
Normal file
26
docs/.vitepress/theme/components/content/WikiImage.vue
Normal 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>
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
BIN
docs/public/assets/images/blocks/block-models/edit_material_instances.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/block-models/edit_material_instances.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/block-models/new_cube.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/block-models/new_cube.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/block-models/new_project.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/block-models/new_project.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/block-models/paper_bag.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/block-models/paper_bag.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/block-models/paper_bag_bottom_fold.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/block-models/paper_bag_bottom_fold.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/block-models/paper_bag_cubes.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/block-models/paper_bag_cubes.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/block-models/paper_bag_final.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/block-models/paper_bag_final.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/block-models/paper_bag_handle_faces_removed.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/block-models/paper_bag_handle_faces_removed.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/block-models/paper_bag_handle_uv.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/block-models/paper_bag_handle_uv.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/block-models/paper_bag_side_gusset.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/block-models/paper_bag_side_gusset.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/block-models/paper_bag_top_removed.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/block-models/paper_bag_top_removed.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/block-models/preview_textures_applied.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/block-models/preview_textures_applied.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/block-models/project_settings.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/block-models/project_settings.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/block-models/root_bone.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/block-models/root_bone.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/block-models/select_edit_material_instances.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/block-models/select_edit_material_instances.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/block_tr/inventory_render_cubes.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/block_tr/inventory_render_cubes.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/block_tr/tr_dirt.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/block_tr/tr_dirt.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/block_tr/tr_grass.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/block_tr/tr_grass.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/block_tr/tr_log.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/block_tr/tr_log.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/block_tr/tr_update.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/block_tr/tr_update.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/blocks-intro/compass_block_down.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/blocks-intro/compass_block_down.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/blocks-intro/compass_block_east.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/blocks-intro/compass_block_east.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/blocks-intro/compass_block_north.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/blocks-intro/compass_block_north.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/blocks-intro/compass_block_south.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/blocks-intro/compass_block_south.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/blocks-intro/compass_block_up.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/blocks-intro/compass_block_up.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/blocks-intro/compass_block_west.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/blocks-intro/compass_block_west.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/custom-crops/model.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/custom-crops/model.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/custom-fluids/fluid_display.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/custom-fluids/fluid_display.png
LFS
Normal file
Binary file not shown.
Binary file not shown.
BIN
docs/public/assets/images/blocks/custom-trees/export_structures.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/custom-trees/export_structures.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/custom-trees/export_tree.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/custom-trees/export_tree.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/custom-trees/result.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/custom-trees/result.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/flipbook-textures/animated_texture_1.gif
LFS
Normal file
BIN
docs/public/assets/images/blocks/flipbook-textures/animated_texture_1.gif
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/flipbook-textures/animated_texture_2.gif
LFS
Normal file
BIN
docs/public/assets/images/blocks/flipbook-textures/animated_texture_2.gif
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/glass-block/glass_showcase.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/glass-block/glass_showcase.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/ore-loot/result.gif
LFS
Normal file
BIN
docs/public/assets/images/blocks/ore-loot/result.gif
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/precise-interaction/double_flower_pot.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/precise-interaction/double_flower_pot.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/precise-interaction/pigeonholes.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/precise-interaction/pigeonholes.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/precise-interaction/showcase.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/precise-interaction/showcase.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/precise-rotation/model_bones.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/precise-rotation/model_bones.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/precise-rotation/result.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/precise-rotation/result.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/blocks/precise-rotation/showcase.png
LFS
Normal file
BIN
docs/public/assets/images/blocks/precise-rotation/showcase.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/BClogo.png
LFS
Normal file
BIN
docs/public/assets/images/commands/BClogo.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/chainCommandBlock.png
LFS
Normal file
BIN
docs/public/assets/images/commands/chainCommandBlock.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/chainConditionalCommandBlock.png
LFS
Normal file
BIN
docs/public/assets/images/commands/chainConditionalCommandBlock.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/commandBlockChain/3.png
LFS
Normal file
BIN
docs/public/assets/images/commands/commandBlockChain/3.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/commandBlockChain/4.png
LFS
Normal file
BIN
docs/public/assets/images/commands/commandBlockChain/4.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/commandBlockChain/6.png
LFS
Normal file
BIN
docs/public/assets/images/commands/commandBlockChain/6.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/commandBlockChain/7.png
LFS
Normal file
BIN
docs/public/assets/images/commands/commandBlockChain/7.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/commandBlockChain/8.png
LFS
Normal file
BIN
docs/public/assets/images/commands/commandBlockChain/8.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/commandBlockUI.png
LFS
Normal file
BIN
docs/public/assets/images/commands/commandBlockUI.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/contentLogHistory.png
LFS
Normal file
BIN
docs/public/assets/images/commands/contentLogHistory.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/contentLogToggles.png
LFS
Normal file
BIN
docs/public/assets/images/commands/contentLogToggles.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/correctCommandBlockPlacement.png
LFS
Normal file
BIN
docs/public/assets/images/commands/correctCommandBlockPlacement.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/gametick.png
LFS
Normal file
BIN
docs/public/assets/images/commands/gametick.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/hover_note.png
LFS
Normal file
BIN
docs/public/assets/images/commands/hover_note.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/impulseCommandBlock.png
LFS
Normal file
BIN
docs/public/assets/images/commands/impulseCommandBlock.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/impulseConditionalCommandBlock.png
LFS
Normal file
BIN
docs/public/assets/images/commands/impulseConditionalCommandBlock.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/incorrectCommandBlockPlacement.png
LFS
Normal file
BIN
docs/public/assets/images/commands/incorrectCommandBlockPlacement.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/longDivision.png
LFS
Normal file
BIN
docs/public/assets/images/commands/longDivision.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/pack_icon.png
LFS
Normal file
BIN
docs/public/assets/images/commands/pack_icon.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/pasteCommandButton.png
LFS
Normal file
BIN
docs/public/assets/images/commands/pasteCommandButton.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/repeatingCommandBlock.png
LFS
Normal file
BIN
docs/public/assets/images/commands/repeatingCommandBlock.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/repeatingConditionalCommandBlock.png
LFS
Normal file
BIN
docs/public/assets/images/commands/repeatingConditionalCommandBlock.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/commands/timers/timer.gif
LFS
Normal file
BIN
docs/public/assets/images/commands/timers/timer.gif
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/animation-controllers/three_state_FSM.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/animation-controllers/three_state_FSM.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/animation-controllers/two_state_FSM.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/animation-controllers/two_state_FSM.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/custom/annotated/glyph_E0.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/custom/annotated/glyph_E0.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/custom/annotated/glyph_E1.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/custom/annotated/glyph_E1.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/custom/glyph_E0.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/custom/glyph_E0.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/custom/glyph_E1.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/custom/glyph_E1.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/hud/armor.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/hud/armor.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/hud/food.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/hud/food.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/hud/heart.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/hud/heart.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/inventory/craft_toggle_off.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/inventory/craft_toggle_off.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/inventory/craft_toggle_on.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/inventory/craft_toggle_on.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/items/crafting_table.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/items/crafting_table.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/items/furnace.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/items/furnace.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/items/wooden_pickaxe.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/items/wooden_pickaxe.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/items/wooden_sword.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/items/wooden_sword.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/keyboard/left_click.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/keyboard/left_click.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/keyboard/middle_click.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/keyboard/middle_click.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/keyboard/right_click.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/keyboard/right_click.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/keyboard/small_left_click.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/keyboard/small_left_click.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/keyboard/small_middle_click.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/keyboard/small_middle_click.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/keyboard/small_mouse.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/keyboard/small_mouse.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/keyboard/small_right_click.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/keyboard/small_right_click.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/marketplace/minecoin.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/marketplace/minecoin.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/marketplace/token.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/marketplace/token.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/new_touch/attack.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/new_touch/attack.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/new_touch/dismount.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/new_touch/dismount.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/new_touch/fly_down.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/new_touch/fly_down.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/new_touch/fly_up.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/new_touch/fly_up.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/new_touch/joystick.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/new_touch/joystick.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/new_touch/jump.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/new_touch/jump.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/new_touch/place.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/new_touch/place.png
LFS
Normal file
Binary file not shown.
BIN
docs/public/assets/images/concepts/emojis/new_touch/sneak.png
LFS
Normal file
BIN
docs/public/assets/images/concepts/emojis/new_touch/sneak.png
LFS
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user