Change Theme / CSS based on user

前端 未结 8 1886
说谎
说谎 2021-01-02 06:10

I am building a product that we are eventually going to white-label. Right now I am trying to figure out the best way to facilitate these requirements programmatically so th

8条回答
  •  粉色の甜心
    2021-01-02 06:37

    Your proposed method is how I would go about solving this problem: upload the user-controllable values (maybe just colors and font sizes) into a table linked to the user.

    The logo/avatar you want the user to have can be stored in the db or as a file on the fs.

提交回复
热议问题