Skip to content

Commit

Permalink
chore: add survey show time dynamic config
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Nov 21, 2024
1 parent 3d7e2bf commit 007581f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/surveys.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"newUser": "https://s.surveyplanet.com/jssqbld8",
"powerUser": "https://s.surveyplanet.com/v3j59a7z",
"newUserShowDelayMS": 1200000,
"powerUserShowIntervalDays": 35,
"browser": {
"newUser": "https://s.surveyplanet.com/5lrpp9ud",
"powerUser": "https://s.surveyplanet.com/wtohpj8x"
"powerUser": "https://s.surveyplanet.com/wtohpj8x",
"newUserShowDelayMS": 1200000,
"powerUserShowIntervalDays": 35
}
}

0 comments on commit 007581f

Please sign in to comment.