Skip to content

Commit e91f2da

Browse files
authored
Dev/1.7.0 (#204)
* fix: 去除内置灯塔 sdk * upd: 新增CopySourceParser 类型说明
1 parent 83b4b32 commit e91f2da

File tree

10 files changed

+47
-1363
lines changed

10 files changed

+47
-1363
lines changed
File renamed without changes.

demo/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ <h1>
107107
</div>
108108
</div>
109109

110+
<script src="../demo/common/beacon.min.js"></script>
110111
<script src="../dist/cos-js-sdk-v5.js"></script>
111112
<script src="./demo.js"></script>
112113
<script type="module" src="./CIDemos/index.js"></script>
@@ -236,8 +237,9 @@ <h1>
236237
// // SecurityToken: credentials.sessionToken, // 如果使用临时密钥,需要传 SecurityToken
237238
// });
238239
};
239-
240240
var cos = new COS({
241+
// EnableTracker: true, // 开启灯塔上报
242+
// Beacon: BeaconAction,
241243
getAuthorization: getAuthorization,
242244
UploadCheckContentMd5: true,
243245
});

0 commit comments

Comments
 (0)