Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/deploy.yml
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这是什么东西bro,ci已经弄好了,不需要再加一个了,删掉

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 }}
19 changes: 12 additions & 7 deletions pages/hardware/laptop-buying-flow/hardware-basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ background: stone-900
轻娱乐/办公
</div>
</div>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

还有这个删掉的回车

<!-- 前三者:游戏模式,耗电嗷嗷快
后三者:省电模式,耗电慢点,当然性能也差点 -->

Expand Down Expand Up @@ -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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可以把这个没啥意义的回车删回去吗

backgroundSize: 20em
---

Expand Down Expand Up @@ -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/
Comment thread
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>

<!-- 代际比较
当然,你也可以选择查询天梯图,会更加准确 -->

Expand Down Expand Up @@ -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="移动端显卡"
Expand All @@ -310,6 +314,7 @@ layout: center
/>
</div>


---

### 其他硬件
Expand Down
4 changes: 2 additions & 2 deletions pages/hardware/laptop-buying-flow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ layout : cols

对于笔记本电脑、PC电脑、电视、空调和电冰箱等家电最高可享 20% 的消费补贴,每件最高补贴不超过 2000 元。部分商品不需要以旧换新即可直接下单使用享优惠,部分商品则需要以旧换新才可以。

其中,笔记本电脑不许以旧换新可直接享受优惠,结算时按京东自营价格的 8折 计算。
其中,笔记本电脑不需以旧换新可直接享受优惠,结算时按京东自营价格的 8折 计算。

当前仅限北京地区
各地政策不同,建议购买前详细了解。

---
src: ./choose.md
Expand Down
Binary file added public/images/50_geforce_laptops_compare.jpeg
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建议直接把之前的文件替换掉,不要改文件名

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/gpu_ranking.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.