📝 修改 icon.
This commit is contained in:
BIN
docs/assert/favicon.ico
Normal file
BIN
docs/assert/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
@@ -5,7 +5,7 @@
|
||||
<title>orion-visor</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
|
||||
<meta name="description" content="Description">
|
||||
<link rel="icon" href="./assert/logo.svg">
|
||||
<link rel="icon" href="./assert/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<!-- Theme: Defaults -->
|
||||
<link rel="stylesheet" href="./assert/font.css">
|
||||
|
||||
@@ -21,9 +21,6 @@ import org.springframework.core.annotation.Order;
|
||||
@Order(BeanOrderConst.DEMO_DISABLE_API_ASPECT)
|
||||
public class DemoDisableApiAspect {
|
||||
|
||||
public DemoDisableApiAspect() {
|
||||
}
|
||||
|
||||
@Pointcut("@annotation(e)")
|
||||
public void disableApi(DemoDisableApi e) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user