Browse Source

reafctor(icon): new project icon

master
louisyoungx 3 years ago
parent
commit
d034923c90
  1. 2
      README.md
  2. BIN
      Static/favicon.ico
  3. BIN
      Static/img/shopper.png
  4. 1
      Static/img/shopper.svg
  5. 2
      Static/index.html

2
README.md

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
# JD_SHOPPER
# JD_SHOPPER <img src="./Static/img/shopper.svg" width="50px">
[![version](https://img.shields.io/badge/python-3.4+-blue.svg)](https://www.python.org/download/releases/3.4.0/)
[![status](https://img.shields.io/badge/status-stable-green.svg)](https://github.com/tychxn/jd-assistant)

BIN
Static/favicon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
Static/img/shopper.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

1
Static/img/shopper.svg

@ -0,0 +1 @@ @@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M823.269053 688.289684H390.036211c-39.666526 0-70.063158-18.297263-76.288-45.810526l-58.098527-256.242526a46.268632 46.268632 0 0 1 9.162105-39.666527 77.204211 77.204211 0 0 1 67.260632-27.459368h549.187368a85.207579 85.207579 0 0 1 67.125895 27.459368 48.505263 48.505263 0 0 1 9.162105 39.666527l-57.856 256.242526a78.147368 78.147368 0 0 1-76.422736 45.810526z m-451.557053-67.125895a107.789474 107.789474 0 0 0 18.297263 3.045053h433.25979a107.789474 107.789474 0 0 0 18.297263-3.045053l54.918737-241.04421a132.042105 132.042105 0 0 0-15.252211-3.045053H332.072421a22.851368 22.851368 0 0 0-15.25221 3.045053zM249.667368 255.029895H57.451789a30.504421 30.504421 0 0 1 0-61.008842h192.215579a30.504421 30.504421 0 0 1 0 61.008842z" fill="#208BB5" /><path d="M295.450947 459.452632a29.642105 29.642105 0 0 1-30.504421-24.414316L222.154105 236.732632a31.124211 31.124211 0 0 1 61.008842-12.207158l42.711579 198.305684a30.881684 30.881684 0 0 1-24.414315 36.621474z" fill="#208BB5" /><path d="M441.829053 932.244211a115.873684 115.873684 0 1 1 115.873684-115.873685 115.873684 115.873684 0 0 1-115.873684 115.873685z m0-170.846316a54.918737 54.918737 0 1 0 54.972631 54.972631 54.703158 54.703158 0 0 0-54.972631-54.864842zM765.224421 932.244211a115.873684 115.873684 0 1 1 115.873684-115.873685 115.873684 115.873684 0 0 1-115.873684 115.873685z m0-170.846316a54.918737 54.918737 0 1 0 54.972632 54.972631 54.703158 54.703158 0 0 0-54.972632-54.864842z" fill="#83D2EA" /></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

2
Static/index.html

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<title>订单自动提交</title>
<link rel="Shortcut Icon" href="title.ico" type="./image/x-icon" />
<link rel="Shortcut Icon" href="favicon.ico" type="./image/x-icon" />
<link type="text/css" rel="stylesheet" href="./css/element_index.css" />
<link type="text/css" rel="stylesheet" href="./css/index.css" />
</head>

Loading…
Cancel
Save