-
Notifications
You must be signed in to change notification settings - Fork 4
更新了2025新数据,修改了错别字 #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
6e7229a
a5c96e9
eaebb79
ff4c1e9
5d3ca12
1515890
5a3a4c1
38c165d
97f67cb
97f35ca
cc0a34c
1c3a72e
4c9689a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| name: Deploy pages | ||
| on: push | ||
| jobs: | ||
| deploy: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v2 | ||
| - uses: actions/setup-node@v2 | ||
| with: | ||
| node-version: '14' | ||
| - name: Install dependencies | ||
| run: npm install | ||
| - name: Build | ||
| run: npm run build --base /LaptopLecture | ||
| - name: Deploy pages | ||
| uses: crazy-max/ghaction-github-pages@v2 | ||
| with: | ||
| build_dir: dist | ||
| env: | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -122,7 +122,6 @@ background: stone-900 | |
| 轻娱乐/办公 | ||
| </div> | ||
| </div> | ||
|
|
||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 还有这个删掉的回车 |
||
| <!-- 前三者:游戏模式,耗电嗷嗷快 | ||
| 后三者:省电模式,耗电慢点,当然性能也差点 --> | ||
|
|
||
|
|
@@ -169,13 +168,14 @@ hideLogo: true | |
| --- | ||
|
|
||
| <div class="overflow-y-auto h-150 w-full px-16"> | ||
| <img src="/images/geforce_laptops_compare.png" class="w-full h-fit" /> | ||
| <img src="/images/50_geforce_laptops_compare.jpeg" class="w-full h-fit" /> | ||
| </div> | ||
|
|
||
| <!-- From: https://www.nvidia.cn/geforce/laptops/compare/ --> | ||
| --- | ||
| layout: image | ||
| image: /images/ababa.png | ||
|
|
||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 可以把这个没啥意义的回车删回去吗 |
||
| backgroundSize: 20em | ||
| --- | ||
|
|
||
|
|
@@ -210,14 +210,18 @@ code { | |
| --uno: 'dark !text-7xl' | ||
| } | ||
| </style> | ||
|
|
||
| `NVIDIA RTX 4060 8GB` | ||
| `NVIDIA RTX 5060 8GB` | ||
|
|
||
| --- | ||
| layout: iframe | ||
| url: https://www.mydrivers.com/zhuanti/tianti/gpum/ | ||
|
TTF2CN marked this conversation as resolved.
|
||
| layout: fullpage | ||
| background: black | ||
| hideLogo: true | ||
| --- | ||
|
|
||
| <div class="overflow-y-auto h-150 w-full px-16"> | ||
| <img src="/images/gpu_ranking.jpeg" class="w-full h-fit" /> | ||
| </div> | ||
|
|
||
| <!-- 代际比较 | ||
| 当然,你也可以选择查询天梯图,会更加准确 --> | ||
|
|
||
|
|
@@ -287,7 +291,7 @@ layout: center | |
| <QRCodeWithHint | ||
| :width="180" | ||
| type="canvas" | ||
| data="https://www.mydrivers.com/zhuanti/tianti/gpum/" | ||
| data="https://rank.kkj.cn/Computer75.shtml" | ||
| :imageOptions="{ margin: 10 }" | ||
| :dotsOptions="{ type: 'extra-rounded'}" | ||
| hint="移动端显卡" | ||
|
|
@@ -310,6 +314,7 @@ layout: center | |
| /> | ||
| </div> | ||
|
|
||
|
|
||
| --- | ||
|
|
||
| ### 其他硬件 | ||
|
|
||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 建议直接把之前的文件替换掉,不要改文件名 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这是什么东西bro,ci已经弄好了,不需要再加一个了,删掉