]> git repositories - QuestLog.git/commit
new RPG theme and app name
authorbochard <mail@tenkyuu.dev>
Mon, 9 Jun 2025 11:02:55 +0000 (19:02 +0800)
committerbochard <mail@bochard.net>
Thu, 17 Jul 2025 11:41:16 +0000 (19:41 +0800)
commit955b32f26eeb647a033f892194e241b6f3612508
tree471d574107021fa336cb9f1ee454572cdf162971
parent699bfdb4960019ad8af4be05c48ec4e2901a4549
new RPG theme and app name
82 files changed:
README.md
database.sql
dist/LICENSE.txt [new file with mode: 0644]
dist/README.md [new file with mode: 0644]
dist/img/background-image-golden.png [new file with mode: 0644]
dist/img/background-image-golden2.png [new file with mode: 0644]
dist/img/background-image-grey.png [new file with mode: 0644]
dist/img/background-image.png [new file with mode: 0644]
dist/img/border-image-golden.png [new file with mode: 0644]
dist/img/border-image-golden2.png [new file with mode: 0644]
dist/img/border-image-grey.png [new file with mode: 0644]
dist/img/border-image.png [new file with mode: 0644]
dist/img/button-background.png [new file with mode: 0644]
dist/img/button-down.png [new file with mode: 0644]
dist/img/button-golden-down.png [new file with mode: 0644]
dist/img/button-golden-hover.png [new file with mode: 0644]
dist/img/button-golden-left.png [new file with mode: 0644]
dist/img/button-golden-right.png [new file with mode: 0644]
dist/img/button-golden.png [new file with mode: 0644]
dist/img/button-hover.png [new file with mode: 0644]
dist/img/button.png [new file with mode: 0644]
dist/img/checkbox-golden-off.png [new file with mode: 0644]
dist/img/checkbox-golden-on.png [new file with mode: 0644]
dist/img/checkbox-off.png [new file with mode: 0644]
dist/img/checkbox-on.png [new file with mode: 0644]
dist/img/cursor/cursor.cur [new file with mode: 0644]
dist/img/cursor/default.png [new file with mode: 0644]
dist/img/cursor/grab-close.png [new file with mode: 0644]
dist/img/cursor/grab-open.png [new file with mode: 0644]
dist/img/cursor/point.png [new file with mode: 0644]
dist/img/cursor/select.png [new file with mode: 0644]
dist/img/hr-golden.png [new file with mode: 0644]
dist/img/hr.png [new file with mode: 0644]
dist/img/icons/armor-slot.png [new file with mode: 0644]
dist/img/icons/empty-slot.png [new file with mode: 0644]
dist/img/icons/exclamation.png [new file with mode: 0644]
dist/img/icons/helmet-slot.png [new file with mode: 0644]
dist/img/icons/magic-slot.png [new file with mode: 0644]
dist/img/icons/potion-blue.png [new file with mode: 0644]
dist/img/icons/potion-green.png [new file with mode: 0644]
dist/img/icons/potion-red.png [new file with mode: 0644]
dist/img/icons/potion-slot.png [new file with mode: 0644]
dist/img/icons/ring-slot.png [new file with mode: 0644]
dist/img/icons/shield-slot.png [new file with mode: 0644]
dist/img/icons/shield.png [new file with mode: 0644]
dist/img/icons/shoes-slot.png [new file with mode: 0644]
dist/img/icons/sword.png [new file with mode: 0644]
dist/img/icons/weapon-slot.png [new file with mode: 0644]
dist/img/progress-bar-left.png [new file with mode: 0644]
dist/img/progress-bar-right.png [new file with mode: 0644]
dist/img/progress-bar-track.png [new file with mode: 0644]
dist/img/progress-blue.png [new file with mode: 0644]
dist/img/progress-green.png [new file with mode: 0644]
dist/img/progress-red.png [new file with mode: 0644]
dist/img/progress.png [new file with mode: 0644]
dist/img/radio-golden-off.png [new file with mode: 0644]
dist/img/radio-golden-on.png [new file with mode: 0644]
dist/img/radio-off.png [new file with mode: 0644]
dist/img/radio-on.png [new file with mode: 0644]
dist/img/scrollbar-button.png [new file with mode: 0644]
dist/img/scrollbar-thumb.png [new file with mode: 0644]
dist/img/scrollbar-track.png [new file with mode: 0644]
dist/img/select-background-image.png [new file with mode: 0644]
dist/img/select-border-image.png [new file with mode: 0644]
dist/img/slider-left-golden.png [new file with mode: 0644]
dist/img/slider-left.png [new file with mode: 0644]
dist/img/slider-right-golden.png [new file with mode: 0644]
dist/img/slider-right.png [new file with mode: 0644]
dist/img/slider-thumb-golden.png [new file with mode: 0644]
dist/img/slider-thumb.png [new file with mode: 0644]
dist/img/slider-track-golden.png [new file with mode: 0644]
dist/img/slider-track.png [new file with mode: 0644]
dist/package.json [new file with mode: 0644]
dist/rpgui.css [new file with mode: 0644]
dist/rpgui.js [new file with mode: 0644]
dist/rpgui.min.css [new file with mode: 0644]
dist/rpgui.min.js [new file with mode: 0644]
dist/test.html [new file with mode: 0644]
includes/dashboard.php
js/tasks.js
login.php
signup.php