prod dependencies

This commit is contained in:
Easy
2023-02-04 16:59:24 +08:00
parent f232db3e5a
commit 30abe5dfef
7 changed files with 224 additions and 14232 deletions

View File

@@ -13,6 +13,7 @@ async function run(): Promise<void> {
params.append( 'title', title );
if( desp ) params.append( 'desp', desp);
axios.defaults.timeout = 10000;
const ret = await axios.post( url , params );
return ret.data??false;