第一次上传

This commit is contained in:
Ls
2026-03-09 16:39:03 +08:00
commit 3d9efaf15c
924 changed files with 326227 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<template>
<view>
<view class="" style="display: flex; align-items: center; justify-content: center; margin-top: 20rpx;">
<u-barcode value="1234567890" :width="300" :height="100" />
</view>
</view>
</template>
<script setup lang="ts">
import { onShow, onLoad } from "@dcloudio/uni-app";
onLoad(() => {
});
onShow(() => {
});
</script>
<style lang="scss">
</style>