feat: add preset avatar picker

This commit is contained in:
Codex
2026-06-30 17:53:53 +08:00
parent c7ad3450fd
commit 727e65b554
14 changed files with 215 additions and 15 deletions

View File

@@ -34,7 +34,12 @@ export default {
},
defineConstants: {},
copy: {
patterns: [],
patterns: [
{
from: path.resolve(configDir, '..', 'src', 'assets'),
to: path.resolve(configDir, '..', outputRoot, 'assets'),
},
],
options: {},
},
h5: {