Skip to content

Commit

Permalink
chore: 删除了拼音翻译功能 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlzmoe committed Dec 9, 2024
1 parent 71134fd commit 04d2d0b
Show file tree
Hide file tree
Showing 8 changed files with 1,094 additions and 4,619 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- fix: 点击热门窗口外关闭弹窗
- del: 删除拼音翻译功能
- chore: 进入 0.4.1 时代
2,168 changes: 543 additions & 1,625 deletions dist/linuxdo-scripts.user.js

Large diffs are not rendered by default.

2,168 changes: 543 additions & 1,625 deletions linuxdo-scripts.user.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linuxdo-scripts",
"version": "0.3.75",
"version": "0.4.1",
"author": "dlzmoe",
"description": "An enhanced script for the linux.do forum",
"type": "module",
Expand Down
13 changes: 0 additions & 13 deletions src/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<li><Setting2 />自定义</li>
<li><Setting3 />用户标签</li>
<li><Setting4 />AI 配置</li>
<li><Setting7 />翻译/拼音</li>
<li><Setting5 />主题风格</li>
<li><Setting6 />数据同步</li>
<Updates />
Expand Down Expand Up @@ -137,10 +136,6 @@
<div class="menu-body-item">
<GPTconfig v-model:value="settingData.gptdata" />
</div>
<div class="menu-body-item">
<MenuTranslate :sort="1" v-model="settingData.checked32" />
<isTranslate :sort="1" v-model="settingData.checked32_1" />
</div>
<div class="menu-body-item">
<Themes v-model="settingData.themes" />
</div>
Expand Down Expand Up @@ -258,10 +253,6 @@ import Setting5 from "./components/Svg/Setting5.vue";
import Setting6 from "./components/Svg/Setting6.vue";
import Setting7 from "./components/Svg/Setting7.vue";
// 拼音翻译功能
import MenuTranslate from "./components/Translate/MenuTranslate.vue";
import isTranslate from "./components/Translate/isTranslate.vue";
export default {
components: {
Setting1,
Expand Down Expand Up @@ -323,8 +314,6 @@ export default {
MenuHiddenPlaceholder,
MenuDisableReplaceState,
MenuRemovePostAvatar,
MenuTranslate,
isTranslate,
MenuHotRankingList,
HotRankingList,
MenuBackToTop,
Expand Down Expand Up @@ -386,8 +375,6 @@ export default {
checked27: false,
checked28: false,
checked29: false,
checked32: false,
checked32_1: false,
checked33: false,
checked34: false,
removePostavatarData: {
Expand Down
Loading

0 comments on commit 04d2d0b

Please sign in to comment.