Skip to content

Commit daa4ede

Browse files
committed
feat: 支持 sudoku
1 parent 760c7f0 commit daa4ede

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store-front-end",
3-
"version": "2.15.83",
3+
"version": "2.15.84",
44
"private": true,
55
"scripts": {
66
"dev": "vite --host",

src/locales/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ export default {
478478
"Hysteria 2",
479479
"Juicity",
480480
"mieru",
481+
"sudoku",
481482
"AnyTLS",
482483
"WireGuard",
483484
"SSH",

src/locales/zh.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ export default {
494494
'Hysteria 2',
495495
'Juicity',
496496
'mieru',
497+
'sudoku',
497498
'AnyTLS',
498499
'WireGuard',
499500
'SSH',

src/views/editor/components/FilterSelect.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
'hysteria2',
7373
'juicity',
7474
'mieru',
75+
'sudoku',
7576
'anytls',
7677
'wireguard',
7778
'ssh',

0 commit comments

Comments
 (0)