You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
288 B

4 years ago
package common
// 需要同时修改ui/src/data/reserve-urls.ts
var ReserverURLs = []string{
4 years ago
"/tags",
"/courses",
4 years ago
"/dashboard",
4 years ago
"/editor",
"/admin",
"/bookmarks",
"/settings",
"/jobs",
"/books",
4 years ago
"/series",
4 years ago
"/notifications",
"/sponsors",
"/explore",
"/login",
"/search",
4 years ago
}