Skip to content

Commit

Permalink
feat(meta): add background image config
Browse files Browse the repository at this point in the history
  • Loading branch information
OrenZhang committed Nov 3, 2024
1 parent 06a2ee4 commit e34c982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/home/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ class BuildInKeys:
GONGAN_FILLING_URL: CONFIG_DEFAULT_T = "gongan_filling_url", ""
USER_AGREEMENT: CONFIG_DEFAULT_T = "user_agreement", ""
PRIVACY_AGREEMENT: CONFIG_DEFAULT_T = "privacy_agreement", ""
BACKGROUND_IMAGE: CONFIG_DEFAULT_T = "background_image", ""

0 comments on commit e34c982

Please sign in to comment.