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:
@@ -18,6 +18,7 @@ package main
|
||||
|
||||
import (
|
||||
"github.com/TheTNB/panel/internal/bootstrap"
|
||||
_ "time/tzdata"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user