JavaScript Competitive touch typing for JavaScript programmers sveltemultiplayer-gametouch-typingtouch-typing-gamedenosveltekit UpdatedDec 7, 2023 TypeScript MIKATYPE JAVA source code typingtyping-gametouch-typingtyping-tutortyping-trainertyping-practicemikatype ...
javascripttouchmobile-webui-experiment UpdatedJun 25, 2017 JavaScript FormidableLabs/react-swipeable Star2.1k Code Issues Pull requests React swipe event handler hook reacthookmobiletouchswipeswipeablereact-hooks UpdatedDec 23, 2024 TypeScript jssor/slider ...
vant-touch-emulator 在桌面端使用 Vant 的辅助库 vant-nuxt 为Nuxt 准备的模块 社区生态 由社区维护的项目如下,欢迎补充: 项目描述 3lang3/react-vant 参照Vant 打造的 React 框架移动端组件库 vant-aliapp Vant 支付宝小程序版 vant-theme Vant 在线主题预览工具 @antmjs/vantui 基于Vant Weapp 开发的多端组...
👆 支持 Touch Bar 🖥️ 支持 PWA,可在 Chrome/Edge 里点击地址栏右边的 ➕ 安装到电脑 🟥 支持 Last.fm Scrobble ☁️ 支持音乐云盘 ⌨️ 自定义快捷键和全局快捷键 🎧 支持 Mpris 🛠 更多特性开发中 📦️ 安装 Electron 版本由 @hawtim 和@qier222 适配并维护,支持 macOS、Windows...
代码语言:javascript 代码运行次数:0 运行 AI代码解释 mkdir-p.github/workflows cd.github/workflows 新建配置文件 代码语言:javascript 代码运行次数:0 运行 AI代码解释 touch deploy.yml 添加配置 代码语言:javascript 代码运行次数:0 运行 AI代码解释 name:Deployon:push:branches:-masterjobs:build:name:build and...
代码语言:javascript 代码运行次数:0 运行 AI代码解释 git config--global--unset http.proxy git config--global--unset https.proxy 配置Jenkins 需要提前安装 JDK,JDK 安装教程网上很多,请自行搜索。 打开Jenkins 下载页面。 安装过程中遇到Logon Type时,选择第一个。
核心是如下几个事件: touchstart - 触摸开始 touchend - 触摸结束 touchmove - 触摸移动 想了解更详尽信息可以自行百度一下“javascript 触屏事件” 使用方法: //添加“触摸开始”事件监听document.getElementById("#obj").addEventListener("touchstart",function(e){varpoint=e.touches[0];//e:事件对象,e.touc...
javascriptreact-nativegesture UpdatedMay 21, 2025 TypeScript iberianpig/fusuma Sponsor Star3.8k Code Issues Pull requests Discussions Multitouch gestures with libinput driver on Linux linuxtouchpadswipegesturelibinputgesture-recognition UpdatedMay 11, 2025 ...
<!--- Page Info--> CooooldWind_的小站 <!--- Inject Part--> :root { --preloader-background-color: #fff; --preloader-text-color: #000; } @media (prefers-color-scheme: dark) { :root {
代码语言:javascript 代码运行次数:0 运行 AI代码解释 hexo d-g 将其加入执行的测试script,测试主体部分pass之后会自动将博客推送上线。 如何用Travis CI? 有一个github账户和托管的仓库。 去travis官网,用github账户登陆并授权,开启自己想要用travis的仓库。