@tencentcloud/roomkit-web-vue3
Version:
<h1 align="center"> TUIRoomKit</h1> Conference (TUIRoomKit) is a product suitable for multi-person audio and video conversation scenarios such as business meetings, webinars, and online education. By integrating this product, you can add room management,
37 lines (36 loc) • 703 B
TypeScript
declare const time: {
周: string;
天: string;
小时: string;
分钟: string;
刚刚: string;
前: string;
昨天: string;
星期一: string;
星期二: string;
星期三: string;
星期四: string;
星期五: string;
星期六: string;
星期日: string;
一月: string;
二月: string;
三月: string;
四月: string;
五月: string;
六月: string;
七月: string;
八月: string;
九月: string;
十月: string;
十一月: string;
十二月: string;
一: string;
二: string;
三: string;
四: string;
五: string;
六: string;
日: string;
};
export default time;