mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-20 02:35:58 +08:00
feat: add month-statistics && fix bug (#27)
* wip * wip * fix * fix * test * test * fix * fix * fix * fix * add * opt * update * add changelog * remove version * fix * a * Update README.md * a * Update .umirc.dev.ts
This commit is contained in:
@@ -28,8 +28,13 @@ function testDuplicate(body) {
|
||||
}
|
||||
};
|
||||
|
||||
function getPreMonth (m) {
|
||||
return m == 1 ? 12 : m -1;
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
dealInput,
|
||||
getPreMonth,
|
||||
matchKeyword,
|
||||
testDuplicate,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user