Skip to content

Commit

Permalink
update mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jm12138 committed Jul 8, 2024
1 parent a5a3091 commit 946854e
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 29 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@

```html
<!-- 最新版本 -->
<script src='https://cdn.jsdelivr.net/npm/webai-js/dist/webai.min.js'></script>

<!-- 2.0.2 版本 -->
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/webai.min.js'></script>
<script type="module" src='https://cdn.jsdelivr.net/npm/webai-js/dist/webai.min.js'></script>
```

2. Npm 安装
Expand Down
2 changes: 1 addition & 1 deletion dist/webai.min.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var x = function() {
}), ue = function(n) {
var r;
return r = Fe(n), r || (typeof readbuffer == "function" ? new Uint8Array(readbuffer(n)) : (r = read(n, "binary"), ae(typeof r == "object"), r));
}, typeof scriptArgs < "u" && scriptArgs, typeof print < "u" && (typeof console > "u" && (console = {}), console.log = print, console.warn = console.error = typeof printErr < "u" ? printErr : print)) : (R || S) && (S ? $ = self.location.href : document.currentScript && ($ = document.currentScript.src), b && ($ = b), $.indexOf("blob:") !== 0 ? $ = $.substr(
}, typeof scriptArgs < "u" && scriptArgs, typeof print < "u" && (typeof console > "u" && (console = {}), console.log = print, console.warn = console.error = typeof printErr < "u" ? printErr : print)) : (R || S) && (S ? $ = self.location.href : document.currentScript ? $ = document.currentScript.src : $ = import.meta.url, b && ($ = b), $.indexOf("blob:") !== 0 ? $ = $.substr(
0,
$.lastIndexOf("/") + 1
) : $ = "", H = function(n) {
Expand Down
Loading

0 comments on commit 946854e

Please sign in to comment.