Browse Source

更新版本号

UnknownO 4 years ago
parent
commit
97a1482aba
2 changed files with 4 additions and 2 deletions
  1. 1 1
      config.php
  2. 3 1
      pages/about.php

+ 1 - 1
config.php

@@ -1,5 +1,5 @@
 <?php
 <?php
-//V1.3.4版本
+//V1.4.1版本
 
 
 //数据库地址
 //数据库地址
 $DB_HOST="127.0.0.1";
 $DB_HOST="127.0.0.1";

+ 3 - 1
pages/about.php

@@ -16,8 +16,10 @@ if ($templateMode) {
         <div class="mdui-typo">
         <div class="mdui-typo">
             <?php echo getInfo('about_content') ?>
             <?php echo getInfo('about_content') ?>
             <br><br>
             <br><br>
+            <!-- 本程序使用GPL2.0协议开源,请遵守此协议,请勿删除本处版权,否则原作者保留一切法律权利 -->
+            <!-- 如果看不懂GPL2.0协议请自行查看根目录人话版解释。如果想删除本处版权的请直接不要使用本程序。 -->
             <div class="mdui-divider"></div><br>
             <div class="mdui-divider"></div><br>
-            程序版本:V1.3.4<br />
+            程序版本:V1.4.1<br />
             作者博客:<a href="https://www.wunote.cn" class="text-decoration: none;">吴先森的笔记</a><br />作者邮箱:[email protected]<br>
             作者博客:<a href="https://www.wunote.cn" class="text-decoration: none;">吴先森的笔记</a><br />作者邮箱:[email protected]<br>
         </div>
         </div>
     </div>
     </div>