-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make css file localization. DaiZerong 201732120115
- Loading branch information
Showing
2 changed files
with
1 addition
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,8 +30,7 @@ | |
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
|
||
<!--<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/> --> | ||
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/fontawesome.min.css" />--> | ||
<link rel="stylesheet" href="./font-awesome/css/fontawesome.min.css" /> | ||
<link rel="stylesheet" href="http://118.25.96.118/nor/font-awesome/css/font-awesome.min.css" /> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
CODZR
via email
Author
Contributor
|
||
<script src="http://118.25.96.118/nor/css/jquery.min.js" type="text/javascript"></script> | ||
<script src="http://118.25.96.118/nor/css/bootsrap.min.js" type="text/javascript"></script> | ||
<link href="http://118.25.96.118/nor/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> | ||
|
Oops, something went wrong.
2 comments
on commit 8c405ac
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我已经把这个文件夹删掉了
…------------------ 原始邮件 ------------------
发件人: "Software Project Management"<notifications@github.com>;
发送时间: 2020年4月15日(星期三) 上午10:49
收件人: "lanlab-org/LRR"<LRR@noreply.github.com>;
抄送: "975336710"<975336710@qq.com>; "Mention"<mention@noreply.github.com>;
主题: Re: [lanlab-org/LRR] Make css file localization. DaiZerong 201732120115 (8c405ac)
@dzr201732120115
font-awesome/css/fontawesome.min.css 这个文件我们的服务器上有。所以不需要加进来。
蓝珲
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
@dzr201732120115
为什么要加
http://118.25.96.118/nor
?如果换了一个IP地址,那么这个 style sheet 可能就不能工作了。蓝珲