Skip to content

Commit

Permalink
feat: v4.49.6
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Oct 18, 2024
1 parent e2148ff commit 431104e
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 28 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surmon.me",
"version": "4.49.5",
"version": "4.49.6",
"description": "Surmon.me blog",
"author": "Surmon",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
"axios": "^1.7.x",
"bezier-easing": "^2.1.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cookie-parser": "^1.4.x",
"dotenv": "^16.4.5",
"emoji-233333": "^0.3.2",
"express": "^4.21.x",
Expand All @@ -47,7 +47,7 @@
"lru-cache": "^11.x",
"mapbox-gl": "^3.7.x",
"marked": "^14.1.x",
"marked-highlight": "^2.1.4",
"marked-highlight": "^2.2.x",
"marked-mangle": "^1.1.9",
"marked-xhtml": "^1.0.11",
"pinia": "^2.2.x",
Expand Down Expand Up @@ -87,9 +87,9 @@
"eslint-config-prettier": "^9.x",
"eslint-plugin-prettier": "^5.x",
"eslint-plugin-vue": "^9.x",
"globals": "^15.10.x",
"globals": "^15.11.x",
"prettier": "^3.x",
"sass": "^1.79.x",
"sass": "1.79.x",
"tsx": "^4.19.x",
"typescript": "^5.6.x",
"typescript-eslint": "^8.x",
Expand Down
189 changes: 167 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion src/pages/snippets/threads/card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,13 @@
v-else
/>
</div>
<markdown class="content" compact :markdown="media.text" :title="media.text" />
<markdown
class="content"
compact
:title="media.text"
:markdown="media.text"
:render-options="{ codeLineNumbers: false }"
/>
<div class="meta">
<span class="characters">
<i18n>
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export default defineConfig(({ mode }) => {
charset: false,
importers: [new sass.NodePackageImporter()],
// https://sass-lang.com/documentation/breaking-changes/color-functions/
// https://sass-lang.com/documentation/breaking-changes/import/
silenceDeprecations: ['mixed-decls', 'color-functions']
}
}
Expand Down

0 comments on commit 431104e

Please sign in to comment.