25时爱音笑

生命不息,学习不止,出了高中才发现学习是一件这么快乐的事情,哈哈,所以今天就来提供几个学习的网站.

英语学习导航(唉,这英语还是很头痛的) 70kstar的CS自学指南---------- ShaderToy的中文教程 ----------- -大学资源网-----------终生教育平台

不过放松也是很重要的,所以先端上一个好玩的二次元导航吧ACGN导航

好了,我是Amiya_desi,求求了能不能点个关注啊谢谢了(阿B下的任务罢了)Amiya_desi的B站账号

阿B的任务

(function(){const bgImages=['https://source.unsplash.com/1920x1080/?nature,landscape','https://source.unsplash.com/1920x1080/?abstract,minimal','https://source.unsplash.com/1920x1080/?art,creative','https://source.unsplash.com/1920x1080/?sky,cloud','https://source.unsplash.com/1920x1080/?ocean,beach'];let currentIndex=0,bgLayers=[];function init(){const container=document.createElement('div');container.className='gmeek-bg-container';for(let i=0;i<2;i++){const layer=document.createElement('div');layer.className='gmeek-random-bg';container.appendChild(layer);bgLayers.push(layer)}document.body.insertBefore(container,document.body.firstChild);setTimeout(()=>switchBackground(),500);setInterval(switchBackground,15000)}function switchBackground(){const current=bgLayers[currentIndex%2],next=bgLayers[(currentIndex+1)%2],randomBg=bgImages[Math.floor(Math.random()*bgImages.length)]+'?t='+Date.now();const img=new Image;img.onload=function(){next.style.backgroundImage=`url('${randomBg}')`;setTimeout(()=>{next.classList.add('active');current.classList.remove('active')},100)};img.src=randomBg;currentIndex++}document.readyState==='loading'?document.addEventListener('DOMContentLoaded',init):init()})();