Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyHookin committed Apr 26, 2021
1 parent ab9be4a commit 18eea7d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 deletions.
10 changes: 4 additions & 6 deletions default.aproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<project ver="10" name="edge-TTS-record" libEmbed="true" icon="E:\data\20200218100823254_easyicon_net_64.ico" ui="win" output="edge-TTS-record.exe" CompanyName="单位名称" FileDescription="edge-TTS-record" LegalCopyright="Copyright (C) 作者 2021" ProductName="edge-TTS-record" InternalName="edge-TTS-record" FileVersion="0.0.0.1" ProductVersion="0.0.0.1" publishDir="/dist/" dstrip="false" local="false" ignored="false">
<project ver="10" name="edge-TTS-record" libEmbed="true" icon="E:\data\bili.ico" ui="win" output="edge-TTS-record.exe" CompanyName="github.com/LuckyHookin" FileDescription="可以录制 Microsoft Edge 浏览器的语音合成(TTS)语音并输出为 .wav 音频的工具" LegalCopyright="Copyright (C) LuckyHookin 2021" ProductName="edge-TTS-record" InternalName="edge-TTS-record" FileVersion="0.0.0.05" ProductVersion="0.0.0.05" publishDir="/dist/" dstrip="false" local="false" ignored="false">
<file name="main.aardio" path="main.aardio" comment="main.aardio"/>
<folder name="资源文件" path="res" embed="true" local="false" ignored="false">
<file name="favicon.ico" path="res\favicon.ico" comment="res\favicon.ico"/>
<file name="index.html" path="res\index.html" comment="res\index.html"/>
<folder name="css" path="res\css" comment="res\css" local="false" embed="false" ignored="false">
<folder name="css" path="res\css" comment="res\css">
<file name="chunk-vendors.30cd8522.css" path="res\css\chunk-vendors.30cd8522.css" comment="res\css\chunk-vendors.30cd8522.css"/>
</folder>
<folder name="js" path="res\js" comment="res\js">
<file name="app.5d183bbe.js" path="res\js\app.5d183bbe.js" comment="res\js\app.5d183bbe.js"/>
<file name="app.5d183bbe.js.map" path="res\js\app.5d183bbe.js.map" comment="res\js\app.5d183bbe.js.map"/>
<file name="chunk-vendors.37ca2be4.js" path="res\js\chunk-vendors.37ca2be4.js" comment="res\js\chunk-vendors.37ca2be4.js"/>
<file name="chunk-vendors.37ca2be4.js.map" path="res\js\chunk-vendors.37ca2be4.js.map" comment="res\js\chunk-vendors.37ca2be4.js.map"/>
<file name="app.026c53a3.js" path="res\js\app.026c53a3.js" comment="res\js\app.026c53a3.js"/>
<file name="chunk-vendors.cdd7361f.js" path="res\js\chunk-vendors.cdd7361f.js" comment="res\js\chunk-vendors.cdd7361f.js"/>
</folder>
</folder>
<folder name="窗体文件" path="dlg" comment="目录" embed="true" local="false" ignored="false"/>
Expand Down
Binary file modified dist/edge-TTS-record.exe
Binary file not shown.
8 changes: 4 additions & 4 deletions lib/config.aardio
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ config = fsys.config("/config/");
//不需要序列化的配置名字前请添加下划线
//在 config 名字空间内部请不要导入其他名字空间
namespace config {
__appName = "应用程序名";
__appVersion = "1.0.0.01";
__appDescription = "这是一个测试程序";
__website = "http://www.aardio.com/";
appName = "edge-TTS-record";
appVersion = "0.0.0.04";
appDescription = "可以录制 Microsoft Edge 浏览器的语音合成(TTS)语音并输出为 .wav 音频的工具";
__website = "https://hookin.fun/";
}

/**intellisense(config)
Expand Down
2 changes: 1 addition & 1 deletion res/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="zh-cn" style="overflow-y: auto;"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>tts-record-html</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><link href="css/chunk-vendors.30cd8522.css" rel="preload" as="style"><link href="js/app.c0d949ef.js" rel="preload" as="script"><link href="js/chunk-vendors.cdd7361f.js" rel="preload" as="script"><link href="css/chunk-vendors.30cd8522.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but tts-record-html doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="js/chunk-vendors.cdd7361f.js"></script><script src="js/app.c0d949ef.js"></script></body></html>
<!DOCTYPE html><html lang="zh-cn" style="overflow-y: auto;"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>edge-TTS-record</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><link href="css/chunk-vendors.30cd8522.css" rel="preload" as="style"><link href="js/app.026c53a3.js" rel="preload" as="script"><link href="js/chunk-vendors.cdd7361f.js" rel="preload" as="script"><link href="css/chunk-vendors.30cd8522.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but tts-record-html doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="js/chunk-vendors.cdd7361f.js"></script><script src="js/app.026c53a3.js"></script></body></html>
4 changes: 2 additions & 2 deletions res/js/app.c0d949ef.js → res/js/app.026c53a3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 18eea7d

Please sign in to comment.