LIGHTFE E2 Mini Magnetic Rechargeable Flashlight, Keychain LED Pocket Torch with 5 Modes, USB Magnetic Charging, Waterproof EDC Light for Emergency, Camping, Hiking, Everyday Carry

Keychain LED Pocket Torch
New Arrival Best Seller
const TAG = 'spz-custom-revue-star'; class SPZCustomRevueStar extends SPZ.BaseElement { constructor(element) { super(element); } static deferredMount() { return false; } buildCallback = () => { this.action_ = SPZServices.actionServiceForDoc(this.element); this.templates_ = SPZServices.templatesForDoc(this.element); this.xhr_ = SPZServices.xhrFor(this.win); this.starNum = this.element.getAttribute('starNum'); this.starTotal = this.element.getAttribute('starTotal'); this.showStarText = this.element.getAttribute('showStarText'); this.starColor = this.element.getAttribute('color'); this.interact = this.element.getAttribute('interact'); this.starSize = this.element.getAttribute('starSize') || 14; } mountCallback = () => { this.doRender_({ starTotal: this.starTotal, totalArray: Array.from({ length: Number(this.starTotal) }, (v, k) => k + 1), starNum: this.starNum, showStarText: this.showStarText, starColor: this.starColor, starSize: this.starSize }).then(() => { if (this.interact) { this.addEventListeners_(); } }); } addEventListeners_ = () => { const stars = document.querySelectorAll('.revue-star__star'); stars.forEach(star => { star.addEventListener('click', event => { const starEl = star.closest('.revue-star__star'); const starIndex = Number(starEl.dataset.index); let isHalf = event.offsetX < star.offsetWidth / 2; // rtl if (document.documentElement.getAttribute('dir') === 'rtl') { isHalf = event.offsetX > star.offsetWidth / 2; } const starValue = isHalf ? starIndex - 0.5 : starIndex; this.starClickHandler_({ value: starValue }); }); }); } renderStar = () => { const isRtl = document.documentElement.getAttribute('dir') === 'rtl'; const stars = this.element.querySelectorAll('.revue-star__star'); stars.forEach((star, i) => { const starIndex = i + 1; const starEl = star.querySelector('svg:nth-child(2)'); const isHalf = this.starNum % 1 > 0 && Math.ceil(this.starNum) === starIndex; const isSolid = starIndex <= Math.ceil(this.starNum); starEl.style.display = isSolid ? 'block' : 'none'; if (isHalf) { if (isRtl) { // RTL布局下,如果是半星,显示星星的右半边 starEl.style.clipPath = `polygon(50% 0, 100% 0, 100% 100%, 50% 100%)`; } else { // LTR布局下,如果是半星,显示星星的左半边 starEl.style.clipPath = `polygon(0 0, 50% 0, 50% 100%, 0 100%)`; } } else { starEl.style.clipPath = `polygon(0 0, 100% 0, 100% 100%, 0 100%)` } }); const showCountEle = this.element.querySelector('#revue-star-show-count'); showCountEle && SPZ.whenApiDefined(showCountEle).then((api) => { api.render({ starNum: this.starNum, starTotal: this.starTotal }); }); } doRender_ = (data) => { return this.templates_ .findAndRenderTemplate(this.element, { starSize: this.starSize, ...data }, null) .then((el) => { const children = this.element.querySelector('*:not(template)'); children && SPZCore.Dom.removeElement(children); this.element.appendChild(el); }) .then(() => { this.starNum = data.starNum; this.renderStar(); }); } starClickHandler_ = (event) => { this.starNum = event.value; this.renderStar(); this.triggerEvent_('change', { value: event.value }); } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, `${ TAG }.${ name }`, data || {}); this.action_.trigger(this.element, name, event); } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } } SPZ.defineElement(TAG, SPZCustomRevueStar)
()
try { const productId = window.SHOPLAZZA.meta.page.resource_id; const productType = `default`; const getProductReviews = (star_least) => fetch('/api/comment/count-star-multi', { method: 'POST', headers: { 'Content-Type': 'application/json', }, body: JSON.stringify({ product_id: [productId], star_least: star_least || 1, }), }).then(res => res.json()); try { const section = document.querySelector('#revue-product-star'); if(productType === "gift_card" && section) { section.style.display = 'none'; } } catch(e) { console.log(e); window.addEventListener('load', () => { try { const section = document.querySelector('#revue-product-star'); if(productType=== "gift_card" && section) { section.style.display = 'none'; } } catch(e) { console.log(e) } }) } const getReviewsConfig = async () => { let data = {}; const url = new URL(window.location.href); const preview_theme_id = url.searchParams.get('preview_theme_id'); const commentConfig = await fetch('/api/comment-config', { method: 'GET', headers: { 'Content-Type': 'application/json', } }).then(res => res.json()); data = commentConfig.data; const themeConfig = await fetch(`/api/comment-config?theme_id=${preview_theme_id || ''}`, { method: 'GET', headers: { 'Content-Type': 'application/json', } }).then(res => res.json()); if (themeConfig?.data && themeConfig.data.star_color) { data.star_color = themeConfig.data.star_color; } if (preview_theme_id) { data.star_least = window.apps_global && apps_global.reviews && apps_global.reviews.preview_star_least; } else if (themeConfig?.data && themeConfig.data.product_settings) { data.star_least = themeConfig.data.product_settings.star_least; } return data; }; if (productId && window.SHOPLAZZA.meta.page.template_type == 1) { getReviewsConfig().then(async res => { const config = res; let review = await getProductReviews(config.star_least); review = review.data[productId]; if (!config.open_status || (!review.comment_avg_star && !config.show_no_comment_star)) return; const render = async () => { const section = document.querySelector('#revue-product-star'); const starComponent = document.querySelector('#revue-product-star-component'); const count = document.querySelector('#revue-product-star-count'); count.innerText = review.published_count; const api = await SPZ.whenApiDefined(starComponent); api.doRender_({ starNum: review.comment_avg_star, starTotal: 5, showStarText: false, starColor: config.star_color, totalArray: Array.from({ length: 5 }, (v, k) => k + 1) }); section.style.opacity = 1; } render(); document.addEventListener('dj.editor.update', render); }); } } catch (e) {console.warn(e)};
$19.99
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Shipping
Estimated Delivery:Nov-15 - Nov-19
Vendor by: GING UV FLASHLIGHT
SKU: LIGHTFE-E2
Description

E2 Mini Magnetic Rechargeable Flashlight – Keychain-Sized EDC Light with 5 Modes, Waterproof, USB Magnetic Charging

  1. 磁吸充电,轻松对准|Magnetic Charging, Effortless Alignment
    创新磁吸充电设计,自动吸附,无需插拔接口,单手即可充电,支持边用边充。
    Innovative magnetic charging allows one-handed operation—just snap and charge. Usable while charging.

  2. 超小体积,钥匙扣式便携|Ultra Mini Size, Keychain-Friendly
    仅28mm×12.8mm,仅重6g(含电池),体积如拇指般大小,可轻松挂在钥匙扣或收纳袋中。
    Only 28mm x 12.8mm and 6g in weight. Thumb-sized body easily attaches to keychains or fits in your pocket.

  3. 五组照明模式,自定义亮度|5 Lighting Groups, Personalized Brightness
    高亮、低亮、中亮、爆闪、SOS、呼吸灯自由组合,具备记忆功能,满足多场景需求。
    5 mode groups include High, Low, Medium, Strobe, SOS, and Breathing Light. Memory function remembers your last setting.

  4. 高亮TIR光学透镜|TIR Lens for Uniform Light Output
    采用高性能LED与TIR透镜结合,照射更均匀、柔和,最大照射距离达30米。
    TIR lens delivers a smooth and uniform beam. Max beam distance: 30 meters.

  5. 智能恒流芯片,亮度稳定|Smart Constant-Brightness Circuit
    内置智能芯片控制亮度恒定,无频闪,带来更舒适的照明体验。
    Built-in smart driver provides constant brightness without flicker.

  6. 高强度航空铝材外壳|Aerospace Aluminum Alloy Body
    采用精密CNC切割技术,表面三级阳极氧化处理,抗刮耐摔,户外无忧。
    Crafted from CNC-machined aerospace aluminum with Type III hard anodized finish—scratch and drop-resistant.

  7. IPX6防水设计|IPX6 Waterproof Rating
    适应雨天、露营、户外等环境,防水防尘性能出色。
    Rated IPX6 waterproof—perfect for outdoor, camping, or rainy day use.

  8. 便捷操控,一键切换|Simple Operation with One Button
    单击开关机,双击换亮度,长按切换模式组,三击可快速恢复高亮档。
    Single-click to power, double-click to change brightness, long-press to change mode group, triple-click resets to high mode.

  9. 内置锂电池,稳定续航|Built-in Rechargeable Battery with Stable Runtime
    内置45mAh可充电锂电池,高亮模式续航约30分钟,支持5V/100mA磁吸充电。
    Built-in 45mAh lithium battery lasts ~30 mins on high mode. Charges via 5V/100mA magnetic cable.

  10. 完整配件,随时使用|Complete Accessories Included
    标配USB磁吸充电线与钥匙圈,无需额外购买,适合日常携带或作为创意礼品。
    Includes magnetic USB charging cable and keyring. Great for EDC or gifting.

The E2 Magnetic Mini Flashlight is an ultra-compact, intelligent, and versatile lighting tool designed for your everyday carry (EDC). Measuring just 28mm x 12.8mm and weighing only 6g (battery included), it fits effortlessly on a keychain or in your pocket.

This flashlight uses magnetic auto-alignment charging—no more fumbling with tiny ports. A red indicator light signals when charging and turns off when fully charged. It features a built-in 45mAh rechargeable lithium battery, offering up to 30 minutes of high-mode runtime, and can operate while charging.

E2 includes 5 lighting groups (High, Medium, Low, Strobe, SOS, Breathing), allowing you to customize brightness levels. Its memory function automatically restores your last used mode at power-on.

Equipped with a high-performance LED and TIR lens, it provides a smooth and soft beam with up to 30 meters of throw. The smart driver keeps brightness steady and flicker-free for a comfortable lighting experience.

Constructed with aerospace-grade aluminum alloy and finished with precision CNC machining and Type III hard anodizing, it's highly durable, IPX6 waterproof, and drop-resistant up to 1.5 meters.

Includes a USB magnetic charging cable and a keyring—ready out of the box. Whether used for daily tasks, emergency lighting, or gifting, the E2 is the perfect ultra-portable flashlight companion.

E2磁吸迷你手电筒是一款集轻巧、智能与多功能于一体的便携式照明工具。整筒仅小拇指大小(28mm x 12.8mm),重6克(含电池),可随身携带,轻松挂于钥匙扣、背包或口袋中,是理想的EDC装备。

它采用磁吸自动充电技术,无需对准插口,单手即可操作,并配有充电指示灯(红灯充电,满电熄灭)。内置45mAh锂电池,在高亮模式下可持续点亮约30分钟,支持边充边用。

该手电支持五组照明模式(包含高亮、低亮、中亮、爆闪、SOS、呼吸灯),用户可自定义亮度,并具备记忆功能,方便下次自动恢复使用习惯。

搭载高亮LED与TIR光学透镜,输出光斑均匀柔和,照射距离可达30米。智能芯片保持亮度恒定,使用更舒适不伤眼。

航空铝合金筒身,经过精密CNC切割与三级硬质阳极氧化处理,坚固耐用,防摔高度可达1.5米,并具备IPX6级防水能力,是户外、日常或应急照明的理想选择。

产品标配钥匙圈与USB磁吸充电线,开箱即用,是送礼或个人使用的高性价比之选。

You may also like

Customer Reviews

18 Reviews
Thompson
2025.01.09

The UV light is very pure with the professional filter lens, no stray light at all. Works perfectly for lab experiments.

Stephen
2024.10.17

The beam pattern is impressively uniform, with no overly bright hot spots—looks very professional.

LIGHTFE P30
$39.99
Jelena
2025.03.07

The battery life is excellent—runs for hours without issues. Solid construction, feels very durable.

Brian Philliber
2025.07.16

This is one of the best backup camera kits I’ve bought. Night vision works well even in dim parking lots, the guidelines show up clearly, and the overall build quality feels premium.

Name
Add customer reviews and testimonials to showcase your store’s happy customers.
Name
Add customer reviews and testimonials to showcase your store’s happy customers.
Name
Add customer reviews and testimonials to showcase your store’s happy customers.
Name
Add customer reviews and testimonials to showcase your store’s happy customers.
Name
Add customer reviews and testimonials to showcase your store’s happy customers.
Name
Add customer reviews and testimonials to showcase your store’s happy customers.
Name
Add customer reviews and testimonials to showcase your store’s happy customers.
Name
Add customer reviews and testimonials to showcase your store’s happy customers.
Name
Add customer reviews and testimonials to showcase your store’s happy customers.
Name
Add customer reviews and testimonials to showcase your store’s happy customers.
Name
Add customer reviews and testimonials to showcase your store’s happy customers.
Name
Add customer reviews and testimonials to showcase your store’s happy customers.
Load more

Safety System

Professional Flashlight