mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
feat(store): add custom labels for links (#1183)
Fixes #1132 Fixes #1163
This commit is contained in:
@@ -28,6 +28,13 @@ export const Otto: Store = {
|
||||
},
|
||||
{
|
||||
brand: 'sony',
|
||||
labels: {
|
||||
inStock: {
|
||||
container:
|
||||
'.js_shortInfo__variationName.prd_shortInfo__variationName',
|
||||
text: ['konsole']
|
||||
}
|
||||
},
|
||||
model: 'ps5 console',
|
||||
series: 'sonyps5c',
|
||||
url:
|
||||
@@ -35,6 +42,13 @@ export const Otto: Store = {
|
||||
},
|
||||
{
|
||||
brand: 'sony',
|
||||
labels: {
|
||||
inStock: {
|
||||
container:
|
||||
'.js_shortInfo__variationName.prd_shortInfo__variationName',
|
||||
text: ['konsole']
|
||||
}
|
||||
},
|
||||
model: 'ps5 console',
|
||||
series: 'sonyps5c',
|
||||
url:
|
||||
@@ -42,6 +56,13 @@ export const Otto: Store = {
|
||||
},
|
||||
{
|
||||
brand: 'sony',
|
||||
labels: {
|
||||
inStock: {
|
||||
container:
|
||||
'.js_shortInfo__variationName.prd_shortInfo__variationName',
|
||||
text: ['konsole']
|
||||
}
|
||||
},
|
||||
model: 'ps5 digital',
|
||||
series: 'sonyps5de',
|
||||
url:
|
||||
|
||||
Reference in New Issue
Block a user