This commit is contained in:
thuhole
2020-07-01 10:25:01 +08:00
parent 0cf6c5b7c0
commit 48d375be76

View File

@@ -10,8 +10,8 @@ import {TokenCtx, ReplyForm} from './UserAction';
import {API, THUHOLE_API_ROOT} from './flows_api'; import {API, THUHOLE_API_ROOT} from './flows_api';
const IMAGE_BASE=THUHOLE_API_ROOT+'/images/'; const IMAGE_BASE='//img.thuhole.com/';
const AUDIO_BASE=THUHOLE_API_ROOT+'services/thuhole/audios/'; // const AUDIO_BASE=THUHOLE_API_ROOT+'services/thuhole/audios/';
const CLICKABLE_TAGS={a: true, audio: true}; const CLICKABLE_TAGS={a: true, audio: true};
const PREVIEW_REPLY_COUNT=10; const PREVIEW_REPLY_COUNT=10;