Skip to content

Instantly share code, notes, and snippets.

@easychen
Created December 8, 2018 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save easychen/c614fdbc54201dfae5f3f7ae9e1ba281 to your computer and use it in GitHub Desktop.
Save easychen/c614fdbc54201dfae5f3f7ae9e1ba281 to your computer and use it in GitHub Desktop.
<?php
if( preg_match("/:bing\s(.+?)$/i" , $cmd , $out ) )
{
$ret['js'] = 'window.require("electron").shell.openExternal("https://cn.bing.com/dict/search?q=' . urlencode($out[1]) . '");';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment