uaExtra設定を追加し、ユーザーエージェントを拡張できるように
This commit is contained in:
parent
9fff449ba6
commit
bdf915528a
2 changed files with 5 additions and 3 deletions
|
@ -2,8 +2,6 @@ import axios from 'axios';
|
|||
import {printLog} from '../store.js';
|
||||
import {delay} from '../utils/delay.js';
|
||||
|
||||
export const ua = `Mozilla/5.0 MisskeyTools +https://github.com/shrimpia/misskey-tools Node/${process.version}`;
|
||||
|
||||
const RETRY_COUNT = 5;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue