fix(manifest): 更新微信小程序配置,启用es6和代码压缩

This commit is contained in:
feige996
2025-06-06 12:37:11 +08:00
parent e5db0193a3
commit 41bd05fd0f
2 changed files with 4 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
</template>
<script lang="ts" setup>
const { loading, data, run } = useUpload({ user: '菲鸽' })
const { loading, data, run } = useUpload()
</script>
<style lang="scss" scoped>