Commit ec8c0acf authored by liubinyu's avatar liubinyu

bug

parent 60e6bb69
......@@ -36,7 +36,7 @@ if (route.query.key) {
changeConstellation(current || _const.ConstellationList[0])
function getWordList(word) {
return word?.split(',').filter(i => !!i) || []
return word?.split(/[,、]/).filter(i => !!i).map(i => i.trim()) || []
}
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment