Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

代码区点击复制代码时自动去掉行号 #320

Closed
kangaroo1122 opened this issue Apr 17, 2020 · 3 comments
Closed

代码区点击复制代码时自动去掉行号 #320

kangaroo1122 opened this issue Apr 17, 2020 · 3 comments
Assignees
Milestone

Comments

@kangaroo1122
Copy link

在开启行号显示的情景下,点击复制按钮,会把代码前边的行号复制进去,可以不可以优化一下,复制时去掉行号

@Vanessa219
Copy link
Owner

源码中的 Demo 加上对应的配置并不会重现,请详细描述一下或给出示例

@Vanessa219 Vanessa219 removed their assignment Apr 17, 2020
@kangaroo1122
Copy link
Author

我的博客里边,随便给个地址,复制出来都是有行号的
https://www.kangaroohy.com/articles/2019/11/20/1574235633965.html
像这样:
1docker run --detach --name solo --network=host
2 --env RUNTIME_DB="MYSQL"
3 --env JDBC_USERNAME="solo"
4 --env JDBC_PASSWORD="你的密码"
5 --env JDBC_DRIVER="com.mysql.cj.jdbc.Driver"
6 --env JDBC_URL="jdbc:mysql://127.0.0.1:3306/solo?useUnicode=yes&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC"
7 b3log/solo --listen_port=8585 --server_scheme=http --server_host=solo.kangaroohy.top --server_port=

@Vanessa219 Vanessa219 self-assigned this Apr 17, 2020
@Vanessa219 Vanessa219 added this to the 3.1.0 milestone Apr 17, 2020
@Vanessa219
Copy link
Owner

哦。明天更新再试试

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants