mirror of
https://github.com/LingChair/LingChair-V0.git
synced 2025-12-07 17:45:49 +08:00
depend & style: see changelog
1. 更换所有依赖文件的 CDN 为 jsDelivr 2. 分离魔改版 mdui.css 到 MDUI-Modified 仓库, 使用 jsDelivr CDN 供应 3. 注释头处小修改
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html lang="zh-cmn-Hans">
|
||||
<!--
|
||||
* ©2024 满月叶
|
||||
* Github: MoonLeeeaf
|
||||
* GitHub @MoonLeeeaf
|
||||
* 铃之椅 网页端
|
||||
-->
|
||||
<head>
|
||||
@@ -17,16 +17,16 @@
|
||||
|
||||
<!-- Styles -->
|
||||
<!-- <link rel="stylesheet" href="https://unpkg.com/mdui@1.0.2/dist/css/mdui.min.css" /> -->
|
||||
<link rel="stylesheet" href="./static/mdui.css" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/LingChair/MDUI-Modified/dist/mdui.min.css" />
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
<link rel="stylesheet" href="chat-message.css" />
|
||||
<link rel="stylesheet" href="mdui-prettier.css" />
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="https://cdn.jsdelivr.net/gh/wilddeer/stickyfill@2.1.0/dist/stickyfill.min.js"></script>
|
||||
<script src="https://unpkg.com/jquery@3.7.1/dist/jquery.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/marked@13.0.1/marked.min.js"></script>
|
||||
<link rel="icon" href="res/icon.ico" />
|
||||
<title>铃之椅</title>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user