-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ldlc): adding ldlc french store #2037
Merged
Merged
Changes from 2 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
3017a34
add ldlc 3080 rtx graphic cards
MrToshio 6808088
add globaldata
MrToshio 6fde277
add docs
MrToshio b5b5632
Merge branch 'main' into main
MrToshio d33744c
Merge branch 'main' into main
jef 0f07381
Update src/store/model/ldlc.ts
MrToshio db9214c
Update src/store/model/ldlc.ts
MrToshio 425d9b2
Update src/store/model/ldlc.ts
MrToshio f66017b
Merge branch 'main' into main
jef e2b984e
fix: bad quote
jef File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,244 @@ | ||
import {Store} from './store'; | ||
|
||
export const Ldlc: Store = { | ||
currency: '€', | ||
labels: { | ||
inStock: { | ||
container: '.stock-1', | ||
text: ['en', 'stock'], | ||
MrToshio marked this conversation as resolved.
Show resolved
Hide resolved
|
||
}, | ||
maxPrice: { | ||
container: '.price .price', | ||
euroFormat: true, | ||
}, | ||
outOfStock: { | ||
container: '.stock-4 .stock-7', | ||
text: ['RUPTURE'], | ||
}, | ||
MrToshio marked this conversation as resolved.
Show resolved
Hide resolved
|
||
}, | ||
links: [ | ||
{ | ||
brand: 'evga', | ||
model: 'xc3 ultra', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00369303.html', | ||
}, | ||
MrToshio marked this conversation as resolved.
Show resolved
Hide resolved
|
||
{ | ||
brand: 'evga', | ||
model: 'ftw3 ultra', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00369299.html', | ||
}, | ||
{ | ||
brand: 'msi', | ||
model: 'gaming x trio', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00369299.html', | ||
}, | ||
{ | ||
brand: 'gigabyte', | ||
model: 'gaming oc', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00369299.html', | ||
}, | ||
{ | ||
brand: 'gigabyte', | ||
model: 'eagle oc', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00369072.html', | ||
}, | ||
{ | ||
brand: 'gigabyte', | ||
model: 'aorus', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00376208.html', | ||
}, | ||
{ | ||
brand: 'inno3d', | ||
model: 'twin x2', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00368690.html', | ||
}, | ||
{ | ||
brand: 'palit', | ||
model: 'gaming pro', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00369094.html', | ||
}, | ||
{ | ||
brand: 'gainward', | ||
model: 'phoenix', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00369150.html', | ||
}, | ||
{ | ||
brand: 'evga', | ||
model: 'xc3 black', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00369298.html', | ||
}, | ||
{ | ||
brand: 'palit', | ||
model: 'gamerock', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00386334.html', | ||
}, | ||
{ | ||
brand: 'kfa2', | ||
model: 'sg', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00396037.html', | ||
}, | ||
{ | ||
brand: 'zotac', | ||
model: 'amp holo', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00375625.html', | ||
}, | ||
{ | ||
brand: 'asus', | ||
model: 'tuf', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00368844.html', | ||
}, | ||
{ | ||
brand: 'msi', | ||
model: 'ventus 2x oc', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00368506.html', | ||
}, | ||
{ | ||
brand: 'gigabyte', | ||
model: 'aorus xtreme', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00390466.html', | ||
}, | ||
{ | ||
brand: 'asus', | ||
model: 'tuf', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00368789.html', | ||
}, | ||
{ | ||
brand: 'gigabyte', | ||
model: 'aorus xtreme waterforce', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00398370.html', | ||
}, | ||
{ | ||
brand: 'msi', | ||
model: 'suprim x', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00391682.html', | ||
}, | ||
{ | ||
brand: 'gigabyte', | ||
model: 'vision oc', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00376207.html', | ||
}, | ||
{ | ||
brand: 'inno3d', | ||
model: 'ichill x3', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00368691.html', | ||
}, | ||
{ | ||
brand: 'gainward', | ||
model: 'phoenix gs', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00369158.html', | ||
}, | ||
{ | ||
brand: 'evga', | ||
model: 'xc3', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00369268.html', | ||
}, | ||
{ | ||
brand: 'inno3d', | ||
model: 'ichill frostbite', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00391624.html', | ||
}, | ||
{ | ||
brand: 'evga', | ||
model: 'ftw3 ultra hybrid', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00398046.html', | ||
}, | ||
{ | ||
brand: 'kfa2', | ||
model: 'sg', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00368931.html', | ||
}, | ||
{ | ||
brand: 'palit', | ||
model: 'gaming pro', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00375448.html', | ||
}, | ||
{ | ||
brand: 'asus', | ||
model: 'strix', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00375431.html', | ||
}, | ||
{ | ||
brand: 'evga', | ||
model: 'ftw3', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00369265.html', | ||
}, | ||
{ | ||
brand: 'gainward', | ||
model: 'phantom gs', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00390727.html', | ||
}, | ||
{ | ||
brand: 'evga', | ||
model: 'xc3 ultra hybrid', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00398045.html', | ||
}, | ||
{ | ||
brand: 'inno3d', | ||
model: 'ichill x4', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00368692.html', | ||
}, | ||
{ | ||
brand: 'zotac', | ||
model: 'trinity', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00368579.html', | ||
}, | ||
{ | ||
brand: 'zotac', | ||
model: 'trinity oc', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00375644.html', | ||
}, | ||
{ | ||
brand: 'asus', | ||
model: 'strix', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00385535.html', | ||
}, | ||
{ | ||
brand: 'palit', | ||
model: 'gamerock', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00386332.html', | ||
}, | ||
{ | ||
brand: 'gigabyte', | ||
model: 'aorus xtreme waterforce wb', | ||
series: '3080', | ||
url: 'https://www.ldlc.com/fr-be/fiche/PB00398373.html', | ||
}, | ||
], | ||
name: 'ldlc', | ||
}; |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps we just take this change?