-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
需要对现有代码作出一些改动以支持文章版本管理 #1958
Labels
area/console
Issues or PRs related to the Halo Console
kind/feature
Categorizes issue or PR as related to a new feature.
Comments
guqing
added
the
kind/feature
Categorizes issue or PR as related to a new feature.
label
Feb 16, 2022
This was referenced Feb 16, 2022
建议:isInProcess -> wip(work in progress) |
之前想用来着但是wip是缩写应该大写WIP 而且表示boolean 所以就放弃了这个想法,isInProcess更恰当些感觉 |
这里推荐用 参考: |
@ruibaby 修改 |
好的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/console
Issues or PRs related to the Halo Console
kind/feature
Categorizes issue or PR as related to a new feature.
描述
改动如下:
/{postId}/status/draft/content
即调用SDK为apiClient.post.updateDraftById(this.postToStage.id, this.postToStage.originalContent)
BasePostSimple
对象增加isInProces
属性inProgress
的展示,表示是否有正在编辑中的草稿this.postToStage.status = 'DRAFT'
以上描述中有关Post的也要相应改动Sheet
Related issue: halo#1587
Related PR: halo#1617
The text was updated successfully, but these errors were encountered: