const { app, BrowserWindow, session } = require('electron'); const path = require('path'); function createWindow() { const win = new BrowserWindow({ width: 1280, height: 800, autoHideMenuBar: true, // ซ่อนเมนูบาร์ด้านบน webPreferences: { nodeIntegration: true, contextIsolation: false } }); // อนุญาตการใช้ไมค์และกล้องอัตโนมัติ session.defaultSession.setPermissionRequestHandler((webContents, permission, callback) => { if (permission === 'media') { callback(true); } else { callback(false); } }); // โหลดหน้าเว็บ (ปรับ URL ตอนรัน dev หรือไฟล์ index.html ตอน build) win.loadURL( app.isPackaged ? `file://${path.join(__dirname, 'build/index.html')}` : 'http://localhost:3000' ); } app.whenReady().then(createWindow); app.on('window-all-closed', () => { if (process.platform !== 'darwin') app.quit(); });
top of page

สินค้าทั้งหมด

ช้อปออนไลน์ อาหารสุขภาพ คัดสรรอาหารออแกนิคและอาหารธรรมชาติคุณภาพสูงเพื่อดูแลคุณและครอบครัว Organic & Sustainable Food ร่วมสนับสนุนเกษตรกรผู้ผลิต ดูแลสิ่งแวดล้อม สร้างสุขภาพดี ส่งต่อวิถียั่งยืน
ช้อปออนไลน อาหารสุขภา คัดสรรอาหารออแกนิคและอาหารธรรมชาติคุณภาพสูงเพื่อดูแลคุณและครอบครั Organic & Sustainable Food ร่วมสนับสนุนเกษตรกรผู้ผลิ ดูแลสิ่งแวดล้อม สร้างสุขภาพดี ส่งต่อวิถียั่งยืน
สินค้า 77 รายการ

veganthailand

Contact Us

บริษัท มิราเคิล ฟู้ด โปรดักส์ จํากัด

 

 

 สำนักงานใหญ่

65/5 หมู่5 ถ.ชาวเหนือ1 เชียงรากใหญ่ สามโคก ปทุมธานี 12160

เลขประจำตัวผู้เสียภาษี : 0135557000720

 

 

 Tel. 092-639-6565

 

 Page : gabamate.co.th

 

 : amsombat@gmail.com
LINE OA : @gabamate

092-568-8898

Vegan_07_Planning_AE_edited.jpg

©2023 โดย veganthailand ภูมิใจสร้างสรรค์โดย Wix.com

bottom of page