Liyiko's recent timeline updates
Liyiko

Liyiko

V2EX member #666054, joined on 2023-12-07 14:54:45 +08:00
Liyiko's recent replies
Mar 7, 2025
Replied to a topic by CNN Apple M4 MacBook Air 可能只要 5600 元
@PalenessIb 平时一般都接显示器,偶尔用用内屏。 这样的话好像 60Hz 问题也不大
Mar 7, 2025
Replied to a topic by keller Apple 请问 M4 MBA 日常办公性能够吗?
我也在考虑新款 M4 ,估计会加个内存
debian 自己装个 ZFS
Mar 22, 2024
Replied to a topic by daydreamom 问与答 成年后的常态是无聊么
到瓶颈期了,得进入下一个能长期专注的事情中。 比如找个女友,养个宠物,健身锻炼...

没人能一直做同一件事还不腻的
Mar 22, 2024
Replied to a topic by seedhk 程序员 小程序环境切换问题
@meshell 正解,小程序有自己的变量区别环境

也可以把域名放进配置里做自动化部署

const accountInfo = uni.getAccountInfoSync()
const envVersion = accountInfo.miniProgram.envVersion

import siteConfig from '@/utils/config.js'

let baseUrl = ''
if (envVersion === 'develop') {
baseUrl = siteConfig.devBaseUrl
} else {
baseUrl = siteConfig.prodBaseUrl
}
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2537 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 08:43 · PVG 16:43 · LAX 01:43 · JFK 04:43
♥ Do have faith in what you're doing.