טאבלט מתקדם Teclast T65 13.4 inch

טאבלט מתקדם Teclast T65 13.4 inch

7 דקות קריאה


טאבלט מתקדם Teclast T65 13.4 inch

טאבלט מתקדם Teclast T65 13.4 inch עם מסך 2K ו-120Hz, מעבד Unisoc T7280 אוקטה-קור, זיכרון עד 20GB RAM ואחסון 128GB ROM, סוללה 8000mAh מערכת הפעלה Android 15

מסך: 13.4 אינץ', רזולוציית 1920×1200 פיקסלים, קצב ריענון 120Hz
מעבד: Unisoc T7280 אוקטה-קור עם תדר עבודה של עד 2.0GHz
זיכרון: עד 20GB RAM (8GB בסיס + 12GB הרחבה)
אחסון: 128GB ROM, ניתן להרחבה באמצעות כרטיס microSD עד 1TB
סוללה: 8000mAh, עוצמתית לשימוש ממושך
תקשורת: תמיכה ברשת LTE, Wi-Fi, Bluetooth 5.0
מצלמות: קדמית 5MP, אחורית 8MP
תוספות: חיבור אוזניות 3.5 מ"מ
מערכת הפעלה: Android 15

קופון ראשון:


<div class="coupon-btn coupon-medium"
dir="rtl"
role="button"
tabindex="0"
aria-label="העתקת קוד קופון AEILWH0820"
data-code="TECLAST10"
data-toast="הקופון הועתק ✓"
style="
/* אפשר לשנות פה בלי לגעת ב-CSS: */
–coupon-width:auto; /* דוגמה: 260px או 180px 0% או auto */
–coupon-font:16px; /* גודל טקסט */
–coupon-padding:.6rem 1.2rem;/* ריפוד */
–coupon-radius:10px; /* פינות עגולות */
–coupon-bg:#dfffd6; /* צבע רקע */
–coupon-accent:#008000; /* צבע מסגרת */
–coupon-text:#0b8a0b; /* צבע טקסט */
">

BTSIL1
הקופון הועתק ✓

/* ===== בסיס ===== */
.coupon-btn{
width:var(–coupon-width, auto);
background:var(–coupon-bg, #dfffd6);
border:2px dashed var(–coupon-accent, #008000);
color:var(–coupon-text, #0b8a0b);
border-radius:var(–coupon-radius, 10px);
padding:var(–coupon-padding, .6rem 1.2rem);
font-size:var(–coupon-font, 16px);
font-weight:700; letter-spacing:.5px;

position:relative; display:inline-flex; align-items:center; gap:.5rem;
cursor:pointer; user-select:none; outline:none;
transition:transform .06s ease, box-shadow .15s ease;
box-shadow:0 2px 0 rgba(0,0,0,.05);
}
.coupon-btn:hover{ box-shadow:0 6px 18px rgba(0,128,0,.12); }
.coupon-btn:active{ transform:scale(.98); }
.coupon-btn:focus-visible{
box-shadow:0 0 0 3px rgba(0,128,0,.25), 0 6px 18px rgba(0,128,0,.12);
}
.coupon-btn .scissors{ font-size:1em; line-height:1; transform-origin:center; transition:transform .2s ease; }
.coupon-btn.wiggle .scissors{ animation:wiggle .3s ease; }
@keyframes wiggle{0%{transform:rotate(0)}25%{transform:rotate(-18deg)}50%{transform:rotate(12deg)}75%{transform:rotate(-8deg)}100%{transform:rotate(0)}}

.coupon-btn .toast{
position:absolute; bottom:calc(100% + 6px); inset-inline-end:0;
background:#111; color:#fff; font-weight:600; font-size:.8rem;
padding:.3rem .5rem; border-radius:6px; opacity:0; pointer-events:none;
transform:translateY(4px); transition:opacity .18s ease, transform .18s ease;
white-space:nowrap; box-shadow:0 6px 16px rgba(0,0,0,.18); z-index:10;
}
.coupon-btn.show-toast .toast{ opacity:1; transform:translateY(0); }

.coupon-btn::after{
content:""; position:absolute; inset:0; border-radius:inherit; opacity:0;
transition:opacity .25s ease; box-shadow:0 0 0 0 rgba(0,0,0,0);
}
.coupon-btn.clicked::after{ opacity:.12; box-shadow:0 0 0 9999px rgba(0,0,0,.06) inset; }

/* ===== גדלים מוכנים (לבחירה עם מחלקות) ===== */
.coupon-small { –coupon-width:180px; –coupon-font:14px; –coupon-padding:.4rem .8rem; }
.coupon-medium { –coupon-width:240px; –coupon-font:16px; –coupon-padding:.6rem 1.2rem; }
.coupon-large { –coupon-width:320px; –coupon-font:20px; –coupon-padding:.8rem 1.6rem; }

/* ===== רוחב מלא בעמודה ===== */
.coupon-full{ –coupon-width:100%; }

(function(){
function fallbackCopy(text){
const ta=document.createElement('textarea');
ta.value=text; ta.style.position='fixed'; ta.style.opacity='0'; document.body.appendChild(ta);
ta.select(); try{ document.execCommand('copy'); }catch(e){} document.body.removeChild(ta);
}
function bind(el){
// עדכון טקסטים לפי data-attributes
const code = el.getAttribute('data-code') || el.querySelector('.coupon-code')?.textContent?.trim() || ";
const toastT = el.getAttribute('data-toast') || 'הועתק ✓';
el.querySelector('.coupon-code').textContent = code;
el.querySelector('.toast').textContent = toastT;
el.setAttribute('aria-label', 'העתקת קוד קופון ' + code);

const handle = ()=>{
const showToast = ()=>{
el.classList.add('show-toast','wiggle','clicked');
setTimeout(()=>el.classList.remove('show-toast'), 1200);
setTimeout(()=>el.classList.remove('wiggle','clicked'), 260);
};
if(navigator.clipboard && window.isSecureContext){
navigator.clipboard.writeText(code).then(showToast).catch(()=>{ fallbackCopy(code); showToast(); });
}else{ fallbackCopy(code); showToast(); }
};
el.addEventListener('click', handle);
el.addEventListener('keydown', (e)=>{ if(e.key==='Enter'||e.key===' '){ e.preventDefault(); handle(); } });
}
function init(){ document.querySelectorAll('.coupon-btn').forEach(bind); }
document.addEventListener('DOMContentLoaded', init);
if(document.readyState==='interactive'||document.readyState==='complete'){ init(); }
})();

קופון שני:


<div class="coupon-btn coupon-medium"
dir="rtl"
role="button"
tabindex="0"
aria-label="העתקת קוד קופון AEILWH0820"
data-code="D11IL4"
data-toast="הקופון הועתק ✓"
style="
/* אפשר לשנות פה בלי לגעת ב-CSS: */
–coupon-width:auto; /* דוגמה: 260px או 180px 0% או auto */
–coupon-font:16px; /* גודל טקסט */
–coupon-padding:.6rem 1.2rem;/* ריפוד */
–coupon-radius:10px; /* פינות עגולות */
–coupon-bg:#dfffd6; /* צבע רקע */
–coupon-accent:#008000; /* צבע מסגרת */
–coupon-text:#0b8a0b; /* צבע טקסט */
">

BTSIL1
הקופון הועתק ✓

/* ===== בסיס ===== */
.coupon-btn{
width:var(–coupon-width, auto);
background:var(–coupon-bg, #dfffd6);
border:2px dashed var(–coupon-accent, #008000);
color:var(–coupon-text, #0b8a0b);
border-radius:var(–coupon-radius, 10px);
padding:var(–coupon-padding, .6rem 1.2rem);
font-size:var(–coupon-font, 16px);
font-weight:700; letter-spacing:.5px;

position:relative; display:inline-flex; align-items:center; gap:.5rem;
cursor:pointer; user-select:none; outline:none;
transition:transform .06s ease, box-shadow .15s ease;
box-shadow:0 2px 0 rgba(0,0,0,.05);
}
.coupon-btn:hover{ box-shadow:0 6px 18px rgba(0,128,0,.12); }
.coupon-btn:active{ transform:scale(.98); }
.coupon-btn:focus-visible{
box-shadow:0 0 0 3px rgba(0,128,0,.25), 0 6px 18px rgba(0,128,0,.12);
}
.coupon-btn .scissors{ font-size:1em; line-height:1; transform-origin:center; transition:transform .2s ease; }
.coupon-btn.wiggle .scissors{ animation:wiggle .3s ease; }
@keyframes wiggle{0%{transform:rotate(0)}25%{transform:rotate(-18deg)}50%{transform:rotate(12deg)}75%{transform:rotate(-8deg)}100%{transform:rotate(0)}}

.coupon-btn .toast{
position:absolute; bottom:calc(100% + 6px); inset-inline-end:0;
background:#111; color:#fff; font-weight:600; font-size:.8rem;
padding:.3rem .5rem; border-radius:6px; opacity:0; pointer-events:none;
transform:translateY(4px); transition:opacity .18s ease, transform .18s ease;
white-space:nowrap; box-shadow:0 6px 16px rgba(0,0,0,.18); z-index:10;
}
.coupon-btn.show-toast .toast{ opacity:1; transform:translateY(0); }

.coupon-btn::after{
content:""; position:absolute; inset:0; border-radius:inherit; opacity:0;
transition:opacity .25s ease; box-shadow:0 0 0 0 rgba(0,0,0,0);
}
.coupon-btn.clicked::after{ opacity:.12; box-shadow:0 0 0 9999px rgba(0,0,0,.06) inset; }

/* ===== גדלים מוכנים (לבחירה עם מחלקות) ===== */
.coupon-small { –coupon-width:180px; –coupon-font:14px; –coupon-padding:.4rem .8rem; }
.coupon-medium { –coupon-width:240px; –coupon-font:16px; –coupon-padding:.6rem 1.2rem; }
.coupon-large { –coupon-width:320px; –coupon-font:20px; –coupon-padding:.8rem 1.6rem; }

/* ===== רוחב מלא בעמודה ===== */
.coupon-full{ –coupon-width:100%; }

(function(){
function fallbackCopy(text){
const ta=document.createElement('textarea');
ta.value=text; ta.style.position='fixed'; ta.style.opacity='0'; document.body.appendChild(ta);
ta.select(); try{ document.execCommand('copy'); }catch(e){} document.body.removeChild(ta);
}
function bind(el){
// עדכון טקסטים לפי data-attributes
const code = el.getAttribute('data-code') || el.querySelector('.coupon-code')?.textContent?.trim() || ";
const toastT = el.getAttribute('data-toast') || 'הועתק ✓';
el.querySelector('.coupon-code').textContent = code;
el.querySelector('.toast').textContent = toastT;
el.setAttribute('aria-label', 'העתקת קוד קופון ' + code);

const handle = ()=>{
const showToast = ()=>{
el.classList.add('show-toast','wiggle','clicked');
setTimeout(()=>el.classList.remove('show-toast'), 1200);
setTimeout(()=>el.classList.remove('wiggle','clicked'), 260);
};
if(navigator.clipboard && window.isSecureContext){
navigator.clipboard.writeText(code).then(showToast).catch(()=>{ fallbackCopy(code); showToast(); });
}else{ fallbackCopy(code); showToast(); }
};
el.addEventListener('click', handle);
el.addEventListener('keydown', (e)=>{ if(e.key==='Enter'||e.key===' '){ e.preventDefault(); handle(); } });
}
function init(){ document.querySelectorAll('.coupon-btn').forEach(bind); }
document.addEventListener('DOMContentLoaded', init);
if(document.readyState==='interactive'||document.readyState==='complete'){ init(); }
})();


המחירים באתר נכונים ליום הפרסום ועלולים להשתנות לכן אם קיבלתם מחיר שונה זה אומר שהדיל נגמר.

המחיר מושפע משער המטבע, מלאי אצל הספקים, זמינות, ביקוש וגורמים נוספים ולכן גם מוגבל ועלול להסתיים מהר.

צריכים עזרה? יש לכם שאלות נוספות לגבי הדיל? תרשמו בתגובות בתחתית העמוד או דרך כפתור הצור קשר באתר ונשמח לעזור.

 

מוזמנים לעקוב גם בשאר הערוצים:
בפייסבוק – תוכלו להתייעץ עם שאר החברים ולבקש מוצרים או כול דבר אחר שתרצו
בטלגרם – תקבלו את כול הדילים ישירות לנייד שלכם 
ביוטיוב – תמצאו את כול המדריכים וההסברים 

בוואטסאפ – ערוץ שקט עם כל הדילים החמים
בקיצור, בואו, יש אחלה דברים…

אהבתם את הדיל? תשתפו עם החברים והמשפחה



Facebook



WhatsApp



Email

הפוסט טאבלט מתקדם Teclast T65 13.4 inch הופיע לראשונה ב-Dod-Ali.



לקריאת הכתבה באתר המקורי

0
Based on 0 ratings
מקור:
שתף מאמר זה
דילוג לתוכן