json-parse

This commit is contained in:
N1KO 2024-12-20 17:32:18 +08:00
parent ab0c8510a7
commit ce06c10904
28 changed files with 6 additions and 6 deletions

View File

@ -4,5 +4,5 @@ spring:
main:
allow-bean-definition-overriding: true
# resources:
# static-locations: classpath:/templates/
resources:
static-locations: classpath:/templates/

View File

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<link rel="icon" type="image/png" href="../static/NIKO.png" th:href="@{/NIKO.png}">
<link rel="icon" type="image/png" href="NIKO.png">
<title>JSON在线解析及格式化验证</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="HandheldFriendly" content="True"/>
@ -11,9 +11,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all"/>
<meta name="author" content="BAOGUTANG-JSON"/>
<link href="../static/css/bootstrap.min.css" rel="stylesheet" th:href="@{css/bootstrap.min.css}">
<link href="../static/css/font-awesome.min.css" rel="stylesheet" th:href="@{css/font-awesome.min.css}">
<link href="../static/css/base.css" rel="stylesheet" th:href="@{css/base.css}">
<link href="css/bootstrap.min.css" rel="stylesheet" th:href="@{css/bootstrap.min.css}">
<link href="css/font-awesome.min.css" rel="stylesheet" th:href="@{css/font-awesome.min.css}">
<link href="css/base.css" rel="stylesheet" th:href="@{css/base.css}">
<style>
body, html {
min-height: 100%;