Skip to content

Commit f14bd8f

Browse files
Merge pull request #206 from talex-touch/update/2.1.0-251022
Update/2.1.0 251022
2 parents 559a0c1 + ad73016 commit f14bd8f

File tree

137 files changed

+14653
-2578
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+14653
-2578
lines changed

.github/docs/contribution/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![GitHub issues](https://img.shields.io/github/issues/talex-touch/talex-touch?style=flat-square)](https://github.com/talex-touch/talex-touch/issues)
88
[![GitHub license](https://img.shields.io/github/license/talex-touch/talex-touch?style=flat-square)](https://github.com/talex-touch/talex-touch/blob/main/LICENSE)
99
[![GitHub release](https://img.shields.io/badge/release-1.2.0-42B883?style=flat-square)](https://github.com/talex-touch/talex-touch/releases)
10-
[![GitHub release](https://img.shields.io/badge/dev-2.0.0-64391A?style=flat-square)](https://github.com/talex-touch/talex-touch/discussions/35)
10+
[![GitHub release](https://img.shields.io/badge/dev-2.1.0-64391A?style=flat-square)](https://github.com/talex-touch/talex-touch/discussions/35)
1111

1212
English | [简体中文](./CONTRIBUTING_zh.md)
1313
</div>

.github/docs/contribution/CONTRIBUTING_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
[![GitHub issues](https://img.shields.io/github/issues/talex-touch/talex-touch?style=flat-square)](https://github.com/talex-touch/talex-touch/issues)
88
[![GitHub license](https://img.shields.io/github/license/talex-touch/talex-touch?style=flat-square)](https://github.com/talex-touch/talex-touch/blob/main/LICENSE)
9-
[![GitHub release](https://img.shields.io/badge/release-1.2.0-42B883?style=flat-square)](https://github.com/talex-touch/talex-touch/releases)
10-
[![GitHub release](https://img.shields.io/badge/dev-2.0.0-64391A?style=flat-square)](https://github.com/talex-touch/talex-touch/discussions/35)
9+
[![GitHub release](https://img.shields.io/badge/release-2.1.0-42B883?style=flat-square)](https://github.com/talex-touch/talex-touch/releases)
10+
[![GitHub release](https://img.shields.io/badge/dev-2.1.0-64391A?style=flat-square)](https://github.com/talex-touch/talex-touch/discussions/35)
1111

1212
[English](./CONTRIBUTING.md) | 简体中文
1313
</div>

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"commitlint",
99
"commonmark",
1010
"COOLDOWN",
11+
"Corebox",
1112
"cprocess",
1213
"dataurl",
1314
"degit",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
99
[![GitHub issues](https://img.shields.io/github/issues/talex-touch/tuff?style=flat-square)](https://github.com/talex-touch/tuff/issues)
1010
[![GitHub license](https://img.shields.io/github/license/talex-touch/tuff?style=flat-square)](https://github.com/talex-touch/tuff/blob/main/LICENSE)
11-
[![GitHub release](https://img.shields.io/badge/release-2.0.0-42B883?style=flat-square)](https://github.com/talex-touch/tuff/releases)
12-
[![GitHub release](https://img.shields.io/badge/dev-2.0.0-64391A?style=flat-square)](https://github.com/talex-touch/tuff/discussions/35)
11+
[![GitHub release](https://img.shields.io/badge/release-2.1.0-42B883?style=flat-square)](https://github.com/talex-touch/tuff/releases)
12+
[![GitHub release](https://img.shields.io/badge/dev-2.1.0-64391A?style=flat-square)](https://github.com/talex-touch/tuff/discussions/35)
1313
<br>
1414
English | [简体中文](./README.zh-CN.md)
1515
</div>

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
99
[![GitHub issues](https://img.shields.io/github/issues/talex-touch/tuff?style=flat-square)](https://github.com/talex-touch/tuff/issues)
1010
[![GitHub license](https://img.shields.io/github/license/talex-touch/tuff?style=flat-square)](https://github.com/talex-touch/tuff/blob/main/LICENSE)
11-
[![GitHub release](https://img.shields.io/badge/release-2.0.0-42B883?style=flat-square)](https://github.com/talex-touch/tuff/releases)
12-
[![GitHub release](https://img.shields.io/badge/dev-2.0.0-64391A?style=flat-square)](https://github.com/talex-touch/tuff/discussions/35)
11+
[![GitHub release](https://img.shields.io/badge/release-2.1.0-42B883?style=flat-square)](https://github.com/talex-touch/tuff/releases)
12+
[![GitHub release](https://img.shields.io/badge/dev-2.1.0-64391A?style=flat-square)](https://github.com/talex-touch/tuff/discussions/35)
1313
<br>
1414
[English](./README.md) | 简体中文
1515
</div>

apps/core-app/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@talex-touch/core-app",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "The core app of talex-touch. A strong adaptation more platform all-tool program.",
55
"main": "./out/main/index.js",
66
"author": "TalexDreamSoul",
7-
"homepage": "https://talex-touch.tagzxia.com",
7+
"homepage": "https://tuff.tagzxia.com",
88
"scripts": {
99
"format": "prettier --write .",
1010
"lint": "eslint --cache .",
@@ -27,6 +27,8 @@
2727
"build:snapshot:linux": "node scripts/build-target.js --target=linux --type=snapshot"
2828
},
2929
"dependencies": {
30+
"@clerk/clerk-js": "^5.102.0",
31+
"@clerk/types": "^4.95.0",
3032
"@electron-toolkit/preload": "^3.0.2",
3133
"@electron-toolkit/utils": "^4.0.0",
3234
"@floating-ui/dom": "^1.7.2",
@@ -79,6 +81,7 @@
7981
"vue-i18n": "^11.1.11",
8082
"vue-profile-avatar": "^1.2.0",
8183
"vue-router": "^4.5.1",
84+
"vue-sonner": "^2.0.9",
8285
"xterm": "^5.3.0",
8386
"xterm-addon-fit": "^0.8.0",
8487
"yauzl": "^3.2.0"

0 commit comments

Comments
 (0)