Libin YANG

Results 9 issues of Libin YANG

读书交流

good first issue
talk

# 英雄招募 ## 成为 [Doocs](https://github.com/doocs) 项目维护者 本项目 [advanced-java](https://github.com/doocs/advanced-java),包括 [Doocs](https://github.com/doocs) 开源组织下的所有项目,都欢迎各位朋友参与完善。 如果你提交的内容有价值,且具备规范性,将有机会提升为项目的维护者,直接参与项目的 review、merge 等维护工作,提交内容时也可以**直接** `push` 到 [doocs/advanced-java](https://github.com/doocs/advanced-java) 主分支 master 下,无须提交 PR 等待 review。 目前 advanced-java 只有 [yanglbme](https://github.com/doocs/advanced-java) 一人维护,很欢迎你们加入,与 yanglbme 一起并肩作战。当然,Doocs 下其它所有项目,如...

enhancement

为了更加方便大家在线阅读,我目前已经将项目发布在 GitHub Page 上,[阅读请点我](https://doocs.github.io/coding-interview/#/)。 另外,大家如果有转载的需求,请注明出处,毕竟我花了大量的时间整理了这一系列知识。

good first issue
notice

## 背景 我们目前计划对 doocs/leetcode 网站(https://doocs.github.io/leetcode) 进行重新设计,美化。 ## 分支 docs-dev ## 本地开发 1. 安装 Python3 环境 1. clone 本项目 2. 切换到 docs-dev 分支 3. 使用 `pip install -r requirements.txt` 安装依赖 4....

enhancement
help wanted
core team

我们计划为本项目构建一个 docker 镜像,使得用户可以在本地,通过一行命令,如 `docker run -d -p 8080:80 doocs/leetcode:latest` 启动网站。 如果你有兴趣,可以给项目提交 pr。 ---- We plan to build a Docker image for this project, enabling users to start the website locally...

help wanted
good issue

md
ts
core team
json
gitignore
mts
css

## 1. 想法 在编辑框内容为空时,展示 placeholder:输入 "/" 快捷添加内容 ![image](https://github.com/user-attachments/assets/3fca9cee-40d2-4440-a2b5-3b4b5d781d4d) 用户输入 / 时,唤起选项弹窗,示例: ![image](https://github.com/user-attachments/assets/dbd3dd19-fdd0-4df0-80ca-3ff8bcc5735b) - 用户选中 "H1" 时,移除编辑框中的 /,并自动添加 '# ' 到目前光标所在位置 - 用户选中 ”代码块“时,自动添加 \```\n\n``` - 用户选中”公式块“时,弹出公式编辑窗 ![image](https://github.com/user-attachments/assets/1c18c8d8-1693-4cf4-af56-b26c5b2764cd) ## 2. 参考...

enhancement
help wanted
good first issue