feat: temparily save

This commit is contained in:
2025-03-09 02:46:15 +08:00
parent 9b310f0c62
commit 595e8d29dc
27 changed files with 1132 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
import { defineConfig } from '@rsbuild/core';
export default defineConfig({
html: {
template: './src/index.html',
},
source: {
decorators: {
version: 'legacy',
},
},
});