d230 add sensor

This commit is contained in:
AHKAD 2024-09-19 12:18:08 +00:00
parent 1358d01555
commit e18d451978
1 changed files with 4 additions and 3 deletions

View File

@ -41,7 +41,8 @@ let details = {
miscroSD: ["miscroSD", "Перепайка miscroSD"], miscroSD: ["miscroSD", "Перепайка miscroSD"],
sim: ["сим", "Замена сим лоток"], sim: ["сим", "Замена сим лоток"],
touch: ["touch", "Замена touch"], touch: ["touch", "Замена touch"],
speaker: ["динамика", "Замена динамика"] speaker: ["динамика", "Замена динамика"],
sensor: ["Замена сенсор", "Сенсорный экран"]
} }
const models = { const models = {
@ -867,8 +868,8 @@ msgText2 = document.querySelector(".text-2")
toastClose = document.querySelector(".toast .close") toastClose = document.querySelector(".toast .close")
toastCheck = document.querySelector(".toast-content .check") toastCheck = document.querySelector(".toast-content .check")
// tesing Notification
const buttonTest = document.querySelector("buttonTest") // const buttonTest = document.getElementById('buttonTest')
// buttonTest.addEventListener("click", () => { //testing button // buttonTest.addEventListener("click", () => { //testing button
// showNotification('Test title', ' Containe messsage here <br>Lorem ipsum, dolor.') // showNotification('Test title', ' Containe messsage here <br>Lorem ipsum, dolor.')
// }); // });