Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复发布代码 bug #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion APTXCODE.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.3.0.0</ApplicationVersion>
<ApplicationVersion>1.3.0.1</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
10 changes: 7 additions & 3 deletions Aptx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ private void btn_build_Click(object sender, EventArgs e)
"电信提取码:" + txt_mo1.Text + "\r\n网通提取码:" + txt_mo2.Text + "\r\n[/color]\r\n\r\n[color=red][b]" +
"\r\n\r\n\r\n在线看柯南![url]http://tv.aptx.cn[/url]\r\n";
*/
txt_bbscode.Text = String.Format("名侦探柯南 {0}{1} {2}\r\n\r\n制作组:APTX4869字幕组\r\n发布组:APTX分流组\r\nRESEED有效期:{3:yyyy-MM-dd}\r\n文件大小:{4}\r\n\r\n{5}{6}\r\n海报:\r\n\r\n[align=center][img]https://a1ex.pw/img/aptx/qrcode.jpg[/img][/align]\r\n[color=blue]\r\n\r\n\reMule:\n\r\n{9}{10}\r\n\r\n\r\n", (checkBox1.Checked ? "剧场版" + txt_vol.Text + " " : "第" + txt_vol.Text + "话 "), txt_name.Text, comboBox1.Text, DateTime.Today.AddMonths(1).AddDays(-1), size, recad, (checkBox1.Checked ? "m" : "conan"), txt_vol.Text, ed2kl, (string.IsNullOrEmpty(textBox1.Text)?"":"\r\n\r\nMagent:"+textBox1.Text));
txt_bbscode.Text = String.Format("名侦探柯南 {0}{1} {2}\r\n\r\n制作组:APTX4869字幕组\r\n发布组:APTX分流组\r\nRESEED有效期:{3:yyyy-MM-dd}\r\n文件大小:{4}\r\n\r\n{5}\r\n海报:\r\n\r\n[align=center][img]https://a1ex.pw/img/aptx/qrcode.jpg[/img][/align]\r\n[color=blue]\r\n\r\n\reMule:\n\r\n{8}{9}\r\n\r\n\r\n", (checkBox1.Checked ? "剧场版" + txt_vol.Text + " " : "第" + txt_vol.Text + "话 "), txt_name.Text, comboBox1.Text, DateTime.Today.AddMonths(1).AddDays(-1), size, recad, (checkBox1.Checked ? "m" : "conan"), txt_vol.Text, ed2kl, (string.IsNullOrEmpty(textBox1.Text)?"":"\r\n\r\nMagent:"+textBox1.Text));
txt_bttitle.Text = String.Format("[APTX4869][CONAN][名侦探柯南 {0} {1}][{2}][{3}]", (checkBox1.Checked ? "MOVIE" + txt_vol.Text : txt_vol.Text), txt_name.Text, (checkBox1.Checked ? "BDRIP" : "HDTV"), comboBox1.Text);
/*
txt_btcode.Text = "名侦探柯南 第" + txt_vol.Text + "话 " + txt_name.Text +
Expand All @@ -199,7 +199,7 @@ private void btn_build_Click(object sender, EventArgs e)
txt_vol.Text + ".jpg[/img]\r\n\r\n\r\n[color=red][b]" +
"\r\n\r\n\r\n在线看柯南![url]http://tv.aptx.cn[/url]\r\n";
*/
txt_btcode.Text = String.Format("名侦探柯南 {0}{1} {2}\r\n\r\n制作组:APTX4869字幕组\r\n发布组:APTX分流组\r\nRESEED有效期:{3:yyyy-MM-dd}\r\n文件大小:{4}\r\n\r\n{5}{6}\r\n海报:\r\n\r\n[img]https://a1ex.pw/img/aptx/qrcode.jpg[/img]", (checkBox1.Checked ? "剧场版" + txt_vol.Text + " " : "第" + txt_vol.Text + "话 "), txt_name.Text, comboBox1.Text, DateTime.Today.AddMonths(1).AddDays(-1), size, recad, (checkBox1.Checked ? "m" : "conan"), txt_vol.Text);
txt_btcode.Text = String.Format("名侦探柯南 {0}{1} {2}\r\n\r\n制作组:APTX4869字幕组\r\n发布组:APTX分流组\r\nRESEED有效期:{3:yyyy-MM-dd}\r\n文件大小:{4}\r\n\r\n{5}\r\n海报:\r\n\r\n[img]https://a1ex.pw/img/aptx/qrcode.jpg[/img]", (checkBox1.Checked ? "剧场版" + txt_vol.Text + " " : "第" + txt_vol.Text + "话 "), txt_name.Text, comboBox1.Text, DateTime.Today.AddMonths(1).AddDays(-1), size, recad, (checkBox1.Checked ? "m" : "conan"), txt_vol.Text);
/*
if (txt_tvol.Text != "")
{
Expand Down Expand Up @@ -439,7 +439,11 @@ private void ShowChangelog()

private string GetChangelog()
{
string changelog = @"Version: 1.3.0.0(2023-05-10)
string changelog = @"Version: 1.3.0.1(2023-05-20)
修复发布代码 bug
by datasone

Version: 1.3.0.0(2023-05-10)
变更招募信息

Version: 1.2.0.0(2021-03-25)
Expand Down
6 changes: 5 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Version: 1.3.0.0(2023-05-10)
Version: 1.3.0.1(2023-05-20)
修复发布代码 bug
by datasone

Version: 1.3.0.0(2023-05-10)
变更招募信息

Version: 1.2.0.0(2021-03-25)
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
// 内部版本号
// 修订号
//
[assembly: AssemblyVersion("1.1.0.10")]
[assembly: AssemblyFileVersion("1.1.0.10")]
[assembly: AssemblyVersion("1.3.0.1")]
[assembly: AssemblyFileVersion("1.3.0.1")]
[assembly: NeutralResourcesLanguageAttribute("zh-CN")]