Skip to content

Commit ac7771c

Browse files
committed
docs: link model author
1 parent 07417a4 commit ac7771c

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/pages/index/views/tutorial/Dismantling.vue

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
<div class="button-container">
44
<button @click="meshToggle">{{ !meshExpand ? '分体扩散' : '复原模型' }}</button>
55
</div>
6+
<div class="footer">
7+
Model by&nbsp;<a
8+
href="https://sketchfab.com/3d-models/motorcycle-custom-bike-jawa-low-poly-13771fe558604aedae09b5157029e790"
9+
target="_blank"
10+
>kreems</a
11+
>
12+
</div>
613
<canvas
714
id="container"
815
ref="container"
@@ -342,4 +349,15 @@ export default {
342349
border-radius: 10px;
343350
cursor: pointer;
344351
}
352+
.footer {
353+
position: absolute;
354+
bottom: 0;
355+
width: 100vw;
356+
height: 50px;
357+
background-color: #409eff;
358+
color: white;
359+
display: flex;
360+
justify-content: center;
361+
align-items: center;
362+
}
345363
</style>

0 commit comments

Comments
 (0)