forked from newthuhole/hole_thu_frontend
no more http imgs
This commit is contained in:
@@ -10,9 +10,11 @@ import {TokenCtx, ReplyForm} from './UserAction';
|
|||||||
|
|
||||||
import {API, PKUHELPER_ROOT} from './flows_api';
|
import {API, PKUHELPER_ROOT} from './flows_api';
|
||||||
|
|
||||||
|
const IMAGE_BASE=PKUHELPER_ROOT+'services/pkuhole/images/';
|
||||||
|
const AUDIO_BASE=PKUHELPER_ROOT+'services/pkuhole/audios/';
|
||||||
// troubleshotting performance problem with http2
|
// troubleshotting performance problem with http2
|
||||||
const IMAGE_BASE='http://pkuhelper.pku.edu.cn/services/pkuhole/images/';
|
//const IMAGE_BASE='http://pkuhelper.pku.edu.cn/services/pkuhole/images/';
|
||||||
const AUDIO_BASE='http://pkuhelper.pku.edu.cn/services/pkuhole/audios/';
|
//const AUDIO_BASE='http://pkuhelper.pku.edu.cn/services/pkuhole/audios/';
|
||||||
|
|
||||||
const SEARCH_PAGESIZE=50;
|
const SEARCH_PAGESIZE=50;
|
||||||
const CLICKABLE_TAGS={a: true, audio: true};
|
const CLICKABLE_TAGS={a: true, audio: true};
|
||||||
|
|||||||
Reference in New Issue
Block a user