csukuangfj commited on
Commit
b0ae34c
1 Parent(s): ae42579

update tts html

Browse files
Files changed (2) hide show
  1. generate-tts-engine.py +1 -0
  2. generate-tts.py +1 -0
generate-tts-engine.py CHANGED
@@ -115,6 +115,7 @@ at
115
 
116
  def main():
117
  apk = get_all_files("tts-engine", suffix="*.apk")
 
118
  to_file("./apk-engine.html", apk)
119
 
120
 
 
115
 
116
  def main():
117
  apk = get_all_files("tts-engine", suffix="*.apk")
118
+ apk += get_all_files("tts-engine-2", suffix="*.apk")
119
  to_file("./apk-engine.html", apk)
120
 
121
 
generate-tts.py CHANGED
@@ -115,6 +115,7 @@ at
115
 
116
  def main():
117
  apk = get_all_files("tts", suffix="*.apk")
 
118
  to_file("./apk.html", apk)
119
 
120
 
 
115
 
116
  def main():
117
  apk = get_all_files("tts", suffix="*.apk")
118
+ apk += get_all_files("tts-2", suffix="*.apk")
119
  to_file("./apk.html", apk)
120
 
121