Skip to content

Commit

Permalink
Update v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigaoWang committed Dec 28, 2023
1 parent 109042e commit 34e6863
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ README.md
LICENSE
CNAME
Archive.zip
.idea/vcs.xml
.idea/modules.xml
.idea/daztab.iml
.idea/vcs.xml
5 changes: 5 additions & 0 deletions .idea/.gitignore

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

22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ <h2 class="about-title">About</h2>
</div>
<div class="about-subtitle">
<p><strong>Copyright Notice</strong></p>
<p>DazTab <a href="https://github.com/ZigaoWang/daztab/releases" target="_blank">v0.3.4</a> © 2023 <a href="https://zigao.wang" target="_blank">Zigao Wang</a>. All rights reserved.</p>
<p>DazTab <a href="https://github.com/ZigaoWang/daztab/releases" target="_blank">v0.3.5</a> © 2023 <a href="https://zigao.wang" target="_blank">Zigao Wang</a>. All rights reserved.</p>
<p>For more information, please <a href="https://zigao.wang/copyright.html" target="_blank">click here</a>.</p>
</div>
<div class="about-subtitle">
<p><strong>Privacy Policy</strong></p>
<p>For more information about Privacy Policy of DazTab, please <a href="https://zigao.wang/privacy.html" target="_blank">click here</a>.</p>
</div>
<div class="about-subtitle">
<p><strong>Github Repository</strong></p>
<p><strong>GitHub Repository</strong></p>
<p><a href="https://github.com/ZigaoWang/daztab" target="_blank">Click Here</a></p>
</div>
<div class="about-subtitle">
Expand All @@ -92,7 +92,7 @@ <h2 class="about-title">About</h2>
<td>Calculator</td>
<td>No License</td>
<td>Used in Calculator</td>
<td><a href="<your-calculator-link-here>" target="_blank">Link</a></td>
<td><a href="https://github.com/zxcodes/Calculator" target="_blank">Link</a></td>
</tr>
</table>
</div>
Expand All @@ -101,39 +101,39 @@ <h2 class="about-title">About</h2>
</div>
<div id="dazcheck-popup" class="popup">
<div class="popup-content">
<iframe id="dazcheck-iframe" src="app/dazcheck/index.html" frameborder="0"></iframe>
<iframe id="dazcheck-iframe" src="app/dazcheck/index.html"></iframe>
<button title="Close" id="dazcheck-close" class="popup-close-button">&#x2715</button>
</div>
</div>
<div id="dazcalc-popup" class="popup">
<div class="popup-content">
<button title="Close" id="dazcalc-close" class="popup-close-button">&#x2715</button>
<iframe id="dazcalc-iframe" src="app/dazcalc/index.html" frameborder="0"></iframe>
<iframe id="dazcalc-iframe" src="app/dazcalc/index.html"></iframe>
</div>
</div>
<div id="notes-popup" class="popup">
<div class="popup-content">
<button title="Close" id="notes-close" class="popup-close-button">&#x2715</button>
<iframe id="notes-iframe" src="app/notes/index.html" frameborder="0"></iframe>
<iframe id="notes-iframe" src="app/notes/index.html"></iframe>
</div>
</div>
<div id="settings-popup" class="popup">
<div class="popup-content">
<button title="Upload Background" id="upload-button">
<p>Upload Background</p>
Upload Background
</button>
<button title="Delete Background" id="delete-button">
<p>Delete Background</p>
Delete Background
</button>

<button id="choose-file">
<p>Choose Avatar Photo</p>
Choose Avatar Photo
</button>
<button id="delete-photo">
<p>Delete Avatar Photo</p>
Delete Avatar Photo
</button>
<button id="set-name">
<p>Set Name</p>
Set Name
</button>
<input type="file" id="photo-upload" accept="image/*" style="display: none;">
<input type="file" id="image-upload" accept="image/*">
Expand Down

0 comments on commit 34e6863

Please sign in to comment.