# Gallery **Repository Path**: breathcold/gallery ## Basic Information - **Project Name**: Gallery - **Description**: js+css3实现的3D画廊 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-06-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 禁止鼠标右键:oncontextmenu="return false"; 禁止选择:onselectstart="return false"; 禁止拖放:ondragstart="return false"; 禁止拷贝:oncopy=document.selection.empty() 。 禁止复制:oncopy = "return false"; 禁止保存:,放在head里面。 禁止粘贴:onpaste="return false" 禁止剪贴:oncut = "return false"; 关闭输入法:style="ime-mode:disabled"