This repository was archived by the owner on May 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathabout.html
More file actions
45 lines (42 loc) · 1.67 KB
/
Copy pathabout.html
File metadata and controls
45 lines (42 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="utf-8" />
<title>关于 CSS Sprites 样式生成工具</title>
<style type="text/css">
body {
padding: 10px;
font-family: Arial, Helvetica, Tahoma, sans-serif;
font-size: 12px
}
</style>
<script type="text/javascript" src="lib/air/AIRAliases.js"></script>
<script type="text/javascript">
function openInBrowser(url) {
air.navigateToURL(new air.URLRequest(url));
}
</script>
</head>
<body>
<h1>CSS Sprites 样式生成工具</h1>
<h2>简介</h2>
<p>程序名称:CSS Sprites 样式生成工具(bg2css)</p>
<p>主要功能:方便使用CSS Sprites时对图片生成样式</p>
<p>© 2009 by <a href="#" onclick="openInBrowser('https://www.cssforest.org/about/')">GhostZhang</a></p>
<p>官方地址:<a href="#"
onclick="openInBrowser('https://www.cssforest.org/2019/02/17/CSS-Sprites-%E6%A0%B7%E5%BC%8F%E7%94%9F%E6%88%90%E5%B7%A5%E5%85%B7.html')">https://www.cssforest.org/2019/02/17/CSS-Sprites-样式生成工具.html</a>
</p>
<p>帮助文档:<a href="#"
onclick="openInBrowser('https://github.com/ghostzhang/bg2css/wiki/bg2css-help')">https://github.com/ghostzhang/bg2css/wiki/bg2css-help</a>
</p>
<h2>版本信息</h2>
<p>
bg2css v3.2.3 2020-12-22<br />
(fix)帮助文档地址迁移到 github<br />
(fix)版本更新改为手动<br />
(fix)样式问题<br />
(add)默认界面<br />
(add)更新快捷键说明文档
</p>
</body>
</html>