chore(release): set APP_VERSION and stamp assets to v1.6.11 [skip ci]

This commit is contained in:
github-actions[bot]
2025-10-28 07:22:04 +00:00
parent 5a7c4704d0
commit f4f7ec0dca
3 changed files with 14 additions and 14 deletions

View File

@@ -11,28 +11,28 @@
<meta name="share-url" content="">
<style>.main-wrapper{display:none}#loadingOverlay{position:fixed;inset:0;background:var(--bg-color,#fff);z-index:9999;display:flex;align-items:center;justify-content:center}</style>
<link rel="stylesheet" href="/css/vendor/roboto.css?v=1.6.10">
<link rel="stylesheet" href="/css/vendor/material-icons.css?v=1.6.10">
<link rel="stylesheet" href="/css/vendor/roboto.css?v=1.6.11">
<link rel="stylesheet" href="/css/vendor/material-icons.css?v=1.6.11">
<!-- Bootstrap CSS (local) -->
<link rel="stylesheet" href="/vendor/bootstrap/4.5.2/bootstrap.min.css?v=1.6.10">
<link rel="stylesheet" href="/vendor/bootstrap/4.5.2/bootstrap.min.css?v=1.6.11">
<!-- CodeMirror CSS (local) -->
<link rel="stylesheet" href="/vendor/codemirror/5.65.5/codemirror.min.css?v=1.6.10">
<link rel="stylesheet" href="/vendor/codemirror/5.65.5/theme/material-darker.min.css?v=1.6.10">
<link rel="stylesheet" href="/vendor/codemirror/5.65.5/codemirror.min.css?v=1.6.11">
<link rel="stylesheet" href="/vendor/codemirror/5.65.5/theme/material-darker.min.css?v=1.6.11">
<!-- app CSS -->
<link rel="stylesheet" href="/css/styles.css?v=1.6.10">
<link rel="stylesheet" href="/css/styles.css?v=1.6.11">
<!-- Libraries (JS) -->
<script src="/vendor/dompurify/2.4.0/purify.min.js?v=1.6.10"></script>
<script src="/vendor/fuse/6.6.2/fuse.min.js?v=1.6.10"></script>
<script src="/vendor/resumable/1.1.0/resumable.min.js?v=1.6.10"></script>
<script src="/vendor/dompurify/2.4.0/purify.min.js?v=1.6.11"></script>
<script src="/vendor/fuse/6.6.2/fuse.min.js?v=1.6.11"></script>
<script src="/vendor/resumable/1.1.0/resumable.min.js?v=1.6.11"></script>
<!-- CodeMirror core FIRST, then modes -->
<script src="/vendor/codemirror/5.65.5/codemirror.min.js?v=1.6.10"></script>
<script src="/vendor/codemirror/5.65.5/codemirror.min.js?v=1.6.11"></script>
<script src="/js/version.js?v=1.6.10"></script>
<script src="/js/version.js?v=1.6.11"></script>
<script type="module" src="/js/main.js"></script>
</head>