Feat: store - support multiple platforms

This commit is contained in:
2024-03-19 18:34:45 +08:00
parent 8730513340
commit 61d3bb21ad
16 changed files with 433 additions and 109 deletions

View File

@@ -149,7 +149,10 @@ const matchComponents: IMatcher[] = [
pattern: /^Mentions/,
styleDir: 'mentions'
},
{
pattern: /^QRCode/,
styleDir: 'qr-code'
},
{
pattern: /^Step/,
styleDir: 'steps'
@@ -337,6 +340,7 @@ const primitiveNames = [
'Rate',
'Result',
'Row',
'QRCode',
'Select',
'SelectOptGroup',
'SelectOption',