Forráskód Böngészése

[240809-nightly] initial nightly release

tigger 1 éve
szülő
commit
711c399447

+ 1 - 1
src/app/app.component.html

@@ -72,7 +72,7 @@
     <footer>
       © {{currentDate.getFullYear()}} 
       {{cs.getLabel('companyName.full','Software Optima Sdn. Bhd.')}}
-      <span style="font-size: x-small;">(ver. {{cs.info?.version}})</span>
+      <a class="version-short" href="../assets/realease_notes.html" target="_blank">(ver. {{cs.info?.version}})</a>
     </footer>
   </div>
 </div>

BIN
src/assets/icons/icon-144x144.png


BIN
src/assets/icons/icon-192x192.png


BIN
src/assets/icons/icon-48x48.png


BIN
src/assets/icons/icon-512x512.png


BIN
src/assets/icons/icon-72x72.png


BIN
src/assets/icons/icon-96x96.png


+ 20 - 0
src/assets/realease_notes.html

@@ -0,0 +1,20 @@
+<html>
+    <style>
+        body {
+            background-color: black;
+            color: azure;
+            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
+            margin-left: 10px;
+        }
+        h3 {
+            color: rgb(206, 147, 206);
+        }
+    </style>
+    <body>
+        <h1 id="app-name"> Financial Information System (FIS)</h1>
+        <h3 id="ver-240802-nightly"> ver. 240809-nightly</h3>
+        <p><b style="color:aqua">[App]</b> initial nightly version release<br/>
+        </p>
+        
+    </body>
+</html>

+ 4 - 0
src/assets/realease_notes.md

@@ -0,0 +1,4 @@
+# Financial Information System (FIS)
+
+### ver. 240809-nightly
+[App] initial nightly version release        

+ 1 - 1
src/config/info.json

@@ -3,5 +3,5 @@
     "orgnProfile":{
         "companyName":"Software Optima Sdn. Bhd."
     },
-    "version":"240501"
+    "version":"240809-nightly"
 }