提交 d4982c1f 编写于 作者: 魔术师Dix's avatar 魔术师Dix

【Fix】更新脚本创建代码,自动更新年份;

上级 13c038e3
......@@ -117,7 +117,7 @@ namespace Lycianthes
{
StringBuilder summary = new StringBuilder();
summary.Append("/*\n");
summary.Append($" *Copyright(C) 2023 by {LycianthesConfig.GetInstance().CompanyName} All rights reserved.\n");
summary.Append($" *Copyright(C) {System.DateTime.Now.Year} by {LycianthesConfig.GetInstance().CompanyName} All rights reserved.\n");
summary.Append($" *Unity版本:{Application.unityVersion} \n");
summary.Append($" *作者:{LycianthesConfig.GetInstance().AuthorName} \n");
summary.Append($" *创建日期: {System.DateTime.Now.ToString("yyyy-MM-dd")} \n");
......
......@@ -11,7 +11,6 @@ using Sirenix.OdinInspector;
using System;
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;
namespace Lycianthes
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册