feat: rename portal brand to shopee circle

This commit is contained in:
QiuSW
2026-07-08 17:05:20 +08:00
parent d5aa29e4d5
commit 5c9f070d15
19 changed files with 88 additions and 30 deletions
@@ -1,6 +1,6 @@
你好,
请打开下面的链接完成 cmhub 邮箱验证:
请打开下面的链接完成虾皮圈邮箱验证:
{{ activate_url }}
@@ -1 +1 @@
[cmhub] 验证你的邮箱
[虾皮圈] 验证你的邮箱
+1 -1
View File
@@ -1,6 +1,6 @@
{% extends "portal/base.html" %}
{% block title %}登录 - cmhub{% endblock %}
{% block title %}登录 - 虾皮圈{% endblock %}
{% block content %}
<section class="cmhub-panel">
+1 -1
View File
@@ -1,6 +1,6 @@
{% extends "portal/base.html" %}
{% block title %}退出 - cmhub{% endblock %}
{% block title %}退出 - 虾皮圈{% endblock %}
{% block content %}
<section class="cmhub-panel">
+1 -1
View File
@@ -1,6 +1,6 @@
{% extends "portal/base.html" %}
{% block title %}注册 - cmhub{% endblock %}
{% block title %}注册 - 虾皮圈{% endblock %}
{% block content %}
<section class="cmhub-panel">
@@ -1,6 +1,6 @@
{% extends "portal/base.html" %}
{% block title %}验证邮箱 - cmhub{% endblock %}
{% block title %}验证邮箱 - 虾皮圈{% endblock %}
{% block content %}
<section class="cmhub-panel">
+1 -1
View File
@@ -1,6 +1,6 @@
{% extends "portal/base.html" %}
{% block title %}API Key - cmhub{% endblock %}
{% block title %}API Key - 虾皮圈{% endblock %}
{% block content %}
<div class="d-flex flex-column gap-4">
+2 -2
View File
@@ -4,14 +4,14 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}cmhub{% endblock %}</title>
<title>{% block title %}虾皮圈{% endblock %}</title>
<link href="{% static 'portal/vendor/bootstrap/bootstrap.min.css' %}" rel="stylesheet">
<link href="{% static 'portal/brand.css' %}" rel="stylesheet">
</head>
<body class="{% block body_class %}{% endblock %}">
<nav class="navbar navbar-expand">
<div class="container">
<a class="navbar-brand fw-semibold" href="{% url 'portal-home' %}">cmhub</a>
<a class="navbar-brand fw-semibold" href="{% url 'portal-home' %}">虾皮圈</a>
<div class="ms-auto d-flex gap-2 flex-wrap justify-content-end">
{% with current_url=request.resolver_match.url_name %}
{% if user.is_authenticated %}
+1 -1
View File
@@ -1,6 +1,6 @@
{% extends "portal/base.html" %}
{% block title %}控制台 - cmhub{% endblock %}
{% block title %}控制台 - 虾皮圈{% endblock %}
{% block content %}
<div class="d-flex flex-column gap-4">
+3 -3
View File
@@ -1,6 +1,6 @@
{% extends "portal/base.html" %}
{% block title %}cmhub AI 电商生成台{% endblock %}
{% block title %}虾皮圈 AI 电商生成台{% endblock %}
{% block body_class %}home-page{% endblock %}
{% block body %}
@@ -9,7 +9,7 @@
<div class="home-container home-hero-grid">
<div>
<div class="home-eyebrow">AI 生成 / 点数计费 / 桌面端接入</div>
<h1>cmhub AI 电商生成台</h1>
<h1>虾皮圈 AI 电商生成台</h1>
<p class="home-lead">
把生成标题、生成主图能力封装成稳定的 HTTP API。桌面端填入 API Key 后按本地点数扣费,
余额不足直接拦截,失败自动退点。
@@ -140,7 +140,7 @@
<div class="home-download-box">
{% if current_release and current_release.has_download %}
<h3>Windows 客户端 {{ current_release.version }}</h3>
<p>当前版本已发布,可下载后填入 cmhub API Key 使用。</p>
<p>当前版本已发布,可下载后填入虾皮圈 API Key 使用。</p>
<div class="home-actions">
<a class="btn btn-primary" href="{{ current_release.download_url }}">下载客户端</a>
{% if current_import_template_download_url %}
+1 -1
View File
@@ -1,6 +1,6 @@
{% extends "portal/base.html" %}
{% block title %}可用模型 - cmhub{% endblock %}
{% block title %}可用模型 - 虾皮圈{% endblock %}
{% block content %}
<div class="d-flex align-items-center justify-content-between gap-3 mb-4">
+1 -1
View File
@@ -1,7 +1,7 @@
{% extends "portal/base.html" %}
{% load static %}
{% block title %}充值 - cmhub{% endblock %}
{% block title %}充值 - 虾皮圈{% endblock %}
{% block content %}
<div class="d-flex flex-column gap-4">
@@ -1,6 +1,6 @@
{% extends "portal/base.html" %}
{% block title %}充值记录 - cmhub{% endblock %}
{% block title %}充值记录 - 虾皮圈{% endblock %}
{% block content %}
<div class="d-flex flex-column gap-4">
@@ -1,6 +1,6 @@
{% extends "portal/base.html" %}
{% block title %}点数记录 - cmhub{% endblock %}
{% block title %}点数记录 - 虾皮圈{% endblock %}
{% block content %}
<div class="d-flex flex-column gap-4">