Forráskód Böngészése

Merge branch 'needs_fix' into debug

hsun 2 éve
szülő
commit
a97fe1b121
2 módosított fájl, 3 hozzáadás és 1 törlés
  1. 2 0
      init_serve/router.go
  2. 1 1
      static/htm2img/rddp-share.html

+ 2 - 0
init_serve/router.go

@@ -65,6 +65,8 @@ func InitRouter() (r *gin.Engine) {
 	routers.InitComment(r)
 	// 研报消息相关路由
 	routers.InitMessage(r)
+	//pc相关路由
+	routers.InitPc(r)
 	// 价格驱动相关路由
 	routers.InitPriceDriven(r)
 	//沙盘逻辑推演路由

+ 1 - 1
static/htm2img/rddp-share.html

@@ -25,7 +25,7 @@
         }
         .text{
             color: #fff;
-            font-size: 54px;
+            font-size: 80px;
             line-height: 1.5;
             text-align: center;
             padding: 0 100px;