mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-07 08:42:49 +08:00
🎨 修正一些小错误
This commit is contained in:
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@@ -1,7 +1,4 @@
|
||||
{
|
||||
// 使用 IntelliSense 了解相关属性。
|
||||
// 悬停以查看现有属性的描述。
|
||||
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
|
||||
@@ -21,7 +21,7 @@ Update: 2023-12-07
|
||||
|
||||
基于 Tauri 的原神工具应用,支持 Windows 和 MacOS 平台。
|
||||
|
||||
Game Tool for Genshin Impact player, supports Windows and MacOS.
|
||||
Game Tool for Genshin Impact player, supports Windows and macOS.
|
||||
|
||||
## 下载 / Download
|
||||
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
</v-list-item>
|
||||
</v-list-group>
|
||||
<div class="bottom-menu">
|
||||
<v-menu open-on-click location="end">
|
||||
<v-menu :open-on-click="true" location="end">
|
||||
<template #activator="{ props }">
|
||||
<v-list-item :title="userInfo.nickname" v-bind="props">
|
||||
<template #prepend>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
v-model="search"
|
||||
append-icon="mdi-magnify"
|
||||
label="搜索"
|
||||
single-line
|
||||
:single-line="true"
|
||||
hide-details
|
||||
@click:append="searchCard"
|
||||
@keyup.enter="searchCard"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
class="news-search"
|
||||
append-icon="mdi-magnify"
|
||||
label="请输入米游社帖子 ID"
|
||||
single-line
|
||||
:single-line="true"
|
||||
hide-details
|
||||
@click:append="searchPost"
|
||||
@keyup.enter="searchPost"
|
||||
|
||||
14
src/plugins/Mys/types/Post.d.ts
vendored
14
src/plugins/Mys/types/Post.d.ts
vendored
@@ -291,18 +291,4 @@ declare namespace TGApp.Plugins.Mys.Post {
|
||||
top_n: unknown[];
|
||||
answer_num: number;
|
||||
}
|
||||
|
||||
/**
|
||||
* @description 帖子内容-结构化
|
||||
* @description 当用户发帖时,解析内容用这个,为 post.content 的反序列化
|
||||
* @since Alpha v0.2.1
|
||||
* @interface Content
|
||||
* @property {string} describe 描述
|
||||
* @property {string[]} images 图片 URL
|
||||
* @return Content
|
||||
*/
|
||||
interface PostContent {
|
||||
describe: string;
|
||||
images?: string[];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user