Jason Hsu
Jason Hsu
算是已解决, 虽不是使用 Pipe 的方式, 而是仿 MyTypeList 的方式写个 enum 对描述的 mapping get MyTypeListC(): string[] {return ['公开','私有']; } 当然此解法的缺陷是, enum 的顺序 (给定的 number 值) 与放进翻译的数组, 得是完全正确对应. 当然并未尝试过用 i18n 的方法去解, 因为感觉没地方放 pipe
After read tony's reply I kind of feeling the issue is an environment related one, since I'm starting QuickApp in VS instead of IIS Express. So I brought up the...
Found a workaround for this issue 1. I try: (not sure if it actually fixed anything) > winget install --id Microsoft.Powershell --source winget 2. Clone a fresh new vcpkg from...