From 42dd72f06abfb136d7f4ff62d4f63ff85d948330 Mon Sep 17 00:00:00 2001 From: chiu Date: Wed, 20 May 2020 13:29:54 +0800 Subject: [PATCH] change site.rb --- temp_file/app/models/site.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/temp_file/app/models/site.rb b/temp_file/app/models/site.rb index b41ebdd..e4ed576 100644 --- a/temp_file/app/models/site.rb +++ b/temp_file/app/models/site.rb @@ -62,7 +62,9 @@ class Site field :site_title_1, :type => Hash, :default=>{:zh_tw=>"主頁",:en=>"home_page"} field :is_hidden_orbit_bar , type: Boolean, :default => false field :orbit_bar_background_color , type: String, :default => "" + field :orbit_bar_background_hover_color field :orbit_bar_text_color , type: String, :default => "#ffffff" + field :orbit_bar_text_hover_color field :orbit_bar_submenu_background_color , type: String, :default => "" field :orbit_bar_submenu_text_color , type: String, :default => "#ffffff" field :orbit_bar_animation_time , type: String, :default => "0.3s"