api地址修改为v2

This commit is contained in:
2026-03-21 03:32:22 +08:00
parent 442a5a9c73
commit f9b7f78fe8
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
<html>
<%- partial('_partial/head') %>
<body>
<div id="container" :class="{show:isCtnShow}" style="background-image: url('/api/v1/common/randomBg?label=background');" @click="hideSlider">
<div class="left-col" style="background-image: url('/api/v1/common/randomBg?label=banner');" >
<div id="container" :class="{show:isCtnShow}" style="background-image: url('/api/v2/common/randomBg?label=background');" @click="hideSlider">
<div class="left-col" style="background-image: url('/api/v2/common/randomBg?label=banner');" >
<%- partial('_partial/left-col', null, {cache: !config.relative_link}) %>
<%- partial('_partial/live2d') %>
</div>