• R/O
  • SSH
  • HTTPS

autocodeforsql: 提交


Commit MetaInfo

修订版343 (tree)
时间2020-03-09 16:34:11
作者hilinwei

Log Message

更改概述

差异

--- AutoEpub3/AutoEpub7.vb (revision 342)
+++ AutoEpub3/AutoEpub7.vb (revision 343)
@@ -248,11 +248,6 @@
248248
249249 Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
250250
251-
252-
253-
254-
255-
256251 Dim dEpubPath As String = "C:\Users\DataTrade\Downloads\CD1\text\"
257252 Dim mEpub As New List(Of modelChapter)
258253 Dim mChapter As New modelChapter
@@ -293,7 +288,7 @@
293288
294289
295290 Dim cEpub As New cEpub6(emEpub6.emEncCode.GB2321, emEpub6.emLan.ZH, "SP0", "画梁春尽落香尘", "刘心武", "HLCJLXC_202002")
296- cEpub.bConvertToMobi = True
291+ cEpub.bConvertToMobi = False
297292 cEpub.CreateEpub(mEpub)
298293 MessageBox.Show("Finished")
299294
--- AutoEpub3/cEpub6.vb (revision 342)
+++ AutoEpub3/cEpub6.vb (revision 343)
@@ -674,7 +674,7 @@
674674 Dim sJson As String = JsonConvert.SerializeObject(oEpub)
675675 Dim sPath As String = Path.Combine("D:\Soft\Json\Epub\", Date.Now.ToString("yyyyMMdd"))
676676 cTools.CreateDirectory(sPath)
677- Dim sFileFullName As String = Path.Combine(sPath, sBookName, ".txt")
677+ Dim sFileFullName As String = Path.Combine(sPath, sBookName & ".txt")
678678 System.IO.File.WriteAllText(sFileFullName, sJson, encUTF8)
679679
680680 End Sub
Show on old repository browser