2025年8月14日星期四

炸裂,谷歌再送12个月Gemini Pro 会员!速领!

Gemini 学生优惠活动又开始啦!直接上教程!

大家好,我是小欣!

Gemini 学生优惠活动又开始啦!

截止到2025年10月6日,支持美国、巴西、印度尼西亚、日本、墨西哥、韩国

图片

废话不多说,直接上教程!

unsetunset设置网络环境unsetunset

clash for  verge 设置如下,代理规则模式选择全局

图片

开启TUN 模式,开启如图框框中的开关。

图片

接下来设置代理端口号:8888

图片

最后确认你勾选了如下两个开关

图片

unsetunsetGmail 邮箱注册unsetunset

接着打开如下地址,创建账号:

https://accounts.google.com/v3/signin/identifier?authuser=0&continue=https%3A%2F%2Fmail.google.com%2Fmail&ec=GAlAFw&hl=zh-CN&service=mail&flowName=GlifWebSignIn&flowEntry=AddSession&dsh=S-2061845317%3A1754824327341326

选择创建账号-》个人用途

图片

创建邮箱地址,可以使用自定义或者推荐的

图片

unsetunset新建指纹浏览器环境unsetunset

这里我们使用指纹浏览器来注册,打开如下链接下载指纹浏览器:

https://www.adspower.net/share/taoxiaoxin

直接使用刚刚注册的谷歌账号登录

图片

进来后点击下载客户端

图片

选择你对应的平台下载指纹浏览器客户端

图片

下载好以后用使用谷歌账号登录

图片

进来后直接点击新建浏览器。

图片

随便起个浏览器名字,比如:gptplus

图片

给指纹浏览器指定代理。

图片

输入刚刚设置的端口号与代理IP:127.0.0.0

图片

点击打开指纹浏览器

图片图片

接着测试IP 是否正常,打开如下地址:

https://ip111.cn

必须让三个测试结果同时保持你所选的节点名称才算正常

图片

然后测试IP 纯净度,数值越低越好,最好为0,打开如下网址:

https://scamalytics.com/ip

输入你刚刚测试的IP测试你的IP纯净度。

图片

unsetunset领取教育优惠unsetunset

直接打开如下地址:

https://one.google.com/ai-student
图片

填写基本信息,注意出生年份不要太大或者太小,要符合大学生的实际年龄,其他信息随便填。

图片

如果年龄填写的太大了或者太小就会提示如下,还有注意你的IP 必须是对应的地区:

图片

然后提示你上传学生证,成绩单等信息。

图片

这里呢你就用万能的GPT 生成一个成绩单子,我的提示词如下:

美国地区。根据真实学校想一个学生身份,根据实际格式编一个邮箱,再用 html 写一个成绩单
图片

然后持续让AI 帮你优化,记得成绩单要有今年夏天的成绩单,要求必须包含近期90天以内的成绩单,最后转为PDF上传。

图片

下面是GPT 写的一个示例模版:

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<title>UC Berkeley - 非官方成绩单 (示例)</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
    :root{
      --ink:#111;
      --muted:#666;
      --line:#e5e7eb;
      --cal:#003262;   /* Berkeley Blue */
      --gold:#C4820E;  /* Berkeley Gold */
    }
    *{box-sizing:border-box}
    body{
      margin:0;
      background:#f8fafc;
      color:var(--ink);
      font:14px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans""PingFang SC""Hiragino Sans GB""Microsoft YaHei", sans-serif;
    }
    .page{
      max-width:1000px;
      margin:24px auto;
      background:white;
      border:1px solid var(--line);
      box-shadow:010px30pxrgba(0,0,0,.06);
    }
    header{
      padding:24px28px;
      border-bottom:4px solid var(--cal);
      background:linear-gradient(90deg, rgba(0,50,98,.05), transparent);
      display:flex; align-items:center; justify-content:space-between; gap:16px;
    }
    .brand{
      display:flex; align-items:center; gap:16px;
    }
    .seal{
      width:54pxheight:54pxborder-radius:50%;
      border:2px solid var(--cal);
      display:grid; place-items:center;
      font-weight:700color:var(--cal);
    }
    h1{
      margin:0font-size:20pxline-height:1.2;
    }
    .sub{color:var(--muted); font-size:12px}
    .tag{
      border:1px dashed var(--gold); color:var(--gold);
      padding:6px10pxborder-radius:999pxfont-weight:600font-size:12px;
      text-transform:uppercase; letter-spacing:.06embackground:#fff8e6;
    }
    .grid{
      display:grid; gap:14pxpadding:20px28pxgrid-template-columns:1.2fr 1fr;
      border-bottom:1px solid var(--line);
    }
    .card{
      border:1px solid var(--line); border-radius:12pxpadding:14px16px;
      background:#fff;
    }
    .cardh3{margin:008px0font-size:14pxcolor:var(--cal)}
    .kv{display:grid; grid-template-columns:160px1fr; gap:8pxfont-size:13px}
    .kvdiv{padding:4px0border-bottom:1px dashed #f1f5f9}
    .kvdiv:nth-child(odd){color:var(--muted)}
    table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      font-size:13px;
      margin-top:6px;
    }
    theadth{
      text-align:left;
      padding:10px12pxbackground:#f9fafbcolor:#334155border-bottom:1px solid var(--line);
    }
    tbodytd{
      padding:10px12pxborder-bottom:1px solid #f1f5f9;
    }
    tfoottd{
      padding:12pxbackground:#fafafaborder-top:2px solid var(--line); font-weight:600;
    }
    .totals{
      display:flex; gap:16pxflex-wrap:wrap; margin:0padding:0list-style:none;
    }
    .pill{
      background:#f3f4f6border:1px solid var(--line); border-radius:999px;
      padding:8px12pxfont-weight:600;
    }
    .notice{padding:16px28pxcolor:var(--muted); font-size:12px}
    .sign{
      display:grid; grid-template-columns:1fr 1fr; gap:18pxpadding:18px28px28px;
    }
    .sig{
      border-top:1px dashed var(--line); padding-top:10pxfont-size:12pxcolor:var(--muted)
    }
    .term-title{
      margin:0padding:14px28px8pxcolor:var(--cal); font-weight:700;
      border-top:1px solid var(--line); background:linear-gradient(90deg,#f8fbff,transparent);
    }
    .gpa-box{
      padding:10px12pxbackground:#f9fafbborder:1px solid var(--line); border-radius:10pxdisplay:inline-block
    }
    @media print{
      body{background:white}
      .page{margin:0border:none; box-shadow:none}
      .tag{border-color:#aaacolor:#444background:#fff}
      header{background:white}
      .notice.sign{page-break-inside:avoid}
    }
  
</style>
</head>
<body>
<div class="page">
    <header>
      <div class="brand">
        <div class="seal">UC</div>
        <div>
          <h1>University of California, Berkeley</h1>
          <div class="sub">Office of the Registrar • 120 Sproul Hall, Berkeley, CA 94720</div>
        </div>
      </div>
      <div class="tag">Unofficial Transcript (Sample)</div>
    </header>

    <section class="grid">
      <div class="card">
        <h3>学生信息 Student Information</h3>
        <div class="kv">
          <div>姓名 Name</div><div>Liwei Chen</div>
          <div>学号 Student ID</div><div>30345678</div>
          <div>专业 Program</div><div>B.A. in Computer Science</div>
          <div>入学学期 Matriculation</div><div>Fall 2024</div>
          <div>邮箱 Email</div><div>lchen23@berkeley.edu</div>
          <div>状态 Status</div><div>Good Standing</div>
        </div>
      </div>
      <div class="card">
        <h3>累计信息 Cumulative Summary</h3>
        <ul class="totals">
          <li class="pill">累计学分 Attempted: <strong>39.0</strong></li>
          <li class="pill">合格学分 Earned: <strong>39.0</strong></li>
          <li class="pill">累计绩点 GPA: <strong>3.67 / 4.00</strong></li>
        </ul>
        <div style="margin-top:8px" class="gpa-box">评语 Remarks: Satisfactory Academic Progress</div>
      </div>
    </section>

    <h2 class="term-title">Fall 2024</h2>
    <section class="card" style="margin:12px 28px 18px;">
      <table aria-label="Fall 2024 courses">
        <thead>
          <tr>
            <th>课程编号 Course</th>
            <th>课程名称 Title</th>
            <th>学分 Units</th>
            <th>成绩 Grade</th>
            <th>绩点 Points</th>
          </tr>
        </thead>
        <tbody>
          <tr><td>CS 61A</td><td>Structure and Interpretation of Computer Programs</td><td>4.0</td><td>A</td><td>16.00</td></tr>
          <tr><td>MATH 54</td><td>Linear Algebra and Differential Equations</td><td>4.0</td><td>A-</td><td>14.80</td></tr>
          <tr><td>ENGLISH R1A</td><td>Reading & Composition A</td><td>4.0</td><td>B+</td><td>13.20</td></tr>
          <tr><td>HISTORY 7B</td><td>US History since 1865</td><td>4.0</td><td>A</td><td>16.00</td></tr>
        </tbody>
        <tfoot>
          <tr><td colspan="5">Term Units: 16.0 • Term GPA: 3.75 • Quality Points: 60.00</td></tr>
        </tfoot>
      </table>
    </section>

    <h2 class="term-title">Spring 2025</h2>
    <section class="card" style="margin:12px 28px 18px;">
      <table aria-label="Spring 2025 courses">
        <thead>
          <tr>
            <th>课程编号 Course</th>
            <th>课程名称 Title</th>
            <th>学分 Units</th>
            <th>成绩 Grade</th>
            <th>绩点 Points</th>
          </tr>
        </thead>
        <tbody>
          <tr><td>CS 61B</td><td>Data Structures</td><td>4.0</td><td>A-</td><td>14.80</td></tr>
          <tr><td>MATH 53</td><td>Multivariable Calculus</td><td>4.0</td><td>B+</td><td>13.20</td></tr>
          <tr><td>STAT 20</td><td>Introduction to Probability and Statistics</td><td>4.0</td><td>A</td><td>16.00</td></tr>
          <tr><td>PHYSICS 7A</td><td>Physics for Scientists and Engineers</td><td>4.0</td><td>B</td><td>12.00</td></tr>
        </tbody>
        <tfoot>
          <tr><td colspan="5">Term Units: 16.0 • Term GPA: 3.50 • Quality Points: 56.00</td></tr>
        </tfoot>
      </table>
    </section>

    <h2 class="term-title">Summer 2025</h2>
    <section class="card" style="margin:12px 28px 18px;">
      <table aria-label="Summer 2025 courses">
        <thead>
          <tr>
            <th>课程编号 Course</th>
            <th>课程名称 Title</th>
            <th>学分 Units</th>
            <th>成绩 Grade</th>
            <th>绩点 Points</th>
          </tr>
        </thead>
        <tbody>
          <tr><td>DATA C100</td><td>Principles & Techniques of Data Science</td><td>4.0</td><td>A</td><td>16.00</td></tr>
          <tr><td>UGBA 10</td><td>Principles of Business</td><td>3.0</td><td>A-</td><td>11.10</td></tr>
        </tbody>
        <tfoot>
          <tr><td colspan="5">Term Units: 7.0 • Term GPA: 3.87 • Quality Points: 27.10</td></tr>
        </tfoot>
      </table>
    </section>

    <section class="notice">
      <strong>说明 Notes:</strong>
      本示例为练习用途的 <em>非官方</em> 成绩单;所有个人信息均为虚构但格式接近真实院校。GPA 采用 4.00 制;A=4.0、A-=3.7、B+=3.3、B=3.0。
    </section>

    <section class="sign">
      <div class="sig">Registrar Signature / Date: __________________________</div>
      <div class="sig">Advisor Signature / Date: ____________________________</div>
    </section>
</div>
</body>
</html>

点击上传之后等待验证通过,通过以后添加付款方式,选择添加卡或者PayPaI 都可以。

国内Visa 卡绑定不了就使用PayPaI 验证,然后通过PayPaI 绑定国内visa卡验证。

图片
图片
图片图片

unsetunset总结unsetunset

如果有问题,欢迎在评论区留言,我会及时回复。别忘了点赞+转发哦,下期见~

没有评论:

发表评论

炸裂,谷歌再送12个月Gemini Pro 会员!速领!

Gemini 学生优惠活动又开始啦!直接上教程! 大家好,我是小欣! Gemini 学生优惠活动又开始啦! 截止到2025年10月6日,支持美国、巴西、印度尼西亚、日本、墨西哥、韩国 废话不多说,直接上教程! unset unset 设置网络环境 unset unset cl...