diff --git a/pages/API/audio/audio.js b/pages/API/audio/audio.js index c7cccac..2841394 100644 --- a/pages/API/audio/audio.js +++ b/pages/API/audio/audio.js @@ -3,7 +3,7 @@ Page({ onReady (e) { // 使用 wx.createAudioContext 获取 audio 上下文 context this.audioCtx = wx.createAudioContext('myAudio') - this.audioCtx.setSrc('https://dldir1.qq.com/music/release/upload/t_mm_file_publish/2339610.m4a') + this.audioCtx.setSrc('https://nextcloud.finogeeks.club/s/A2b6ETMFg7TA6Pa/download') this.audioCtx.play() }, data: { diff --git a/pages/API/download-file/download-file.js b/pages/API/download-file/download-file.js index ac838b3..953cdb3 100644 --- a/pages/API/download-file/download-file.js +++ b/pages/API/download-file/download-file.js @@ -4,7 +4,7 @@ Page({ const self = this wx.downloadFile({ - url: 'https://p2.ssl.qhimgs1.com/t016f54160c5c81c652.jpg', // 文件资源 + url: 'https://nextcloud.finogeeks.club/s/GF2zYNNnqTQ4gXG/preview', // 文件资源 success: res => { console.log('downloadFile success, res is', res) self.setData({ diff --git a/pages/API/load-font-face/load-font-face.js b/pages/API/load-font-face/load-font-face.js index c819939..13bbe31 100644 --- a/pages/API/load-font-face/load-font-face.js +++ b/pages/API/load-font-face/load-font-face.js @@ -15,7 +15,7 @@ Page({ const self = this wx.loadFontFace({ family: this.data.fontFamily, - source: 'url("https://sungd.github.io/Pacifico.ttf")', + source: 'url("https://nextcloud.finogeeks.club/s/bsospSzDX89cDsk/download")', success(res) { console.log(res.status) self.setData({loaded: true})