mirror of
https://github.com/hequan2017/seal.git
synced 2026-05-05 02:05:25 +08:00
修改字体源库,,修改后端mysql 为 tidb
This commit is contained in:
@@ -98,7 +98,7 @@ if socket.gethostname().endswith('test'):
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
'HOST': '192.168.100.50',
|
||||
'PORT': '3306',
|
||||
'PORT': '4000',
|
||||
'NAME': 'seal',
|
||||
'USER': 'root',
|
||||
'PASSWORD': '123456',
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@import url("https://fonts.lug.ustc.edu.cn/css?family=Open+Sans:300,400,600,700");
|
||||
@import url("https://fonts.lug.ustc.edu.cn/css?family=Roboto:400,300,500,700");
|
||||
@import url("https://cdn.baomitu.com/css?family=Open+Sans:300,400,600,700");
|
||||
@import url("https://cdn.baomitu.com/css?family=Roboto:400,300,500,700");
|
||||
/*
|
||||
*
|
||||
* INSPINIA - Responsive Admin Theme
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<link rel=stylesheet href="../../doc/docs.css">
|
||||
|
||||
<link rel="stylesheet" href="../../lib/codemirror.css">
|
||||
<link href="http://fonts.lug.ustc.edu.cn/css?family=Inconsolata" rel="stylesheet" type="text/css">
|
||||
<link href="http://cdn.baomitu.com/css?family=Inconsolata" rel="stylesheet" type="text/css">
|
||||
<script src="../../lib/codemirror.js"></script>
|
||||
<script src="vb.js"></script>
|
||||
<script type="text/javascript" src="../../addon/runmode/runmode.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user