refactor and update i18n, to be continue

This commit is contained in:
shiqstone
2021-04-15 11:21:50 +08:00
parent 6eb26fcb23
commit cbe47213d7
6 changed files with 68 additions and 12 deletions

View File

@@ -220,6 +220,7 @@
<script src="{{cdnjs "/static/js/blog.js" "version"}}" type="text/javascript"></script>
<script type="text/javascript">
$(function () {
lang = {{i18n $.Lang "common.js_lang"}};
window.vueApp.lists = {{.AttachList}};
$("#attachInfo").on("click",function () {
$("#uploadAttachModal").modal("show");