Skip to content

Instantly share code, notes, and snippets.

View LearnShare's full-sized avatar
⌨️
Coding at 🏠

Hu Junqing LearnShare

⌨️
Coding at 🏠
View GitHub Profile
@LearnShare
LearnShare / README.md
Last active March 20, 2026 09:08
Manual Download Electron 手动下载 Electron

Manual Download Electron

手动下载 electron 并添加到缓存目录中

1. Get latest version for current os

获取适合当前系统的最新版本

node mde.js
@LearnShare
LearnShare / weread.qq.com.css
Created December 7, 2023 07:43
Weread reading page layout
.app {
overflow-x: hidden;
overflow-y: auto;
}
.app:has(.readerControls) {
overflow: hidden;
}
#routerView:has(.readerControls) {
display: flex;