Skip to content

Commit

Permalink
windowIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
xygodcyx committed May 24, 2024
1 parent dfae30b commit 0466414
Show file tree
Hide file tree
Showing 19 changed files with 1,221 additions and 16 deletions.
Empty file.
Binary file removed dist.zip
Binary file not shown.
124 changes: 108 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,110 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Blog</title>
<script type="module" crossorigin src="/assets/index-1cf03590.js"></script>
<link rel="stylesheet" href="/assets/index-b3c9ade2.css">
</head>
<body>
<div id="app"></div>

</body>
</html>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WindowsIconCustomization</title>
<link rel="stylesheet" href="windowsIcon/css/font.css">
<link rel="stylesheet" href="windowsIcon/css/index.css">
</head>

<body>
<div class="home hideLeft">
<div class="leftNav">
<div class="top">
<div class="icon control iconfont">
&#xe7d9;
</div>
<div class="search">
<span class="icon iconfont small">&#xe620;</span>
<div class="searchBig">
<span class="icon iconfont inputIcon">&#xe620;</span>
<input class="searchInput" type="text" placeholder="搜索">
</div>
</div>
<p class="line"></p>
<h4 class="topTitle title">macOS图标库</h4>
<nav class="topNav">
<ul class="navList">
<li class="navItem">
<span class="icon iconfont">&#xe674;</span>
<span class="label"></span>
</li>
<li class="navItem">
<span class="icon iconfont">&#xe72d;</span>
<span class="label">关于</span>
</li>
</ul>
</nav>
</div>
<div class="center">
<p class="line"></p>
<h4 class="centerTitle title">过滤器</h4>
<nav class="centerNav">
<ul class="navList">
<!-- <li class="navItem">
<span class="icon iconfont">&#xe61f;</span>
<span class="label">颜色</span>
</li> -->
<li class="navItem">
<span class="icon iconfont">&#xe647;</span>
<span class="label">文件类型</span>
</li>
<li class="navItem">
<span class="icon iconfont">&#xe783;</span>
<span class="label">公司</span>
</li>
<!-- <li class="navItem">
<span class="icon iconfont">&#xe63e;</span>
<span class="label">类别</span>
</li> -->
<!-- <li class="navItem">
<span class="icon iconfont">&#xe600;</span>
<span class="label">年</span>
</li> -->
<li class="navItem">
<span class="icon iconfont">&#xeb88;</span>
<span class="label">应用</span>
</li>
</ul>
</nav>
</div>
<div class="bottom">
<h3 class="title">
有关的
</h3>
<nav class="about">
<ul>
<li class="navItem">
<a href="#">iOS图标库</a>
<span class="icon iconfont">&#xe74c;</span>
</li>
<li class="navItem">
<a href="#">watchOS图标库</a>
<span class="icon iconfont">&#xe74c;</span>
</li>
</ul>
</nav>
</div>
</div>
<div class="mainContent">
<div class="top">
<div class="leftTitle">
<span id="title">图标</span>
<span class="sum">(999)</span>
</div>
<div class="rightTool">
占位工具
</div>
</div>
<div class="content showIconWrap">

</div>
</div>
</div>
</body>
<script src="windowsIcon/js/data.js"></script>
<script src="windowsIcon/js/index.js"></script>

</html>
18 changes: 18 additions & 0 deletions index3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Blog</title>
<script type="module" crossorigin src="/assets/index-1cf03590.js"></script>
<link rel="stylesheet" href="/assets/index-b3c9ade2.css">
</head>
<body>
<div id="app"></div>

</body>
</html>
Binary file added windowsIcon/asset/1716458856474.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added windowsIcon/asset/1716515782501.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added windowsIcon/asset/1716515799621.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added windowsIcon/asset/1716515811590.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions windowsIcon/asset/font/iconfont.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
@font-face {
font-family: "iconfont"; /* Project id 4558692 */
src: url('iconfont.woff2?t=1716461296073') format('woff2'),
url('iconfont.woff?t=1716461296073') format('woff'),
url('iconfont.ttf?t=1716461296073') format('truetype');
}

.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-rili:before {
content: "\e600";
}

.icon-wenhao:before {
content: "\e72d";
}

.icon-wxbsousuotuiguang:before {
content: "\e620";
}

.icon-yaoyiyao:before {
content: "\e63e";
}

.icon-kaifashang:before {
content: "\e783";
}

.icon-yingyongAPP_o:before {
content: "\eb88";
}

.icon-manhuajia:before {
content: "\e647";
}

.icon-huabi:before {
content: "\e61f";
}

.icon-home:before {
content: "\e674";
}

.icon-youshangjiantou:before {
content: "\e74c";
}

.icon-m-kaiguan:before {
content: "\e7d9";
}

Binary file added windowsIcon/asset/font/iconfont.ttf
Binary file not shown.
Binary file added windowsIcon/asset/font/iconfont.woff
Binary file not shown.
Binary file added windowsIcon/asset/font/iconfont.woff2
Binary file not shown.
57 changes: 57 additions & 0 deletions windowsIcon/css/base.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

body {
line-height: 1;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

a {
text-decoration: none;
}
14 changes: 14 additions & 0 deletions windowsIcon/css/font.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
@font-face {
font-family: 'iconfont';
src: url('../asset/font/iconfont.woff2?t=1716461296073') format('woff2'),
url('../asset/font/iconfont.woff?t=1716461296073') format('woff'),
url('../asset/font/iconfont.ttf?t=1716461296073') format('truetype');
}

.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
10 changes: 10 additions & 0 deletions windowsIcon/css/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@import "./base.css";
@import "./leftNav.css";
@import "./mainContent.css";

.home {
width: 100vw;
height: 100vh;
display: flex;
overflow: hidden;
}
Loading

0 comments on commit 0466414

Please sign in to comment.