File tree Expand file tree Collapse file tree 1 file changed +33
-33
lines changed
Expand file tree Collapse file tree 1 file changed +33
-33
lines changed Original file line number Diff line number Diff line change 22
33> 然而PowerShell,它棒极了!
44
5- ``` typescript
6- const frg2089 = {
7- info: {
8- name: ' frg2089' ,
9- aka: [
10- ' 舰队的偶像-岛风酱!' // Common Nickname
11- ],
12- job: ' front-end'
13- },
14- progammingSkills: {
15- console: [
16- ' .Net' ,
5+ ``` powershell
6+ $ frg2089 = @ {
7+ info = @ {
8+ name = 'frg2089'
9+ aka = @(
10+ '舰队的偶像-岛风酱!' # Common Nickname
11+ )
12+ job = 'front-end'
13+ }
14+ progammingSkills = @ {
15+ console = @(
16+ '.Net'
1717 'Node.js'
18- ],
19- desktop: [
20- ' .Net (WPF / UWP)' ,
18+ )
19+ ' desktop-framework' = @(
20+ '.Net (WPF / UWP)'
2121 'electron.js'
22- ],
23- browser: [
24- ' Fast' ,
25- ' Vue 3' ,
22+ )
23+ ' browser-framework' = @(
24+ 'Fast'
25+ 'Vue 3'
2626 'React'
27- ],
28- web: [
29- ' ASP.Net' ,
30- ' Node.js' ,
27+ )
28+ 'webapi-framework' = @(
29+ 'ASP.Net'
30+ 'Node.js'
3131 'Java Web'
32- ],
33- mobile: [
32+ )
33+ ' mobile-framework' = @(
3434 '.Net Xamarin'
35- ]
36- },
37- progammingLanguages: [
38- ' C#' ,
39- ' TypeScript' ,
40- ' Kotlin' ,
41- ' JavaScript' ,
35+ )
36+ }
37+ progammingLanguages = @(
38+ 'C#'
39+ 'TypeScript'
40+ 'Kotlin'
41+ 'JavaScript'
4242 'Java'
43- ]
43+ )
4444}
4545```
4646![ GitHub followers] ( https://img.shields.io/github/followers/frg2089?style=social )
You can’t perform that action at this time.
0 commit comments