系统主题LunaElement

系统主题LunaElement软件介绍

Luna Element 是一款Windows虚拟主题,基于Windows自带的Luna主题。其外观非常具有质感,虽然很多地方初看没多少变化,但是仔细看看却觉得很耐看。后面有图。有4种风格:* Default (standard thinkness)* Default Alt. Startbutton (standard thinkness)* Compact (thin style)* Compact Alt. Startbutton (thin style)一款Windows虚拟主题,基于Windows自带的Luna主题。其外观非常具有质感,虽然很多地方初看没多少变化,但是仔细看看却觉得很耐看。包括4风格: * Default Blue * Blue Compact * Black * Black Compact

发表回复

登录后才能评论

评论列表 ( 0条)

MIP.watch('type', function (type) { const postId = MIP.getData('post_id'); if (!type || !postId) { return; } fetch('/wp-json/softsphere/v1/download', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ post_id: postId, type: type }) }) .then(response => response.json()) .then(data => { if (data.code === 0) { MIP.setData({type:""}); MIP.viewer.open(data.data.download_link); } console.log(data.message); }) .catch(error => { console.error('Error:', error); }) });