update playground
This commit is contained in:
@@ -49,12 +49,10 @@ export const iodConfigLocal = {
|
||||
localRepository: "bdtest.local/myrepo1",
|
||||
doBrowser: "http://127.0.0.1:21030/SCIDE/SCManager"
|
||||
}
|
||||
function inGrepList(str: string) {
|
||||
return (
|
||||
"什么|问题|需要|合适|设计|考虑|合作|精度|传感器|最新|研究|药物".indexOf(
|
||||
function inGrepList(str: string){
|
||||
return "什么|问题|需要|合适|设计|考虑|合作|精度|传感器|最新|研究|药物|如何|解决|中的|难题|成本|寿命|提升".indexOf(
|
||||
str
|
||||
) != -1
|
||||
)
|
||||
}
|
||||
|
||||
export const makeSearchParamsWithDataType = function (
|
||||
|
||||
Reference in New Issue
Block a user