from Utils.global_variate import Global class widgetSettingData(Global): enable = "1" disable = "0" whatsapp_phone = '8613699807045' origin_whatsapp_phone = '' order_track_day_7 = '7' order_track_day_14 = '14' order_track_day_60 = '60' order_track_day_30 = '30' random_avatar = "{\"showType\":2,\"buserIdList\":[${userId}]}" hide_avatar = "{\"showType\":1,\"buserIdList\":[]}" appoint_avatar = "{\"showType\":3,\"buserIdList\":[${userId}]}" origin_greeting_word = 'Hi {first_name} 👋' greeting_word = 'autotest_greeting_word' origin_team_introduction = 'Contact us or find help articles for support' team_introduction = 'autotest_team_introduction' origin_posting_title = 'Welcome to {website name} 😊' posting_title = 'autotest_posting_title' origin_posting_content = 'Hey {first_name} 😊We‘re so glad you’re here, let us know if you have any questions.' posting_content = 'autotest_posting_content' origin_posting_button_content = 'Message Us' posting_button_content = 'autotest_posting_button_content' origin_font_style = 'Inter' font_style = 'Auton' origin_background_color = '#2C23E5' background_color = '#FF4243' black_font = 'Dark' white_font = 'Light' widget_left = 'Left' widget_right = 'Right' origin_spacing_px = '50' side_spacing_px = '500' bottom_spacing_px = '600' origin_widget_type = 'buttonType' widget_type = 'textOnly' widget_font = 'autotest_widget_font' origin_widget_font = 'Help' widget_small = 'small' widget_medium = 'medium' widget_large = 'large' origin_business_time = '' business_time_range = 'Everyday' business_time_start = '15:51' business_time_end = '19:56' business_time_zone = '(GMT+09:00) Asia/Seoul' origin_business_time_zone = '(GMT+08:00) Asia/Shanghai' origin_reply_time_word = 'Our usual reply time' origin_chatwelcome_message = '{\"one\":\"Thanks for chatting with us! We usually reply to you here or via email.\",\"two\":\"Our usual reply time\",\"three\":\"a few minutes\"}' chatwelcome_message = '{\"one\":\"Thanks for chatting with us! We usually reply to you here or via email.\",\"two\":\"autotest_reply_time_word\",\"three\":\"autotest_chat_welcome_word\"}' origin_waiting_time_message = '{\"one\":\"抱歉,我们暂时不在线。如果您有任何问题,请留言或尝试以下方法解决问题。\",\"two\":\"我们将返回\"}' waiting_time_message = '{\"one\":\"抱歉,我们暂时不在线。如果您有任何问题,请留言或尝试以下方法解决问题。\",\"two\":\"autotest_waiting_time_message\"}' origin_waiting_time = 'autotest_waiting_time' waiting_time = '{Waitingtime}' back_time_word = 'autotest_back_time_word' wait_time_word = 'autotest_wait_time_word' visiable_all_time = 'all' visiable_business_time = 'business' widget_show_desktop = 'desktop' widget_show_mobile = 'mobile' widget_show_all = 'all' visiable_url = '[{\"type\":\"0\",\"url\":\"zhs\"}]' widget_show_special_page = 'show' widget_hide_special_page = 'hide' widget_show_all_page = 'all'