Serefrefee 最近的时间轴更新
Serefrefee

Serefrefee

V2EX 第 668971 号会员,加入于 2023-12-29 14:27:38 +08:00
Serefrefee 最近回复了
1 天前
回复了 Livid 创建的主题 Project Babel ♥ Introducing Project Babel 2.0
HBTY
43 天前
回复了 forgottenPerson 创建的主题 阅读 有什么好看的网文、小说吗
锁情咒
你有 88 会员吗?88 会员每年都送一年的夸克网盘会员
vite.config.json 配置里 :
import { resolve } from "path";
然后:
resolve: {
alias: {
"@": resolve(__dirname, "./src")
}
}
tsconfig.json 配置里:
"paths": {
"@/*": ["src/*"]
}
插件换 Vue - Official 其它禁用 重启项目
51 天前
回复了 yomige 创建的主题 程序员 隐藏 IP 地址且不影响速度
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1286 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 17:43 · PVG 01:43 · LAX 10:43 · JFK 13:43
Developed with CodeLauncher
♥ Do have faith in what you're doing.