mirror of
https://github.com/LingChair/LingChair-V0.git
synced 2025-12-08 01:55:50 +08:00
fix: Material Icons (see changelog)
1. 换回未经压缩的 css 文件以方便修改 2. 修改 Material Icons 的依赖链接, 从本地相对路径指向 Unpkg CDN
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
<!-- Styles -->
|
||||
<!-- <link rel="stylesheet" href="https://unpkg.com/mdui@1.0.2/dist/css/mdui.min.css" /> -->
|
||||
<link rel="stylesheet" href="static/mdui.min.css" />
|
||||
<link rel="stylesheet" href="./static/mdui.css" />
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
<link rel="stylesheet" href="chat-message.css" />
|
||||
<link rel="stylesheet" href="mdui-prettier.css" />
|
||||
|
||||
Reference in New Issue
Block a user