Skip to content

Commit

Permalink
update api
Browse files Browse the repository at this point in the history
fix

fix: 修复waline v3的引入问题 (volantis-x#926)

fix: 修复图片alt为空时Fancybox caption输出undefined的问题 (volantis-x#925)

fix(artalk):darkmode

Update _cdn.yml

Update test-deploy.yml

fix Fancybox caption

API 变更

好久没更新了,总的更新点啥~

Update cursor.styl: fix volantis-x#916

自定义鼠标,悬浮在自定义右键菜单的导航栏项目上时,自定义鼠标不生效

Update _cdn.yml

Update twikoo version to 1.6.30 (volantis-x#911)

Update labeler.yml

Update _cdn.yml Update twikoo version to 1.6.29 (volantis-x#910)

fix(artalk):update version to 2.7.3

Update _cdn.yml

chore(deps): bump actions/labeler from 4 to 5 (volantis-x#909)

Signed-off-by: dependabot[bot] <[email protected]>

chore(deps): bump google-github-actions/release-please-action from 3 to 4 (volantis-x#908)

Signed-off-by: dependabot[bot] <[email protected]>

BREAKING CHANGE:Update Artalk Version to 2.7.2

Update All Version to Latest

chore(deps): bump hexo from 6.3.0 to 7.0.0 (volantis-x#907)

Signed-off-by: dependabot[bot] <[email protected]>

chore(deps): bump actions/setup-node from 3 to 4 (volantis-x#906)

Signed-off-by: dependabot[bot] <[email protected]>

chore(deps): bump actions/checkout from 3 to 4 (volantis-x#903)

Signed-off-by: dependabot[bot] <[email protected]>

Update README.md

Update Artalk Version to 2.6.4

fix Memos API breaking changes

Memos API breaking changes

Revert "📦 refactor: remove discuss comments system" (volantis-x#898)

📦 refactor: remove discuss comments system (volantis-x#897)

Update  Waline cdn version to 2.15.5 (volantis-x#894)

chore(deps): bump hexo-renderer-stylus from 2.1.0 to 3.0.0 (volantis-x#890)

Signed-off-by: dependabot[bot] <[email protected]>

fix(highlight): hljs volantis-x#888

Update check-configuration.js

fix(tianligpt):bug

fix 光标不换行

新增打字机效果

feat(TianliGPT): 新增 AI 摘要 (volantis-x#885)

Update labeler.yml

Update label-commenter.yml

Update release-please.yml

Update Artalk Version to 2.5.3

fix(artalk): 无法设置不使用后端配置

fix volantis-x#862

feat: Update Artalk Version to 2.5.1

Memos (volantis-x#856)

Update artalk version to 2.5.0

feat(fcircle): 支持初始文章数量设置、本地缓存时间设置

Update twikoo version to 1.6.10

Update fcircle.js version to 1.0.10

Update twikoo version to 1.6.9

Update artalk version to 2.4.4

Update script.ejs

扩展 twikoo 评论 envId 说明

更正 PR847 说明部分中的错误 (volantis-x#850)

评论系统 Waline 新增兰空图床 V2 适配 (volantis-x#847)

Update twikoo to 1.6.8 (volantis-x#845)

fix: wrong behavior when there's no img provided for qrcode (volantis-x#840)

use v2 api

Update script.ejs

chore!: remove pjax

Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-Authored-By: penndu <[email protected]>
Co-Authored-By: TeacherDu <[email protected]>
Co-Authored-By: Colsrch <[email protected]>
  • Loading branch information
5 people authored and 0fuling0 committed Sep 30, 2024
1 parent bcaec32 commit a4becaf
Show file tree
Hide file tree
Showing 111 changed files with 1,168 additions and 738 deletions.
1 change: 1 addition & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Actions: .github/workflows/**/*
Dependencies: package.json
Configurations: _config.yml
CSS: source/css/**/*
JS: source/js/**/*
Layout: layout/**/*
Scripts: scripts/**/*
i18n: languages/**/*
6 changes: 3 additions & 3 deletions .github/workflows/label-commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ on:
jobs:
comment:
if: github.repository == 'volantis-x/hexo-theme-volantis'
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
config_file: .github/label-commenter-config.yml
config_file: .github/label-commenter-config.yml
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
if: github.repository == 'volantis-x/hexo-theme-volantis'
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 12
registry-url: https://registry.npmjs.org
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.repository == 'volantis-x/hexo-theme-volantis'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: update all prs
uses: maxkomarychev/[email protected]
with:
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: release-please
on:
push:
branches: [ dev ]
workflow_dispatch:

jobs:
release-please:
if: github.repository == 'volantis-x/hexo-theme-volantis'
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
with:
release-type: node
package-name: hexo-theme-volantis
Expand All @@ -19,8 +17,8 @@ jobs:
if: ${{ contains(github.event.head_commit.message, 'chore(dev)') && contains(github.event.head_commit.message, 'release') && github.repository == 'volantis-x/hexo-theme-volantis' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
registry-url: https://registry.npmjs.org
Expand All @@ -39,10 +37,10 @@ jobs:
git config --global user.name "github-actions[bot]"
git clone https://github.com/volantis-x/hexo-theme-volantis.git hexo-theme-volantis
cd hexo-theme-volantis
git fetch origin
git fetch --all
git checkout main
git reset --hard dc9134662502ed2aa8d39dfa09ffe81650a2b024
git merge dev
git merge origin/dev
git push --force "https://github-actions[bot]:${{ secrets.GITHUB_TOKEN }}@github.com/volantis-x/hexo-theme-volantis.git" main:main
- name: sync-coding
run: |
Expand All @@ -58,4 +56,4 @@ jobs:
"sensitive": 0
}
]
}'
}'
42 changes: 4 additions & 38 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@ name: Test to deploy
on:
push:
branches:
- 6.0
- dev
- test
jobs:
dev:
if: github.ref == 'refs/heads/dev'
runs-on: ubuntu-latest
name: A job to Test deploying for dev.
strategy:
matrix:
node_version: ['18', '16']
steps:
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- name: Clone
run: |
git clone https://github.com/volantis-x/volantis-x.github.io
cd volantis-x.github.io
git clone -b dev https://github.com/volantis-x/hexo-theme-volantis themes/volantis
git clone -b ${{ github.ref_name }} https://github.com/volantis-x/hexo-theme-volantis themes/volantis
- name: Generate Public Files
run: |
cd volantis-x.github.io
Expand All @@ -31,41 +31,7 @@ jobs:
npm run start
- name: Deploy
if: ${{ matrix.node_version == '16' }}
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.MHUIG_DEPLOY_KEY }}
external_repository: volantis-x/volantis-x.github.io
publish_branch: gh-pages
force_orphan: true
publish_dir: ./volantis-x.github.io/public
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
test:
if: github.ref == 'refs/heads/test'
runs-on: ubuntu-latest
name: A job to Test deploying for test.
strategy:
matrix:
node_version: ['18', '16']
steps:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
- name: Clone
run: |
git clone https://github.com/volantis-x/volantis-x.github.io
cd volantis-x.github.io
git clone -b test https://github.com/volantis-x/hexo-theme-volantis themes/volantis
- name: Generate Public Files
run: |
cd volantis-x.github.io
npm i
npm install hexo-cli -g
npm run start
- name: Deploy
if: ${{ matrix.node_version == '16' }}
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{ secrets.MHUIG_DEPLOY_KEY }}
external_repository: volantis-x/volantis-x.github.io
Expand Down
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Changelog

## [5.8.0](https://github.com/volantis-x/hexo-theme-volantis/compare/5.7.10...5.8.0) (2023-05-06)


### Features

* **head and body template:** 支持在front-matter中动态插入css和js,支持引入多个 ([#883](https://github.com/volantis-x/hexo-theme-volantis/issues/883)) ([3146360](https://github.com/volantis-x/hexo-theme-volantis/commit/3146360ecf3955314768fde46226632bf86b4e45))

## [5.7.10](https://github.com/volantis-x/hexo-theme-volantis/compare/5.7.9...5.7.10) (2023-04-28)


### Bug Fixes

* 修复移动端菜单栏按钮点击没有收起二级子菜单的问题 ([#880](https://github.com/volantis-x/hexo-theme-volantis/issues/880)) ([bb7738b](https://github.com/volantis-x/hexo-theme-volantis/commit/bb7738b9dcfa375e263ee4ca648d437703b15182))

## [5.7.9](https://github.com/volantis-x/hexo-theme-volantis/compare/5.7.8...5.7.9) (2023-04-26)


### Bug Fixes

* 修复移动端web菜单栏无法收缩;特性:浏览器滚动条复杂样式从配置文件传入 ([#877](https://github.com/volantis-x/hexo-theme-volantis/issues/877)) ([91288f9](https://github.com/volantis-x/hexo-theme-volantis/commit/91288f916dee43baadac9750a39de6d3933a6737))

## [5.7.8](https://github.com/volantis-x/hexo-theme-volantis/compare/5.7.7...5.7.8) (2023-04-01)


### Bug Fixes

* **LeancloudCounter:** 修复 leancloud 配置特定 appId 值导致 custom_api_server 不生效问题 ([#861](https://github.com/volantis-x/hexo-theme-volantis/issues/861)) ([90e470d](https://github.com/volantis-x/hexo-theme-volantis/commit/90e470d8e2e0125f468acc81820ef7addc91f723))

## [5.7.7](https://github.com/volantis-x/hexo-theme-volantis/compare/v5.7.6...5.7.7) (2022-11-24)


### Bug Fixes

* **#824:** 边界条件 ([13f4e0e](https://github.com/volantis-x/hexo-theme-volantis/commit/13f4e0e6be464519a1ea3e020b5da1b1396c1254))
* yml string to list ([11ab545](https://github.com/volantis-x/hexo-theme-volantis/commit/11ab545b52967e639938be00f78cc6bdefa885d4))


### Performance Improvements

* **debug:** description 的配置检查改为warn警告并使用默认值 [#801](https://github.com/volantis-x/hexo-theme-volantis/issues/801) ([f82f547](https://github.com/volantis-x/hexo-theme-volantis/commit/f82f54718b081439ea40e5a105ba81be15c60de0))
* **readmore:** readmore:false 优先级高于 auto_excerpt:true ([302bf4e](https://github.com/volantis-x/hexo-theme-volantis/commit/302bf4e101689c0df9e0b8cbb1778dd18a8d5567))

## [5.7.6](https://github.com/volantis-x/hexo-theme-volantis/compare/v5.7.5...v5.7.6) (2022-09-05)


Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ npm i hexo-theme-volantis

See docs: https://volantis.js.org

or: https://vlts.cc

or: https://volantis.vercel.app

## Examples
Expand Down
Loading

0 comments on commit a4becaf

Please sign in to comment.