File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1522,13 +1522,13 @@ function CIExample4(){
15221522
15231523( function ( ) {
15241524 var list = [
1525- 'text -工具函数' ,
1525+ 'header -工具函数' ,
15261526 'request' ,
15271527 'getObjectUrl' ,
15281528 'getAuth' ,
15291529
15301530 //'getService', // 不支持,正常场景会跨域
1531- 'text -存储桶操作' ,
1531+ 'header -存储桶操作' ,
15321532 //'putBucket', // 不支持,正常场景会跨域
15331533 'headBucket' ,
15341534 'putBucketAcl' ,
@@ -1571,7 +1571,7 @@ function CIExample4(){
15711571 'deleteBucketEncryption' ,
15721572 'deleteBucket' ,
15731573
1574- 'text -对象操作' ,
1574+ 'header -对象操作' ,
15751575 'getBucket' ,
15761576 'listObjectVersions' ,
15771577 'putObjectCopy' ,
@@ -1586,7 +1586,7 @@ function CIExample4(){
15861586 'selectObjectContent' ,
15871587 'putObject' ,
15881588
1589- 'text -高级操作' ,
1589+ 'header -高级操作' ,
15901590 'sliceUploadFile' ,
15911591 'selectFileToUpload' ,
15921592 'sliceCopyFile' ,
@@ -1598,7 +1598,7 @@ function CIExample4(){
15981598 'pauseTask' ,
15991599 'restartTask' ,
16001600
1601- 'text -数据万象示例' ,
1601+ 'header -数据万象示例' ,
16021602 'CIExample1' ,
16031603 'CIExample2' ,
16041604 'CIExample3' ,
@@ -1623,7 +1623,7 @@ function CIExample4(){
16231623 list . forEach ( function ( name ) {
16241624 if ( name === '-' ) {
16251625 html . push ( '<hr/>' ) ;
1626- } else if ( name . indexOf ( 'text ' ) > - 1 ) {
1626+ } else if ( name . indexOf ( 'header ' ) > - 1 ) {
16271627 html . push ( '<h4>' + name . split ( '-' ) [ 1 ] + '</h4>' )
16281628 } else {
16291629 html . push ( '<a href="javascript:void(0)" data-method="' + name + '">' + name + ( labelMap [ name ] ? ' (' + labelMap [ name ] + ')' : '' ) + '</a>' ) ;
You can’t perform that action at this time.
0 commit comments