Skip to content

Commit d530760

Browse files
author
AceMood
committed
add
1 parent f3105f3 commit d530760

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.npmignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
tmp
2+
dist
3+
.DS_Store
4+
npm-debug.log

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,22 @@
55
[![Downloads][downloads-image]][downloads-url]
66
[![License][license-image]][license-url]
77

8+
<style>
9+
html, body {
10+
font-family: "MicroSoft Yahei";
11+
}
12+
pre {
13+
border: 1px solid #d9d9d9;
14+
background-color: black;
15+
color: white;
16+
}
17+
code {
18+
background-color: #fee9cc;
19+
}
20+
</style>
821

922
##soi是什么?
10-
soi(`S`mart `O`ptimization `I`ntegration)是和[oslojs](https://github.com/Saber-Team/oslojs)
23+
soi(Smart Optimization Integration)是和[oslojs](https://github.com/Saber-Team/oslojs)
1124
一同使用的一款浏览器端JavaScript构建工具, 基于Node开发。[oslojs](https://github.com/Saber-Team/oslojs)
1225
是一个符合AMD规范的高度模块化的JavaScript框架, 在浏览器端尤其表现卓越, 并且也支持移动端开发.
1326

0 commit comments

Comments
 (0)