Last active
June 25, 2023 07:26
-
-
Save iTonyYo/92ae1becabc3b2f9da27e96b5d9d108d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$httpClient.get('https://api.my-ip.io/ip', function (error, response, data) { | |
$done({ | |
title: '当前 IP 地址', | |
content: data, | |
backgroundColor: '#000000', | |
icon: 'network', | |
}) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment