-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add config for ban_self_audit (#2040)
- Loading branch information
Showing
4 changed files
with
87 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<html> | ||
<meta charset="utf-8"> | ||
<title>数据库表结构说明文档</title> | ||
<style> | ||
body,td,th {font-family:"宋体"; font-size:12px;} | ||
table,h1,p{width:960px;margin:0px auto;} | ||
table{border-collapse:collapse;border:1px solid #CCC;background:#efefef;} | ||
table caption{text-align:left; background-color:#fff; line-height:2em; font-size:14px; font-weight:bold; } | ||
table th{text-align:left; font-weight:bold;height:26px; line-height:26px; font-size:12px; border:1px solid #CCC;padding-left:5px;} | ||
table td{height:20px; font-size:12px; border:1px solid #CCC;background-color:#fff;padding-left:5px;} | ||
</style> | ||
|
||
<body> | ||
<h1 style="text-align:center;">test_archery 数据字典 (共 0 个表)</h1> | ||
<p style="text-align:center;margin:20px auto;">生成时间:2023-01-31 14:41:33</p> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters