Feat: store - support multiple platforms

This commit is contained in:
2024-03-19 18:33:40 +08:00
parent 20bd018509
commit ad0907892c
12 changed files with 429 additions and 110 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',