mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-04 18:59:08 +01:00
fix dev url to be index-dev.html
This commit is contained in:
parent
6e6fe4d4bf
commit
c9e52b0148
@ -52,7 +52,7 @@ const MaxCommandLen = 4096
|
||||
const MaxSignalLen = 12
|
||||
const MaxSignalNum = 64
|
||||
const MaxEvalDepth = 5
|
||||
const DevWebScreenUrlFmt = "http://devtest.getprompt.com:9001/static/index.html?screenid=%s&viewkey=%s"
|
||||
const DevWebScreenUrlFmt = "http://devtest.getprompt.com:9001/static/index-dev.html?screenid=%s&viewkey=%s"
|
||||
const ProdWebScreenUrlFmt = "https://share.getprompt.dev/s/%s?viewkey=%s"
|
||||
|
||||
var ColorNames = []string{"black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "orange"}
|
||||
|
Loading…
Reference in New Issue
Block a user