mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-22 03:35:44 +08:00
refactor: split content & add remove labels (#31)
* refactor: split content & add remove labels * add * add * opt inactive check * up web * addadd * change version * add style * add less
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
function dealInput (para) {
|
||||
/**
|
||||
* in 'x1,x2,x3'
|
||||
* out ['x1','x2','x3']
|
||||
*/
|
||||
let arr = [];
|
||||
if (para) {
|
||||
const paraArr = para.split(',');
|
||||
|
Reference in New Issue
Block a user