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

发布文章时,支持自定义摘要;markdown支持多行公式 #145

Merged
merged 4 commits into from
Aug 29, 2023

Conversation

YoungYo
Copy link
Contributor

@YoungYo YoungYo commented Aug 28, 2023

如果是已经部署的项目,在部署新的代码之前,需要先执行以下SQL,修改表结构。

use aurora;
alter table t_article  
   add article_abstract varchar(500) null comment '文章摘要,如果该字段为空,默认取文章的前500个字符作为摘要' after article_title;

前端修改效果:
image
image
image
image

@linhaojun857 linhaojun857 merged commit f1ba975 into linhaojun857:master Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants