完整的管理系统,包含账户管理、卡片管理、套餐管理、财务管理等功能模块。 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
21 lines
456 B
Plaintext
21 lines
456 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": false,
|
|
"vueIndentScriptAndStyle": true,
|
|
"singleQuote": true,
|
|
"quoteProps": "as-needed",
|
|
"bracketSpacing": true,
|
|
"trailingComma": "none",
|
|
"bracketSameLine": false,
|
|
"jsxSingleQuote": false,
|
|
"arrowParens": "always",
|
|
"insertPragma": false,
|
|
"requirePragma": false,
|
|
"proseWrap": "never",
|
|
"htmlWhitespaceSensitivity": "strict",
|
|
"endOfLine": "lf",
|
|
"rangeStart": 0
|
|
}
|