修改了所有前端整体设计
整合现有的创作中心,悬赏中心
修改菜单栏,对应的路由定向
整体界面为深色,界面配色,加入了星球基本样式和背景色设计动效
修改了悬赏中心的一点小bug,留出个人信息卡片,排行榜通知公告空间

Change-Id: Ie119b297df2754c0a4d7f0d36fade9563bca3ac5
diff --git a/ruoyi-system/src/main/resources/mapper/bounty/BountyMapper.xml b/ruoyi-system/src/main/resources/mapper/bounty/BountyMapper.xml
index 731572a..3267ef2 100644
--- a/ruoyi-system/src/main/resources/mapper/bounty/BountyMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/bounty/BountyMapper.xml
@@ -51,6 +51,7 @@
         <result property="reward" column="reward"/>
         <result property="deadline" column="deadline"/>
         <result property="status" column="status"/>
+         <result property="creator_id" column="creator_id"/>
         <!-- 关联查询回复列表,填充到 submissions 字段 -->
         <collection 
             property="submissions"