feat: add post publish mode with review

This commit is contained in:
Tim
2025-07-01 13:09:47 +08:00
parent 227b375eb4
commit af1f3a9230
9 changed files with 209 additions and 3 deletions

View File

@@ -16,3 +16,6 @@ app.upload.max-size=${UPLOAD_MAX_SIZE:5242880}
app.jwt.secret=${JWT_SECRET:ChangeThisSecretKeyForJwt}
app.jwt.expiration=${JWT_EXPIRATION:86400000}
# Post publish mode: DIRECT or REVIEW
app.post.publish-mode=${POST_PUBLISH_MODE:DIRECT}