Compare commits

...

2 Commits

Author SHA1 Message Date
张成
6d73a80e50 1 2025-12-30 10:06:09 +08:00
张成
6b5e409b6b ignore app directory 2025-12-30 10:06:02 +08:00
10 changed files with 2 additions and 4028 deletions

3
.gitignore vendored
View File

@@ -4,4 +4,5 @@ node_modules.*
dist.zip dist.zip
dist/ dist/
admin/node_modules/ admin/node_modules/
app/ app/*
app/*

View File

@@ -1 +0,0 @@
import{a as t}from"./index-CsHwYKwf.js";class s{async getConfig(r){try{return await t.post("/user/delivery-config/get",{sn_code:r})}catch(e){throw console.error("获取投递配置失败:",e),e}}async saveConfig(r,e){try{return await t.post("/user/delivery-config/save",{sn_code:r,deliver_config:e})}catch(o){throw console.error("保存投递配置失败:",o),o}}}const i=new s;export{i as default};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 334 KiB

Binary file not shown.

Binary file not shown.

View File

@@ -1,32 +0,0 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>boss - 远程监听服务</title>
<script type="module" crossorigin src="/app/assets/index-CsHwYKwf.js"></script>
<link rel="stylesheet" crossorigin href="/app/assets/index-BUzIVj1g.css">
</head>
<body>
<!-- 启动加载动画 -->
<div id="loading-screen" class="loading-screen">
<div class="loading-content">
<div class="loading-logo">
<div class="logo-circle"></div>
</div>
<div class="loading-text">正在启动...</div>
<div class="loading-progress">
<div class="progress-bar-animated"></div>
</div>
</div>
</div>
<!-- Vue 应用挂载点 -->
<div id="app" ></div>
<!-- 在 body 底部加载 Vue 应用脚本 -->
</body>