统一 Airshelf 界面组件与图标
This commit is contained in:
+7
-6
@@ -2,9 +2,9 @@
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>团队 · 流·Studio</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="assets/restraint.css?v=202605211643">
|
||||
<title>团队 · Airshelf</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="assets/restraint.css?v=2026052607">
|
||||
<style>
|
||||
/* ─── 团队信息卡(深色 banner · 上标题行 + 下统计行)─── */
|
||||
/* 顶部行:banner(左)+ 团队动态(右),与下方 team-grid 同列宽对齐 */
|
||||
@@ -672,7 +672,7 @@
|
||||
<div class="cred-card">
|
||||
<div class="cred-row">
|
||||
<span class="ck">登录地址</span>
|
||||
<span class="cv mono" id="share-url">https://liu-studio.com/login</span>
|
||||
<span class="cv mono" id="share-url">https://airshelf.com/login</span>
|
||||
<button class="cred-copy" type="button" data-copy="share-url" title="复制">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1"/></svg>
|
||||
</button>
|
||||
@@ -757,7 +757,8 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<script src="assets/shell.js?v=202605211643"></script>
|
||||
<script src="assets/icons.js?v=2026052608"></script>
|
||||
<script src="assets/shell.js?v=2026052607"></script>
|
||||
<script>
|
||||
Shell.render({
|
||||
active: 'team',
|
||||
@@ -1040,7 +1041,7 @@ document.getElementById('inv-send').addEventListener('click', () => {
|
||||
id: 'u' + Date.now(),
|
||||
av: name[0] || username[0]?.toUpperCase() || 'U',
|
||||
name, username,
|
||||
email: username + '@liu-studio.local',
|
||||
email: username + '@airshelf.local',
|
||||
role,
|
||||
daily, monthly, totalQuota,
|
||||
used: 0, usedToday: 0,
|
||||
|
||||
Reference in New Issue
Block a user