Ver Fonte

图片优化

LiuQilin há 8 anos atrás
pai
commit
bc2d1ba7a1

+ 9 - 0
Assets/Editor.meta

@@ -0,0 +1,9 @@
+fileFormatVersion: 2
+guid: 5fcd7f3618d0f154995b49930421ea1b
+folderAsset: yes
+timeCreated: 1501174341
+licenseType: Pro
+DefaultImporter:
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

+ 9 - 0
Assets/Plugins/metro/UWP.meta

@@ -0,0 +1,9 @@
+fileFormatVersion: 2
+guid: b3a793fc2ce8625488a5576817135789
+folderAsset: yes
+timeCreated: 1501174341
+licenseType: Pro
+DefaultImporter:
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

+ 9 - 0
Assets/Plugins/metro/WindowsPhone81.meta

@@ -0,0 +1,9 @@
+fileFormatVersion: 2
+guid: ea89367846fcf554188c49cca742be04
+folderAsset: yes
+timeCreated: 1501174341
+licenseType: Pro
+DefaultImporter:
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

+ 1 - 0
Assets/Resource/XML/lan/ChineseSimplified.xml

@@ -119,6 +119,7 @@
     <Q_CommentTip desc=""><![CDATA[每条留言发送时间间隔为30秒]]></Q_CommentTip>
     <Q_CommentDone desc=""><![CDATA[发送成功]]></Q_CommentDone>
     <Q_CommentFail desc=""><![CDATA[发送失败]]></Q_CommentFail>
+    <R_Tit desc=""><![CDATA[公告]]></R_Tit>
     <N_Lab desc=""><![CDATA[去试衣间看看吧!]]></N_Lab>
     <I_Lab desc=""><![CDATA[加载中]]></I_Lab>
     <热卖 desc=""><![CDATA[热卖]]></热卖>

+ 1 - 0
Assets/Resource/XML/lan/ChineseTraditional.xml

@@ -119,6 +119,7 @@
     <Q_CommentTip desc=""><![CDATA[]]></Q_CommentTip>
     <Q_CommentDone desc=""><![CDATA[]]></Q_CommentDone>
     <Q_CommentFail desc=""><![CDATA[]]></Q_CommentFail>
+    <R_Tit desc=""><![CDATA[]]></R_Tit>
     <N_Lab desc=""><![CDATA[去試衣間看看吧!]]></N_Lab>
     <I_Lab desc=""><![CDATA[加載中]]></I_Lab>
     <热卖 desc=""><![CDATA[熱賣]]></热卖>

+ 1 - 0
Assets/Resource/XML/lan/English.xml

@@ -119,6 +119,7 @@ Program 水怪
     <Q_CommentTip desc=""><![CDATA[]]></Q_CommentTip>
     <Q_CommentDone desc=""><![CDATA[]]></Q_CommentDone>
     <Q_CommentFail desc=""><![CDATA[]]></Q_CommentFail>
+    <R_Tit desc=""><![CDATA[]]></R_Tit>
     <N_Lab desc=""><![CDATA[Go to your dress room!]]></N_Lab>
     <I_Lab desc=""><![CDATA[Loading]]></I_Lab>
     <热卖 desc=""><![CDATA[Most Popular]]></热卖>

BIN
Assets/Resource/Xlsx/language_config.xlsx


+ 1 - 8
Assets/Script/Manage/ManaServer.cs

@@ -529,13 +529,6 @@ public class ManaServer : Regist
         }
     }
 
-    //public static List<MailReward> MergeMailRewards(List<MailReward> mailRewards)
-    //{
-    //    List<MailReward> newMailRewards = new List<MailReward>();
-
-
-    //} 
-
     public static void GetMailReward(MailReward mailReward)
     {
         //Debug.Log(mailReward.Id);
@@ -751,7 +744,7 @@ public class ManaServer : Regist
 
             for (int j = 0; j < targetIdNodeList.Count; j++)
             {
-                if (targetIdNodeList[j].InnerText.ToLower() == ID.ToLower())
+                if (targetIdNodeList[j].InnerText == ID)
                 {
                     XmlNodeList xmlNodeList = rewardNodeList[i].SelectSingleNode("reward").ChildNodes;
 

+ 4 - 1
Assets/Script/Manage/ManaUI.cs

@@ -2079,7 +2079,7 @@ public class ManaUI : Regist
 
                 string id = ManaReso.Get<InputField>("La_InputField").text;
 
-                if (id.ToLower() == ManaServer.ID.ToLower())
+                if (id == ManaServer.ID)
                 {
                     Bubble.Show(null, Language.GetStr("Common", "IdenticalID"));
                 }
@@ -2607,6 +2607,9 @@ public class ManaUI : Regist
 
         #region R
 
+        ManaLan.Add(ManaReso.Get<Text>("R_NotifyTit"), new LanStr("UI", "R_Tit"));
+        ManaLan.Add(ManaReso.Get<Text>("R_CloseLab"), new LanStr("Common", "Confirm"));
+
         tween = ManaReso.Get("R_Notify").CreateTweenCG(0, 1, 0.25f, false, true, Curve.EaseOutQuad);
 
         tween.OnForwardStart +=

+ 3 - 14
ToDoList.txt

@@ -1,10 +1,5 @@
-为什么之前的评论没有出错
+用短码取不到存档?
 
-ID不区分大小写
-
-服务器端功能尽量不用短码
-
-公告的语言
 
 关闭调试模式
 
@@ -27,13 +22,7 @@ FlowerHouse
 
 图集
 {
-  平台管理(AssetBundleName AssetBundleVariant 图集)
-
-  尽量不用SerializeProperty
-
-  整理新增加的脚本
-
-  Color的默认值全为0
-
   把网络得到的小图合并为图集(运行效率)
+
+  更新unitypackage
 }