b3aa22605d
Add user authentication module, Login page and initialization page. Fixed the problem that the application could not start after the system restarted.
4 lines
229 B
Go
4 lines
229 B
Go
package types
|
|
|
|
const CURRENTVERSION = "0.1.7"
|
|
const BODY = "<li>Add user authentication module, Login page and initialization page.</li><li>Fixed the problem that the application could not start after the system restarted.</li>"
|