image function update

This commit is contained in:
thuhole
2020-06-18 13:24:29 +08:00
parent dfcf4ebb6c
commit 220a494400

View File

@@ -10,7 +10,7 @@ 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+'services/thuhole/images/'; const IMAGE_BASE=THUHOLE_API_ROOT+'/images/';
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};