We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3105f3 commit d530760Copy full SHA for d530760
.npmignore
@@ -0,0 +1,4 @@
1
+tmp
2
+dist
3
+.DS_Store
4
+npm-debug.log
README.md
@@ -5,9 +5,22 @@
5
[![Downloads][downloads-image]][downloads-url]
6
[![License][license-image]][license-url]
7
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>
21
22
##soi是什么?
-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)
24
一同使用的一款浏览器端JavaScript构建工具, 基于Node开发。[oslojs](https://github.com/Saber-Team/oslojs)
25
是一个符合AMD规范的高度模块化的JavaScript框架, 在浏览器端尤其表现卓越, 并且也支持移动端开发.
26
0 commit comments