Add config page, and configuration for the base URL, so the bookmarklet will work on remote machines.
This commit is contained in:
6
entity/config.go
Normal file
6
entity/config.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package entity
|
||||
|
||||
type Config struct {
|
||||
BaseURL string
|
||||
Version int
|
||||
}
|
||||
Reference in New Issue
Block a user