使用 taro 重写

This commit is contained in:
Sense T
2025-02-12 13:55:57 +08:00
parent cdb933b449
commit 585241e85e
56 changed files with 15353 additions and 344 deletions
+11
View File
@@ -0,0 +1,11 @@
// babel-preset-taro 更多选项和默认值:
// https://docs.taro.zone/docs/next/babel-config
module.exports = {
presets: [
['taro', {
framework: 'react',
ts: true,
compiler: 'vite',
}]
]
}