Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dishait/quick
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.16
Choose a base ref
...
head repository: dishait/quick
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 7 files changed
  • 1 contributor

Commits on Apr 7, 2023

  1. fix: auto-install-peers

    markthree committed Apr 7, 2023
    Copy the full SHA
    e5bda01 View commit details
  2. chore: release v2.1.17

    markthree committed Apr 7, 2023
    Copy the full SHA
    611610f View commit details
  3. chore: Enhanced SEO

    markthree committed Apr 7, 2023
    Copy the full SHA
    8aa242a View commit details
  4. chore: release v2.1.18

    markthree committed Apr 7, 2023
    Copy the full SHA
    6ba751e View commit details

Commits on Apr 21, 2023

  1. chore: release v2.1.19

    markthree committed Apr 21, 2023
    Copy the full SHA
    ac21239 View commit details

Commits on May 4, 2023

  1. chore: update deps

    markthree committed May 4, 2023
    Copy the full SHA
    c999b21 View commit details

Commits on May 16, 2023

  1. chore: update deps

    markthree committed May 16, 2023
    Copy the full SHA
    e2f1ae5 View commit details

Commits on Jun 2, 2023

  1. chore: update deps

    markthree committed Jun 2, 2023
    Copy the full SHA
    1c5e848 View commit details
  2. Copy the full SHA
    a2ab30b View commit details
Showing with 2,405 additions and 2,267 deletions.
  1. +1 −1 .github/workflows/deploy-deno-deploy.yml
  2. +0 −36 .github/workflows/deploy-github-pages.yml
  3. +1 −0 .npmrc
  4. +8 −0 nuxt.config.ts
  5. +14 −15 package.json
  6. +2,373 −2,215 pnpm-lock.yaml
  7. +8 −0 robots.config.ts
2 changes: 1 addition & 1 deletion .github/workflows/deploy-deno-deploy.yml
Original file line number Diff line number Diff line change
@@ -38,5 +38,5 @@ jobs:
uses: denoland/deployctl@v1
with:
project: qk3
entrypoint: https://deno.land/std@0.181.0/http/file_server.ts
entrypoint: https://deno.land/std@0.190.0/http/file_server.ts
root: .output/public
36 changes: 0 additions & 36 deletions .github/workflows/deploy-github-pages.yml

This file was deleted.

1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
shamefully-hoist=true
auto-install-peers=true
registry=https://registry.npmmirror.com/
8 changes: 8 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -15,12 +15,19 @@ export default defineNuxtConfig({
'nuxt-size',
'@unocss/nuxt',
'@nuxt/devtools',
'@nuxtjs/robots',
'@nuxtjs/fontaine',
'@nuxt/image-edge',
'./modules/beastcss'
],
app: {
head: {
meta: [
{ charset: 'utf-8' },
{ name: 'keywords', content: '编程快速入门视频' },
{ name: 'keywords', content: '帮助你快速开始编程的教程' },
{ name: 'description', content: `一个编程快速入门的视频栏目,帮助你快速开始编程` },
],
htmlAttrs: {
lang: 'zh-CN'
}
@@ -32,6 +39,7 @@ export default defineNuxtConfig({
},
experimental: {
asyncEntry: true, // 异步入口
watcher: "parcel", // 提高 windows watch 速度
payloadExtraction: false, // 禁止 payload 提取
crossOriginPrefetch: true, // 跨域预取,加快外链的速度
},
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quick",
"version": "2.1.16",
"version": "2.1.19",
"description": "一个编程快速入门的视频栏目,帮助你快速开始编程",
"author": {
"name": "markthree",
@@ -23,26 +23,28 @@
"release": "bumpp --commit --push --tag"
},
"devDependencies": {
"@arco-design/web-vue": "^2.45.0",
"@nuxt-themes/docus": "^1.10.1",
"@nuxt/devtools": "^0.3.1",
"@nuxt/image-edge": "1.0.0-28008586.381b906",
"@nuxt/kit": "^3.3.3",
"@nuxtjs/fontaine": "^0.2.4",
"@types/node": "^18.15.11",
"@unocss/nuxt": "^0.50.6",
"@arco-design/web-vue": "^2.46.2",
"@nuxt-themes/docus": "^1.12.0",
"@nuxt/devtools": "^0.5.5",
"@nuxt/image-edge": "1.0.0-28094330.102af81",
"@nuxt/kit": "^3.5.2",
"@nuxtjs/fontaine": "^0.3.0",
"@nuxtjs/robots": "^3.0.0",
"@parcel/watcher": "^2.1.0",
"@types/node": "^18.16.16",
"@unocss/nuxt": "^0.52.7",
"beastcss": "^2.1.3",
"bumpp": "^9.1.0",
"execa": "^7.1.1",
"fast-glob": "^3.2.12",
"file-computed": "^0.9.2",
"less": "^4.1.3",
"nuxt": "^3.3.3",
"nuxt": "^3.5.2",
"nuxt-size": "^0.1.3",
"nuxt3-intelligence": "^0.1.1",
"sitemap": "^7.1.1",
"tsx": "^3.12.6",
"ufo": "^1.1.1"
"tsx": "^3.12.7",
"ufo": "^1.1.2"
},
"pnpm": {
"peerDependencyRules": {
@@ -52,9 +54,6 @@
]
}
},
"resolutions": {
"vite": "^4.2.1"
},
"engines": {
"node": ">=18"
}
4,588 changes: 2,373 additions & 2,215 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions robots.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export default [
{ UserAgent: '*' },
{ Disallow: '/' },
{ BlankLine: true },
{ Comment: 'Comment here' },
// @ts-ignore
{ Sitemap: (req) => `https://${req.headers.host}/sitemap.xml` }
]