mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
fix:[用户前端] 修复前端显示三级分销比率错误的问题
This commit is contained in:
parent
7a2f4c1d56
commit
849b887201
23
public/theme/Xboard/index.html
Normal file
23
public/theme/Xboard/index.html
Normal file
@ -0,0 +1,23 @@
|
||||
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Xboard</title><script type="module" crossorigin src="/assets/umi.js"></script></head><body><div id="app"></div><script>window.routerBase = "http://localhost:8000/";
|
||||
window.settings = {
|
||||
title: 'Xboard',
|
||||
assets_path: 'assets',
|
||||
theme: {
|
||||
sidebar: 'light',
|
||||
header: 'dark',
|
||||
color: 'default',
|
||||
},
|
||||
version: '1.0.0',
|
||||
background_url: '',
|
||||
description: '',
|
||||
i18n: [
|
||||
'zh-CN',
|
||||
'en-US',
|
||||
'ja-JP',
|
||||
'vi-VN',
|
||||
'ko-KR',
|
||||
'zh-TW',
|
||||
'fa-IR'
|
||||
],
|
||||
logo: 'https://www.gitbook.com/cdn-cgi/image/width=40,dpr=2,height=40,fit=contain,format=auto/https%3A%2F%2F3162163942-files.gitbook.io%2F~%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FTWc6Pnq0OhQEckqiaIuq%252Ficon%252FKa2r1j9TzDVBvCc0AUPb%252FMeta.png%3Falt%3Dmedia%26token%3D148f615d-6146-49fc-af5d-b998fd40f3b7'
|
||||
}</script></body></html>
|
BIN
public/theme/Xboard/index.html.br
Normal file
BIN
public/theme/Xboard/index.html.br
Normal file
Binary file not shown.
BIN
public/theme/Xboard/index.html.gz
Normal file
BIN
public/theme/Xboard/index.html.gz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user