2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00

feat: 去掉nginx高亮,优化登录界面,解决时区和cookie问题

This commit is contained in:
耗子
2024-09-29 01:12:43 +08:00
parent e5f36df4bf
commit d4feba17d0
16 changed files with 45 additions and 328 deletions

View File

@@ -18,6 +18,7 @@ package main
import (
"github.com/TheTNB/panel/internal/bootstrap"
_ "time/tzdata"
)
func main() {

View File

@@ -16,7 +16,10 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package main
import "github.com/TheTNB/panel/internal/bootstrap"
import (
"github.com/TheTNB/panel/internal/bootstrap"
_ "time/tzdata"
)
// @title 耗子面板 API
// @version 2