🤪优化前端页面
This commit is contained in:
parent
7176e1d4dd
commit
731097e2f1
2
.github/workflows/friend_circle_lite.yml
vendored
2
.github/workflows/friend_circle_lite.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
||||
- name: Commit changes
|
||||
run: |
|
||||
mkdir pages
|
||||
cp -r main ./static/index.html ./static/readme.md all.json errors.json pages/
|
||||
cp -r main ./static/index.html ./static/readme.md ./static/favicon.ico all.json errors.json pages/
|
||||
cd pages
|
||||
git init
|
||||
git add .
|
||||
|
@ -1,5 +1,5 @@
|
||||
<div align="center">
|
||||
<img src="./static/icon.png" width="200" alt="fclite">
|
||||
<img src="./static/favicon.ico" width="200" alt="fclite">
|
||||
|
||||
[前端展示](https://fc.liushen.fun) | [详细文档](https://blog.liushen.fun/posts/4dc716ec/)
|
||||
|
||||
|
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 202 KiB |
BIN
static/icon.png
BIN
static/icon.png
Binary file not shown.
Before Width: | Height: | Size: 179 KiB |
@ -3,8 +3,11 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
|
||||
<meta name="description" content="🐱一个精简版,无后端,且仅利用github action运行的精简版友链朋友圈程序,兼容fc的json格式信息,同时支持推送友圈更新,支持他人订阅个人站点并在更新时发送邮箱推送。">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>文章卡片展示</title>
|
||||
<title>Frient-Circle-Lite</title>
|
||||
</head>
|
||||
<style>
|
||||
.root-container {
|
||||
|
Loading…
x
Reference in New Issue
Block a user