UNPKG
create-chuntianxiaozhu
Version:
latest (1.1.3)
1.1.3
1.1.2
1.0.4
1.0.3
1.0.2
1.0.1
春天小猪模板工具
create-chuntianxiaozhu
/
template-plugin-chrome
/
src
/
modules
/
taobao
/
content.ts
14 lines
(12 loc)
•
256 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
{ message }
from
"antd"
;
/** * 基于content做一个脚本扩展 *
@param
shopName
*
@returns
*/
export
function
searchTaobaoShopInContent
(
shopName: string
) {
if
(!shopName) { message.
error
(
"店铺名称不能为空"
);
return
; } }